//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//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([['Moulin Rouge - The Musical','Moran Theater At Jacksonville Center for the Performing Arts','Jacksonville, FL','Saturday','3/14/2026','2:00 PM','7063125','Moulin-Rouge---The-Musical-3-14-2026'],['Jacksonville Symphony: Na'Zir McFadden - Motown Meets Rock','Jacoby Symphony Hall At Jacksonville Center for the Performing Arts','Jacksonville, FL','Saturday','3/14/2026','7:30 PM','7265867','Jacksonville-Symphony--Na-Zir-McFadden---Motown-Meets-Rock-3-14-2026'],['Moulin Rouge - The Musical','Moran Theater At Jacksonville Center for the Performing Arts','Jacksonville, FL','Saturday','3/14/2026','7:30 PM','7063123','Moulin-Rouge---The-Musical-3-14-2026'],['Moulin Rouge - The Musical','Moran Theater At Jacksonville Center for the Performing Arts','Jacksonville, FL','Sunday','3/15/2026','1:00 PM','7063126','Moulin-Rouge---The-Musical-3-15-2026'],['Moulin Rouge - The Musical','Moran Theater At Jacksonville Center for the Performing Arts','Jacksonville, FL','Sunday','3/15/2026','6:30 PM','7063124','Moulin-Rouge---The-Musical-3-15-2026'],['Jacksonville Symphony: Courtney Lewis - Percussion Panorama','Jacoby Symphony Hall At Jacksonville Center for the Performing Arts','Jacksonville, FL','Thursday','3/19/2026','6:30 PM','7376919','Jacksonville-Symphony--Courtney-Lewis---Percussion-Panorama-3-19-2026'],['Beatles vs. Stones - A Musical Showdown','Terry Theater At Jacksonville Center for the Performing Arts','Jacksonville, FL','Thursday','3/19/2026','7:30 PM','7580053','Beatles-vs--Stones---A-Musical-Showdown-3-19-2026'],['Jacksonville Symphony: Courtney Lewis - Percussion Panorama','Jacoby Symphony Hall At Jacksonville Center for the Performing Arts','Jacksonville, FL','Friday','3/20/2026','11:00 AM','7376918','Jacksonville-Symphony--Courtney-Lewis---Percussion-Panorama-3-20-2026'],['Anne Wilson','Moran Theater At Jacksonville Center for the Performing Arts','Jacksonville, FL','Saturday','3/21/2026','7:00 PM','7566463','Anne-Wilson-3-21-2026'],['Dancing with the Stars Live','Moran Theater At Jacksonville Center for the Performing Arts','Jacksonville, FL','Tuesday','3/24/2026','7:30 PM','7477487','Dancing-with-the-Stars-Live-3-24-2026']],'Times Union Center Jacksonville','http://www.ticketnetwork.com/en/search/?text=Times%20Union%20Center%20Jacksonville');