//
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-02B
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([['Wicked','Gershwin Theatre','New York, NY','Friday','4/25/2025','7:00 PM','6707144','Wicked-4-25-2025'],['Wicked','Apollo Victoria Theatre','London, United Kingdom','Friday','4/25/2025','7:30 PM','6294834','Wicked-4-25-2025'],['Wicked','George S. and Dolores Dore Eccles Theater','Salt Lake City, UT','Friday','4/25/2025','7:30 PM','6281259','Wicked-4-25-2025'],['Wicked','George S. and Dolores Dore Eccles Theater','Salt Lake City, UT','Saturday','4/26/2025','1:00 PM','6281261','Wicked-4-26-2025'],['Wicked','Gershwin Theatre','New York, NY','Saturday','4/26/2025','2:00 PM','6707146','Wicked-4-26-2025'],['Wicked','Apollo Victoria Theatre','London, United Kingdom','Saturday','4/26/2025','2:30 PM','6294835','Wicked-4-26-2025'],['Wicked Garden - The Stone Temple Pilots Tribute','Dingbatz','Clifton, NJ','Saturday','4/26/2025','7:00 PM','7067719','Wicked-Garden---The-Stone-Temple-Pilots-Tribute-4-26-2025'],['Wicked','Apollo Victoria Theatre','London, United Kingdom','Saturday','4/26/2025','7:30 PM','6294836','Wicked-4-26-2025'],['Wicked','George S. and Dolores Dore Eccles Theater','Salt Lake City, UT','Saturday','4/26/2025','7:30 PM','6281260','Wicked-4-26-2025'],['Wicked','Gershwin Theatre','New York, NY','Saturday','4/26/2025','8:00 PM','6707145','Wicked-4-26-2025'],['Wicked','George S. and Dolores Dore Eccles Theater','Salt Lake City, UT','Sunday','4/27/2025','1:00 PM','6281263','Wicked-4-27-2025'],['Wicked Sing-Along','Stamford Center For The Arts - Palace Theatre','Stamford, CT','Sunday','4/27/2025','2:00 PM','7057265','Wicked-Sing-Along-4-27-2025'],['Wicked','Apollo Victoria Theatre','London, United Kingdom','Sunday','4/27/2025','2:30 PM','6294837','Wicked-4-27-2025'],['Wicked','Gershwin Theatre','New York, NY','Sunday','4/27/2025','3:00 PM','6707147','Wicked-4-27-2025'],['Wicked','George S. and Dolores Dore Eccles Theater','Salt Lake City, UT','Sunday','4/27/2025','6:30 PM','6281264','Wicked-4-27-2025'],['Wicked','Gershwin Theatre','New York, NY','Tuesday','4/29/2025','7:00 PM','6744609','Wicked-4-29-2025'],['Wicked','George S. and Dolores Dore Eccles Theater','Salt Lake City, UT','Tuesday','4/29/2025','7:00 PM','6281265','Wicked-4-29-2025'],['Wicked','Apollo Victoria Theatre','London, United Kingdom','Tuesday','4/29/2025','7:30 PM','6294838','Wicked-4-29-2025'],['Wicked','Gershwin Theatre','New York, NY','Wednesday','4/30/2025','2:00 PM','6744611','Wicked-4-30-2025'],['Wicked','Apollo Victoria Theatre','London, United Kingdom','Wednesday','4/30/2025','2:30 PM','6294839','Wicked-4-30-2025'],['Wicked','Gershwin Theatre','New York, NY','Wednesday','4/30/2025','7:00 PM','6744610','Wicked-4-30-2025'],['Wicked','George S. and Dolores Dore Eccles Theater','Salt Lake City, UT','Wednesday','4/30/2025','7:00 PM','6281266','Wicked-4-30-2025'],['Wicked','Apollo Victoria Theatre','London, United Kingdom','Wednesday','4/30/2025','7:30 PM','6294840','Wicked-4-30-2025'],['Wicked','Gershwin Theatre','New York, NY','Thursday','5/1/2025','7:00 PM','6744612','Wicked-5-1-2025'],['Wicked','George S. and Dolores Dore Eccles Theater','Salt Lake City, UT','Thursday','5/1/2025','7:00 PM','6281267','Wicked-5-1-2025']],'wicked','http://www.ticketnetwork.com/en/search/?text=wicked');