//
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([['Wicked','Gershwin Theatre','New York, NY','Thursday','2/26/2026','7:00 PM','7271113','Wicked-2-26-2026'],['Wicked','Gershwin Theatre','New York, NY','Friday','2/27/2026','7:00 PM','7271114','Wicked-2-27-2026'],['Wicked','Gershwin Theatre','New York, NY','Saturday','2/28/2026','2:00 PM','7271116','Wicked-2-28-2026'],['Wicked','Gershwin Theatre','New York, NY','Saturday','2/28/2026','8:00 PM','7271115','Wicked-2-28-2026'],['Wicked','Gershwin Theatre','New York, NY','Sunday','3/1/2026','2:00 PM','7271117','Wicked-3-1-2026'],['Wicked','Gershwin Theatre','New York, NY','Sunday','3/1/2026','7:00 PM','7271118','Wicked-3-1-2026'],['Wicked','Gershwin Theatre','New York, NY','Tuesday','3/3/2026','7:00 PM','7297337','Wicked-3-3-2026'],['Wicked','Gershwin Theatre','New York, NY','Wednesday','3/4/2026','2:00 PM','7544040','Wicked-3-4-2026'],['Wicked','Gershwin Theatre','New York, NY','Wednesday','3/4/2026','7:00 PM','7297338','Wicked-3-4-2026'],['Wicked','Gershwin Theatre','New York, NY','Thursday','3/5/2026','7:00 PM','7297339','Wicked-3-5-2026'],['Wicked','Gershwin Theatre','New York, NY','Friday','3/6/2026','7:00 PM','7297340','Wicked-3-6-2026'],['Wicked','Gershwin Theatre','New York, NY','Saturday','3/7/2026','2:00 PM','7297342','Wicked-3-7-2026'],['Wicked','Gershwin Theatre','New York, NY','Saturday','3/7/2026','8:00 PM','7297341','Wicked-3-7-2026'],['Wicked','Gershwin Theatre','New York, NY','Sunday','3/8/2026','2:00 PM','7297343','Wicked-3-8-2026'],['Wicked','Gershwin Theatre','New York, NY','Sunday','3/8/2026','7:00 PM','7297344','Wicked-3-8-2026'],['Wicked','Gershwin Theatre','New York, NY','Tuesday','3/10/2026','7:00 PM','7297345','Wicked-3-10-2026'],['Wicked','Gershwin Theatre','New York, NY','Wednesday','3/11/2026','2:00 PM','7297347','Wicked-3-11-2026'],['Wicked','Gershwin Theatre','New York, NY','Wednesday','3/11/2026','7:00 PM','7297346','Wicked-3-11-2026'],['Wicked','Gershwin Theatre','New York, NY','Thursday','3/12/2026','7:00 PM','7297348','Wicked-3-12-2026'],['Wicked','Gershwin Theatre','New York, NY','Friday','3/13/2026','7:00 PM','7297349','Wicked-3-13-2026']],'wicked gershwin theatre','http://www.ticketnetwork.com/en/search/?text=wicked%20gershwin%20theatre');