//
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/23/2026','2:00 PM','7807721','Radio-City-Christmas-Spectacular-11-23-2026'],['Radio City Christmas Spectacular','Radio City Music Hall','New York, NY','Monday','11/23/2026','5:00 PM','7807722','Radio-City-Christmas-Spectacular-11-23-2026'],['Hamilton','Richard Rodgers Theatre','New York, NY','Monday','11/23/2026','7:00 PM','7840696','Hamilton-11-23-2026'],['Jim Henson's Labyrinth - In Concert','Hart Theatre At The Egg','Albany, NY','Monday','11/23/2026','7:00 PM','7706459','Jim-Henson-s-Labyrinth---In-Concert-11-23-2026'],['Paranormal Activity - Play','Virginia/August Wilson Theatre - NY','New York, NY','Monday','11/23/2026','7:00 PM','8012498','Paranormal-Activity---Play-11-23-2026'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Monday','11/23/2026','7:00 PM','7976948','Jamie-Allan-s-Amaze-11-23-2026'],['Stranger Things: The First Shadow','Marquis Theatre - NY','New York, NY','Monday','11/23/2026','7:00 PM','8045378','Stranger-Things--The-First-Shadow-11-23-2026'],['Slam Frank','Orpheum Theatre - NYC','New York, NY','Monday','11/23/2026','7:00 PM','8049801','Slam-Frank-11-23-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Monday','11/23/2026','7:00 PM','8054068','The-Play-That-Goes-Wrong--11-23-2026'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Monday','11/23/2026','7:00 PM','7895365','The-Great-Gatsby---A-New-Musical-11-23-2026'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Monday','11/23/2026','7:00 PM','7895200','Chicago---The-Musical-11-23-2026'],['Hadestown','Walter Kerr Theatre','New York, NY','Monday','11/23/2026','7:00 PM','7894684','Hadestown-11-23-2026'],['Sombr','Madison Square Garden','New York, NY','Monday','11/23/2026','7:00 PM','7874887','Sombr-11-23-2026'],['Marshall Crenshaw','City Winery - New York City','New York, NY','Monday','11/23/2026','7:00 PM','8080408','Marshall-Crenshaw-11-23-2026'],['Inter Alia','Music Box Theatre - NY','New York, NY','Monday','11/23/2026','7:30 PM','7921938','Inter-Alia-11-23-2026'],['Marilyn Exposed','Actors Temple Theater','New York, NY','Monday','11/23/2026','7:30 PM','8012528','Marilyn-Exposed-11-23-2026'],['Metropolitan Opera: Jenufa','Metropolitan Opera at Lincoln Center','New York, NY','Monday','11/23/2026','7:30 PM','7748888','Metropolitan-Opera--Jenufa-11-23-2026'],['Radio City Christmas Spectacular','Radio City Music Hall','New York, NY','Monday','11/23/2026','8:00 PM','7807723','Radio-City-Christmas-Spectacular-11-23-2026'],['Galileo','Shubert Theatre - NY','New York, NY','Monday','11/23/2026','8:00 PM','8012149','Galileo-11-23-2026'],['Little Shop of Horrors','Westside Theatre Upstairs','New York, NY','Tuesday','11/23/2027','7:00 PM','7742889','Little-Shop-of-Horrors-11-23-2027']],'november 23 new york','http://www.ticketnetwork.com/en/search/?text=november%2023%20new%20york');