//
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([['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'],['Aladdin','New Amsterdam Theatre','New York, NY','Wednesday','9/17/2025','7:00 PM','7078559','Aladdin-9-17-2025'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Wednesday','9/17/2025','7:00 PM','7070954','Heathers---The-Musical-9-17-2025'],['Six The Musical','Lena Horne Theatre','New York, NY','Wednesday','9/17/2025','7:00 PM','7071299','Six-The-Musical-9-17-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Wednesday','9/17/2025','7:00 PM','7047988','The-Book-Of-Mormon-9-17-2025'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Wednesday','9/17/2025','7:00 PM','7000955','Maybe-Happy-Ending---A-New-Musical-9-17-2025'],['Punch','Samuel J. Friedman Theatre','New York, NY','Wednesday','9/17/2025','7:00 PM','7297251','Punch-9-17-2025'],['House of McQueen','The Mansion At Hudson Yards','New York, NY','Wednesday','9/17/2025','7:00 PM','7263196','House-of-McQueen-9-17-2025'],['Dungeons & Dragons: The Twenty-Sided Tavern','Broadway Playhouse at Water Tower Place','Chicago, IL','Wednesday','9/17/2025','7:00 PM','7218179','Dungeons---Dragons--The-Twenty-Sided-Tavern-9-17-2025']],'Broadway Shows','http://www.ticketnetwork.com/en/search/?text=Broadway%20Shows');