//
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([['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Monday','3/9/2026','7:00 PM','7546479','Heathers---The-Musical-3-9-2026'],['Burnout Paradise','Astor Place Theatre','New York, NY','Monday','3/9/2026','7:00 PM','7574279','Burnout-Paradise-3-9-2026'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Monday','3/9/2026','7:00 PM','7570585','The-25th-Annual-Putnam-County-Spelling-Bee-3-9-2026'],['Every Brilliant Thing','Millennium Hudson Theatre','New York, NY','Monday','3/9/2026','7:00 PM','7559975','Every-Brilliant-Thing-3-9-2026'],['Six The Musical','Lena Horne Theatre','New York, NY','Monday','3/9/2026','7:00 PM','7478419','Six-The-Musical-3-9-2026'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Monday','3/9/2026','7:00 PM','7262155','Chicago---The-Musical-3-9-2026'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Monday','3/9/2026','7:00 PM','7310330','The-Great-Gatsby---A-New-Musical-3-9-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Monday','3/9/2026','7:00 PM','7356534','The-Play-That-Goes-Wrong--3-9-2026'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Monday','3/9/2026','7:00 PM','7609198','Jamie-Allan-s-Amaze-3-9-2026'],['Death of a Salesman','Winter Garden Theatre - New York','New York, NY','Monday','3/9/2026','7:00 PM','7662385','Death-of-a-Salesman-3-9-2026'],['Aladdin','New Amsterdam Theatre','New York, NY','Tuesday','3/10/2026','7:00 PM','7420378','Aladdin-3-10-2026'],['Chinese Republicans','Laura Pels Theatre At The Steinberg Center','New York, NY','Tuesday','3/10/2026','7:00 PM','7454713','Chinese-Republicans-3-10-2026'],['The Lion King','Minskoff Theatre','New York, NY','Tuesday','3/10/2026','7:00 PM','7435612','The-Lion-King-3-10-2026'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Tuesday','3/10/2026','7:00 PM','7544101','The-Great-Gatsby---A-New-Musical-3-10-2026'],['Ragtime','Vivian Beaumont Theatre at Lincoln Center','New York, NY','Tuesday','3/10/2026','7:00 PM','7545841','Ragtime-3-10-2026'],['Every Brilliant Thing','Millennium Hudson Theatre','New York, NY','Tuesday','3/10/2026','7:00 PM','7559976','Every-Brilliant-Thing-3-10-2026'],['Stranger Things: The First Shadow','Marquis Theatre - NY','New York, NY','Tuesday','3/10/2026','7:00 PM','7532324','Stranger-Things--The-First-Shadow-3-10-2026'],['Operation Mincemeat','John Golden Theatre','New York, NY','Tuesday','3/10/2026','7:00 PM','7524154','Operation-Mincemeat-3-10-2026'],['Buena Vista Social Club - Musical','Gerald Schoenfeld Theatre','New York, NY','Tuesday','3/10/2026','7:00 PM','7296886','Buena-Vista-Social-Club---Musical-3-10-2026'],['Wicked','Gershwin Theatre','New York, NY','Tuesday','3/10/2026','7:00 PM','7297345','Wicked-3-10-2026'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Tuesday','3/10/2026','7:00 PM','7262159','Chicago---The-Musical-3-10-2026'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Tuesday','3/10/2026','7:00 PM','7262049','--Juliet-3-10-2026'],['Hadestown','Walter Kerr Theatre','New York, NY','Tuesday','3/10/2026','7:00 PM','7205541','Hadestown-3-10-2026'],['Harry Potter and The Cursed Child','Lyric Theatre - New York','New York, NY','Tuesday','3/10/2026','7:00 PM','7206358','Harry-Potter-and-The-Cursed-Child-3-10-2026'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Tuesday','3/10/2026','7:00 PM','7191743','The-Outsiders-3-10-2026']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');