//
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([['Dog Day Afternoon','Virginia/August Wilson Theatre - NY','New York, NY','Saturday','4/11/2026','1:00 PM','7506998','Dog-Day-Afternoon-4-11-2026'],['Proof','Booth Theatre','New York, NY','Saturday','4/11/2026','2:00 PM','7524216','Proof-4-11-2026'],['Schmigadoon!','Nederlander Theatre - NY','New York, NY','Saturday','4/11/2026','2:00 PM','7524298','Schmigadoon--4-11-2026'],['Joe Turner's Come And Gone','Barrymore Theatre - NY','New York, NY','Saturday','4/11/2026','2:00 PM','7532198','Joe-Turner-s-Come-And-Gone-4-11-2026'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Saturday','4/11/2026','2:00 PM','7499352','The-Great-Gatsby---A-New-Musical-4-11-2026'],['Chess: The Musical','Imperial Theatre - NY','New York, NY','Saturday','4/11/2026','2:00 PM','7499895','Chess--The-Musical-4-11-2026'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Saturday','4/11/2026','2:00 PM','7499937','The-Outsiders-4-11-2026'],['Giant','Music Box Theatre - NY','New York, NY','Saturday','4/11/2026','2:00 PM','7498102','Giant-4-11-2026'],['Cats: The Jellicle Ball','Broadhurst Theatre','New York, NY','Saturday','4/11/2026','2:00 PM','7490069','Cats--The-Jellicle-Ball-4-11-2026'],['The Lost Boys','Palace Theatre New York City','New York, NY','Saturday','4/11/2026','2:00 PM','7483753','The-Lost-Boys-4-11-2026'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Saturday','4/11/2026','2:00 PM','7570616','The-25th-Annual-Putnam-County-Spelling-Bee-4-11-2026'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Saturday','4/11/2026','2:00 PM','7546534','Heathers---The-Musical-4-11-2026'],['Ragtime','Vivian Beaumont Theatre at Lincoln Center','New York, NY','Saturday','4/11/2026','2:00 PM','7546037','Ragtime-4-11-2026'],['Operation Mincemeat','John Golden Theatre','New York, NY','Saturday','4/11/2026','2:00 PM','7599695','Operation-Mincemeat-4-11-2026'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Saturday','4/11/2026','2:00 PM','7603960','The-Book-Of-Mormon-4-11-2026'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Saturday','4/11/2026','2:00 PM','7609270','Jamie-Allan-s-Amaze-4-11-2026'],['Harry Potter and The Cursed Child','Lyric Theatre - New York','New York, NY','Saturday','4/11/2026','2:00 PM','7212049','Harry-Potter-and-The-Cursed-Child-4-11-2026'],['Hadestown','Walter Kerr Theatre','New York, NY','Saturday','4/11/2026','2:00 PM','7205611','Hadestown-4-11-2026'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Saturday','4/11/2026','2:00 PM','6956167','Little-Shop-Of-Horrors-4-11-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Saturday','4/11/2026','2:00 PM','7356596','The-Play-That-Goes-Wrong--4-11-2026'],['MJ - The Musical','Neil Simon Theatre','New York, NY','Saturday','4/11/2026','2:00 PM','7356337','MJ---The-Musical-4-11-2026'],['Two Strangers (Carry A Cake Across New York)','Longacre Theatre','New York, NY','Saturday','4/11/2026','2:00 PM','7333531','Two-Strangers--Carry-A-Cake-Across-New-York--4-11-2026'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Saturday','4/11/2026','2:00 PM','7309849','--Juliet-4-11-2026'],['Buena Vista Social Club - Musical','Gerald Schoenfeld Theatre','New York, NY','Saturday','4/11/2026','2:00 PM','7296947','Buena-Vista-Social-Club---Musical-4-11-2026'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Saturday','4/11/2026','2:00 PM','7478678','The-Gazillion-Bubble-Show-4-11-2026']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');