//
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([['Aladdin','New Amsterdam Theatre','New York, NY','Friday','4/3/2026','1:00 PM','7422042','Aladdin-4-3-2026'],['The Lion King','Minskoff Theatre','New York, NY','Friday','4/3/2026','1:00 PM','7435641','The-Lion-King-4-3-2026'],['Wicked','Gershwin Theatre','New York, NY','Friday','4/3/2026','2:00 PM','7366645','Wicked-4-3-2026'],['Harry Potter and The Cursed Child','Lyric Theatre - New York','New York, NY','Friday','4/3/2026','2:00 PM','7212061','Harry-Potter-and-The-Cursed-Child-4-3-2026'],['Sexual Misconduct of the Middle Classes','Minetta Lane Theatre','New York, NY','Friday','4/3/2026','7:00 PM','7767497','Sexual-Misconduct-of-the-Middle-Classes-4-3-2026'],['Magic and Mayhem','Broadway Theater - MB','Myrtle Beach, SC','Friday','4/3/2026','7:00 PM','7675199','Magic-and-Mayhem-4-3-2026'],['Death of a Salesman','Winter Garden Theatre - New York','New York, NY','Friday','4/3/2026','7:00 PM','7662433','Death-of-a-Salesman-4-3-2026'],['Just in Time','Circle In The Square Theatre','New York, NY','Friday','4/3/2026','7:00 PM','7709041','Just-in-Time-4-3-2026'],['The Lion King','Minskoff Theatre','New York, NY','Friday','4/3/2026','7:00 PM','7435640','The-Lion-King-4-3-2026'],['Aladdin','New Amsterdam Theatre','New York, NY','Friday','4/3/2026','7:00 PM','7422000','Aladdin-4-3-2026'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Friday','4/3/2026','7:00 PM','7396282','Moulin-Rouge---The-Musical-4-3-2026'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Friday','4/3/2026','7:00 PM','7394603','Maybe-Happy-Ending---A-New-Musical-4-3-2026'],['MJ - The Musical','Neil Simon Theatre','New York, NY','Friday','4/3/2026','7:00 PM','7356327','MJ---The-Musical-4-3-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Friday','4/3/2026','7:00 PM','7356587','The-Play-That-Goes-Wrong--4-3-2026'],['Wicked','Gershwin Theatre','New York, NY','Friday','4/3/2026','7:00 PM','7366644','Wicked-4-3-2026'],['Buena Vista Social Club - Musical','Gerald Schoenfeld Theatre','New York, NY','Friday','4/3/2026','7:00 PM','7296941','Buena-Vista-Social-Club---Musical-4-3-2026'],['Death Becomes Her','Lunt-fontanne Theatre','New York, NY','Friday','4/3/2026','7:00 PM','7126527','Death-Becomes-Her-4-3-2026'],['Hadestown','Walter Kerr Theatre','New York, NY','Friday','4/3/2026','7:00 PM','7205606','Hadestown-4-3-2026'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Friday','4/3/2026','7:00 PM','7191784','The-Outsiders-4-3-2026'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Friday','4/3/2026','7:00 PM','6956162','Little-Shop-Of-Horrors-4-3-2026'],['Giant','Music Box Theatre - NY','New York, NY','Friday','4/3/2026','7:00 PM','7498097','Giant-4-3-2026'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Friday','4/3/2026','7:00 PM','7499345','The-Great-Gatsby---A-New-Musical-4-3-2026'],['Chess: The Musical','Imperial Theatre - NY','New York, NY','Friday','4/3/2026','7:00 PM','7499890','Chess--The-Musical-4-3-2026'],['Six The Musical','Lena Horne Theatre','New York, NY','Friday','4/3/2026','7:00 PM','7478467','Six-The-Musical-4-3-2026'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Friday','4/3/2026','7:00 PM','7478669','The-Gazillion-Bubble-Show-4-3-2026']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');