//
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-02A
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([['Radio City Christmas Spectacular','Radio City Music Hall','New York, NY','Monday','11/24/2025','2:00 PM','7045691','Radio-City-Christmas-Spectacular-11-24-2025'],['Radio City Christmas Spectacular','Radio City Music Hall','New York, NY','Monday','11/24/2025','5:00 PM','7045692','Radio-City-Christmas-Spectacular-11-24-2025'],['Hadestown','Walter Kerr Theatre','New York, NY','Monday','11/24/2025','7:00 PM','6968724','Hadestown-11-24-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Monday','11/24/2025','7:00 PM','7003560','Moulin-Rouge---The-Musical-11-24-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Monday','11/24/2025','7:00 PM','6992142','Chicago---The-Musical-11-24-2025'],['Six The Musical','Lena Horne Theatre','New York, NY','Monday','11/24/2025','7:00 PM','7111866','Six-The-Musical-11-24-2025'],['Waiting for Godot','Millennium Hudson Theatre','New York, NY','Monday','11/24/2025','7:00 PM','7098799','Waiting-for-Godot-11-24-2025'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Monday','11/24/2025','7:00 PM','7094349','The-Great-Gatsby---A-New-Musical-11-24-2025'],['Circus Vazquez','Circus Vazquez - Citi Field','Flushing, NY','Monday','11/24/2025','7:00 PM','7121967','Circus-Vazquez-11-24-2025'],['Death Becomes Her','Lunt-fontanne Theatre','New York, NY','Monday','11/24/2025','7:00 PM','7126371','Death-Becomes-Her-11-24-2025'],['Hell's Kitchen - The Musical','Shubert Theatre - NY','New York, NY','Monday','11/24/2025','7:00 PM','7126607','Hell-s-Kitchen---The-Musical-11-24-2025'],['Metropolitan Opera: Andrea Chenier','Metropolitan Opera at Lincoln Center','New York, NY','Monday','11/24/2025','7:30 PM','7001218','Metropolitan-Opera--Andrea-Chenier-11-24-2025'],['Radio City Christmas Spectacular','Radio City Music Hall','New York, NY','Monday','11/24/2025','8:00 PM','7045693','Radio-City-Christmas-Spectacular-11-24-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Tuesday','11/24/2026','7:00 PM','6956425','Little-Shop-Of-Horrors-11-24-2026']],'november 24 new york','http://www.ticketnetwork.com/en/search/?text=november%2024%20new%20york');