//
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-03A
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([['MJ - The Musical','Neil Simon Theatre','New York, NY','Thursday','9/4/2025','1:00 PM','6900541','MJ---The-Musical-9-4-2025'],['Pen Pals - Play','Dr2 Theatre','New York, NY','Thursday','9/4/2025','1:00 PM','7191817','Pen-Pals---Play-9-4-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Thursday','9/4/2025','2:00 PM','7168810','The-Play-That-Goes-Wrong--9-4-2025'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Thursday','9/4/2025','2:00 PM','7191534','Jamie-Allan-s-Amaze-9-4-2025'],['Rolling Thunder','New World Stages: Stage 3','New York, NY','Thursday','9/4/2025','2:00 PM','7139511','Rolling-Thunder-9-4-2025'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Thursday','9/4/2025','2:00 PM','6811228','The-Great-Gatsby---A-New-Musical-9-4-2025'],['Oh, Mary!','Lyceum Theatre - New York','New York, NY','Thursday','9/4/2025','3:00 PM','7140319','Oh--Mary--9-4-2025'],['Pen Pals - Play','Dr2 Theatre','New York, NY','Thursday','9/4/2025','5:00 PM','7191821','Pen-Pals---Play-9-4-2025'],['Hell's Kitchen - The Musical','Shubert Theatre - NY','New York, NY','Thursday','9/4/2025','7:00 PM','6866010','Hell-s-Kitchen---The-Musical-9-4-2025'],['Harry Potter and The Cursed Child','Lyric Theatre - New York','New York, NY','Thursday','9/4/2025','7:00 PM','6879954','Harry-Potter-and-The-Cursed-Child-9-4-2025'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Thursday','9/4/2025','7:00 PM','6886316','Maybe-Happy-Ending---A-New-Musical-9-4-2025'],['Wicked','Gershwin Theatre','New York, NY','Thursday','9/4/2025','7:00 PM','6919738','Wicked-9-4-2025'],['MJ - The Musical','Neil Simon Theatre','New York, NY','Thursday','9/4/2025','7:00 PM','6900555','MJ---The-Musical-9-4-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Thursday','9/4/2025','7:00 PM','6230818','Little-Shop-Of-Horrors-9-4-2025'],['Stranger Things: The First Shadow','Marquis Theatre - NY','New York, NY','Thursday','9/4/2025','7:00 PM','6706649','Stranger-Things--The-First-Shadow-9-4-2025'],['Buena Vista Social Club - Musical','Gerald Schoenfeld Theatre','New York, NY','Thursday','9/4/2025','7:00 PM','6725591','Buena-Vista-Social-Club---Musical-9-4-2025'],['Mamma Mia!','Winter Garden Theatre - New York','New York, NY','Thursday','9/4/2025','7:00 PM','7035778','Mamma-Mia--9-4-2025'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Thursday','9/4/2025','7:00 PM','7047481','--Juliet-9-4-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Thursday','9/4/2025','7:00 PM','7047990','The-Book-Of-Mormon-9-4-2025'],['Hadestown','Walter Kerr Theatre','New York, NY','Thursday','9/4/2025','7:00 PM','6968579','Hadestown-9-4-2025']],'Broadway Shows','http://www.ticketnetwork.com/en/search/?text=Broadway%20Shows');