//
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-04A
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','Wednesday','9/17/2025','2:00 PM','7196512','Wicked-9-17-2025'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Wednesday','9/17/2025','2:00 PM','7113266','Maybe-Happy-Ending---A-New-Musical-9-17-2025'],['Just in Time','Circle In The Square Theatre','New York, NY','Wednesday','9/17/2025','2:00 PM','7125336','Just-in-Time-9-17-2025'],['Buena Vista Social Club - Musical','Gerald Schoenfeld Theatre','New York, NY','Wednesday','9/17/2025','2:00 PM','6725585','Buena-Vista-Social-Club---Musical-9-17-2025'],['Hell's Kitchen - The Musical','Shubert Theatre - NY','New York, NY','Wednesday','9/17/2025','2:00 PM','6866007','Hell-s-Kitchen---The-Musical-9-17-2025'],['Hadestown','Walter Kerr Theatre','New York, NY','Wednesday','9/17/2025','2:00 PM','6968637','Hadestown-9-17-2025'],['Operation Mincemeat','John Golden Theatre','New York, NY','Wednesday','9/17/2025','2:00 PM','7066070','Operation-Mincemeat-9-17-2025'],['Cabaret at the Kit Kat Club','Virginia/August Wilson Theatre - NY','New York, NY','Wednesday','9/17/2025','2:00 PM','7071088','Cabaret-at-the-Kit-Kat-Club-9-17-2025'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Wednesday','9/17/2025','2:00 PM','7047516','--Juliet-9-17-2025'],['Mamma Mia!','Winter Garden Theatre - New York','New York, NY','Wednesday','9/17/2025','2:00 PM','7035847','Mamma-Mia--9-17-2025'],['Death Becomes Her','Lunt-fontanne Theatre','New York, NY','Wednesday','9/17/2025','2:00 PM','6987384','Death-Becomes-Her-9-17-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Wednesday','9/17/2025','2:00 PM','7003457','Moulin-Rouge---The-Musical-9-17-2025'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Wednesday','9/17/2025','2:00 PM','7007857','The-Outsiders-9-17-2025'],['Ginger Twinsies','Orpheum Theatre - NYC','New York, NY','Wednesday','9/17/2025','7:00 PM','7138867','Ginger-Twinsies-9-17-2025'],['The Lion King','Minskoff Theatre','New York, NY','Wednesday','9/17/2025','7:00 PM','7088998','The-Lion-King-9-17-2025'],['Hamilton','Richard Rodgers Theatre','New York, NY','Wednesday','9/17/2025','7:00 PM','7091783','Hamilton-9-17-2025'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Wednesday','9/17/2025','7:00 PM','7094288','The-Great-Gatsby---A-New-Musical-9-17-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Wednesday','9/17/2025','7:00 PM','7168802','The-Play-That-Goes-Wrong--9-17-2025'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Wednesday','9/17/2025','7:00 PM','7191532','Jamie-Allan-s-Amaze-9-17-2025'],['Pen Pals - Play','Dr2 Theatre','New York, NY','Wednesday','9/17/2025','7:00 PM','7191815','Pen-Pals---Play-9-17-2025'],['Stranger Things: The First Shadow','Marquis Theatre - NY','New York, NY','Wednesday','9/17/2025','7:00 PM','6706660','Stranger-Things--The-First-Shadow-9-17-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Wednesday','9/17/2025','7:00 PM','6230816','Little-Shop-Of-Horrors-9-17-2025'],['MJ - The Musical','Neil Simon Theatre','New York, NY','Wednesday','9/17/2025','7:00 PM','6900562','MJ---The-Musical-9-17-2025'],['Wicked','Gershwin Theatre','New York, NY','Wednesday','9/17/2025','7:00 PM','6919753','Wicked-9-17-2025'],['Harry Potter and The Cursed Child','Lyric Theatre - New York','New York, NY','Wednesday','9/17/2025','7:00 PM','6879951','Harry-Potter-and-The-Cursed-Child-9-17-2025']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');