//
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-02A
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([['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Monday','3/2/2026','7:00 PM','7609179','Jamie-Allan-s-Amaze-3-2-2026'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Monday','3/2/2026','7:00 PM','7570584','The-25th-Annual-Putnam-County-Spelling-Bee-3-2-2026'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Monday','3/2/2026','7:00 PM','7546478','Heathers---The-Musical-3-2-2026'],['Six The Musical','Lena Horne Theatre','New York, NY','Monday','3/2/2026','7:00 PM','7478418','Six-The-Musical-3-2-2026'],['Harry Potter and The Cursed Child','Lyric Theatre - New York','New York, NY','Monday','3/2/2026','7:00 PM','7206356','Harry-Potter-and-The-Cursed-Child-3-2-2026'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Monday','3/2/2026','7:00 PM','7262154','Chicago---The-Musical-3-2-2026'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Monday','3/2/2026','7:00 PM','7310329','The-Great-Gatsby---A-New-Musical-3-2-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Monday','3/2/2026','7:00 PM','7356533','The-Play-That-Goes-Wrong--3-2-2026'],['Good Terms','Off Broadway','St. Louis, MO','Monday','3/2/2026','7:00 PM','7548220','Good-Terms-3-2-2026'],['Every Brilliant Thing','Millennium Hudson Theatre','New York, NY','Monday','3/2/2026','7:30 PM','7559967','Every-Brilliant-Thing-3-2-2026'],['Cirque Italia: Water Circus','Broadway Square','Tyler, TX','Monday','3/2/2026','7:30 PM','7659979','Cirque-Italia--Water-Circus-3-2-2026'],['MJ - The Musical','Neil Simon Theatre','New York, NY','Tuesday','3/3/2026','7:00 PM','7356287','MJ---The-Musical-3-3-2026'],['The Lion King','Minskoff Theatre','New York, NY','Tuesday','3/3/2026','7:00 PM','7309622','The-Lion-King-3-3-2026'],['Hamilton','Richard Rodgers Theatre','New York, NY','Tuesday','3/3/2026','7:00 PM','7310425','Hamilton-3-3-2026'],['Buena Vista Social Club - Musical','Gerald Schoenfeld Theatre','New York, NY','Tuesday','3/3/2026','7:00 PM','7296885','Buena-Vista-Social-Club---Musical-3-3-2026'],['Aladdin','New Amsterdam Theatre','New York, NY','Tuesday','3/3/2026','7:00 PM','7300393','Aladdin-3-3-2026'],['Wicked','Gershwin Theatre','New York, NY','Tuesday','3/3/2026','7:00 PM','7297337','Wicked-3-3-2026'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Tuesday','3/3/2026','7:00 PM','7396232','Moulin-Rouge---The-Musical-3-3-2026'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Tuesday','3/3/2026','7:00 PM','7394546','Maybe-Happy-Ending---A-New-Musical-3-3-2026'],['Hadestown','Walter Kerr Theatre','New York, NY','Tuesday','3/3/2026','7:00 PM','7205540','Hadestown-3-3-2026'],['Harry Potter and The Cursed Child','Lyric Theatre - New York','New York, NY','Tuesday','3/3/2026','7:00 PM','7206357','Harry-Potter-and-The-Cursed-Child-3-3-2026'],['Chess: The Musical','Imperial Theatre - NY','New York, NY','Tuesday','3/3/2026','7:00 PM','7240025','Chess--The-Musical-3-3-2026'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Tuesday','3/3/2026','7:00 PM','7191742','The-Outsiders-3-3-2026'],['Stranger Things: The First Shadow','Marquis Theatre - NY','New York, NY','Tuesday','3/3/2026','7:00 PM','7192095','Stranger-Things--The-First-Shadow-3-3-2026'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Tuesday','3/3/2026','7:00 PM','7262158','Chicago---The-Musical-3-3-2026']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');