// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-01A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['At The Ballet With The Florida Ballet & Jacksonville Symphony','Jacoby Symphony Hall At Jacksonville Center for the Performing Arts','Jacksonville, FL','Thursday','5/21/2026','6:30 PM','7376916','At-The-Ballet-With-The-Florida-Ballet---Jacksonville-Symphony-5-21-2026'],['At The Ballet With The Florida Ballet & Jacksonville Symphony','Jacoby Symphony Hall At Jacksonville Center for the Performing Arts','Jacksonville, FL','Friday','5/22/2026','11:00 AM','7376915','At-The-Ballet-With-The-Florida-Ballet---Jacksonville-Symphony-5-22-2026'],['The Parables Tour: Father Mike Schmitz','Moran Theater At Jacksonville Center for the Performing Arts','Jacksonville, FL','Friday','5/22/2026','7:00 PM','7832683','The-Parables-Tour--Father-Mike-Schmitz-5-22-2026'],['Classics - 40 Years Mazza Smith Dance Recital','Moran Theater At Jacksonville Center for the Performing Arts','Jacksonville, FL','Saturday','5/23/2026','5:00 PM','7934977','Classics---40-Years-Mazza-Smith-Dance-Recital-5-23-2026'],['Jacksonville Symphony: Matthew Wardell - The Music of Elton John With Michael Cavanaugh','Jacoby Symphony Hall At Jacksonville Center for the Performing Arts','Jacksonville, FL','Friday','5/29/2026','7:30 PM','7265799','Jacksonville-Symphony--Matthew-Wardell---The-Music-of-Elton-John-With-Michael-Cavanaugh-5-29-2026'],['Jacksonville Symphony: Matthew Wardell - The Music of Elton John With Michael Cavanaugh','Jacoby Symphony Hall At Jacksonville Center for the Performing Arts','Jacksonville, FL','Saturday','5/30/2026','7:30 PM','7265822','Jacksonville-Symphony--Matthew-Wardell---The-Music-of-Elton-John-With-Michael-Cavanaugh-5-30-2026'],['Village Dance Center: Wonderland and Welcome to New York','Moran Theater At Jacksonville Center for the Performing Arts','Jacksonville, FL','Sunday','5/31/2026','4:00 PM','7935377','Village-Dance-Center--Wonderland-and-Welcome-to-New-York-5-31-2026'],['Jacksonville Symphony: Courtney Lewis - Rachmaninoff's Third','Jacoby Symphony Hall At Jacksonville Center for the Performing Arts','Jacksonville, FL','Friday','6/5/2026','7:30 PM','7265831','Jacksonville-Symphony--Courtney-Lewis---Rachmaninoff-s-Third-6-5-2026'],['Scott Jones Dance Recital','Moran Theater At Jacksonville Center for the Performing Arts','Jacksonville, FL','Saturday','6/6/2026','7:00 PM','7937172','Scott-Jones-Dance-Recital-6-6-2026'],['Jacksonville Symphony: Courtney Lewis - Rachmaninoff's Third','Jacoby Symphony Hall At Jacksonville Center for the Performing Arts','Jacksonville, FL','Saturday','6/6/2026','7:30 PM','7265839','Jacksonville-Symphony--Courtney-Lewis---Rachmaninoff-s-Third-6-6-2026']],'Times Union Center Jacksonville','http://www.ticketnetwork.com/en/search/?text=Times%20Union%20Center%20Jacksonville');