//
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([['Harry Potter and The Cursed Child','Lyric Theatre - New York','New York, NY','Wednesday','4/8/2026','7:00 PM','7212014','Harry-Potter-and-The-Cursed-Child-4-8-2026'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Wednesday','4/8/2026','7:00 PM','6956153','Little-Shop-Of-Horrors-4-8-2026'],['Wicked','Gershwin Theatre','New York, NY','Wednesday','4/8/2026','7:00 PM','7366651','Wicked-4-8-2026'],['MJ - The Musical','Neil Simon Theatre','New York, NY','Wednesday','4/8/2026','7:00 PM','7356332','MJ---The-Musical-4-8-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Wednesday','4/8/2026','7:00 PM','7356573','The-Play-That-Goes-Wrong--4-8-2026'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Wednesday','4/8/2026','7:00 PM','7394586','Maybe-Happy-Ending---A-New-Musical-4-8-2026'],['Aladdin','New Amsterdam Theatre','New York, NY','Wednesday','4/8/2026','7:00 PM','7420458','Aladdin-4-8-2026'],['The Lion King','Minskoff Theatre','New York, NY','Wednesday','4/8/2026','7:00 PM','7435656','The-Lion-King-4-8-2026'],['Six The Musical','Lena Horne Theatre','New York, NY','Wednesday','4/8/2026','7:00 PM','7478457','Six-The-Musical-4-8-2026'],['Giant','Music Box Theatre - NY','New York, NY','Wednesday','4/8/2026','7:00 PM','7498088','Giant-4-8-2026'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Wednesday','4/8/2026','7:00 PM','7499105','The-Great-Gatsby---A-New-Musical-4-8-2026'],['Dog Day Afternoon','Virginia/August Wilson Theatre - NY','New York, NY','Wednesday','4/8/2026','7:00 PM','7506926','Dog-Day-Afternoon-4-8-2026'],['Every Brilliant Thing','Millennium Hudson Theatre','New York, NY','Wednesday','4/8/2026','7:00 PM','7560002','Every-Brilliant-Thing-4-8-2026'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Wednesday','4/8/2026','7:00 PM','7570620','The-25th-Annual-Putnam-County-Spelling-Bee-4-8-2026'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Wednesday','4/8/2026','7:00 PM','7546517','Heathers---The-Musical-4-8-2026'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Wednesday','4/8/2026','7:00 PM','7544080','The-Outsiders-4-8-2026'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Wednesday','4/8/2026','7:00 PM','7603942','The-Book-Of-Mormon-4-8-2026'],['Death of a Salesman','Winter Garden Theatre - New York','New York, NY','Wednesday','4/8/2026','7:00 PM','7662434','Death-of-a-Salesman-4-8-2026'],['The Balusters','Samuel J. Friedman Theatre','New York, NY','Wednesday','4/8/2026','7:00 PM','7676489','The-Balusters-4-8-2026'],['Heartbreak Hotel','Dr2 Theatre','New York, NY','Wednesday','4/8/2026','7:00 PM','7748573','Heartbreak-Hotel-4-8-2026'],['Titanique - Musical','St. James Theatre','New York, NY','Wednesday','4/8/2026','7:30 PM','7669043','Titanique---Musical-4-8-2026'],['The Fear of 13','James Earl Jones Theatre','New York, NY','Wednesday','4/8/2026','7:30 PM','7689519','The-Fear-of-13-4-8-2026'],['Gotta Dance','Stage 42 - New York','New York, NY','Wednesday','4/8/2026','7:30 PM','7779728','Gotta-Dance-4-8-2026'],['Two Strangers (Carry A Cake Across New York)','Longacre Theatre','New York, NY','Wednesday','4/8/2026','7:30 PM','7333507','Two-Strangers--Carry-A-Cake-Across-New-York--4-8-2026'],['Buena Vista Social Club - Musical','Gerald Schoenfeld Theatre','New York, NY','Wednesday','4/8/2026','7:30 PM','7296925','Buena-Vista-Social-Club---Musical-4-8-2026']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');