//
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-03A
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([['MJ - The Musical','Neil Simon Theatre','New York, NY','Wednesday','1/21/2026','1:00 PM','7529011','MJ---The-Musical-1-21-2026'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Wednesday','1/21/2026','2:00 PM','7394498','Maybe-Happy-Ending---A-New-Musical-1-21-2026'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Wednesday','1/21/2026','2:00 PM','7396221','Moulin-Rouge---The-Musical-1-21-2026'],['Marjorie Prime','Helen Hayes Theatre','New York, NY','Wednesday','1/21/2026','2:00 PM','7399708','Marjorie-Prime-1-21-2026'],['Death Becomes Her','Lunt-fontanne Theatre','New York, NY','Wednesday','1/21/2026','2:00 PM','7126440','Death-Becomes-Her-1-21-2026'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Wednesday','1/21/2026','2:00 PM','7168571','--Juliet-1-21-2026'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Wednesday','1/21/2026','2:00 PM','7191677','The-Outsiders-1-21-2026'],['Hadestown','Walter Kerr Theatre','New York, NY','Wednesday','1/21/2026','2:00 PM','7205471','Hadestown-1-21-2026'],['Mamma Mia!','Winter Garden Theatre - New York','New York, NY','Wednesday','1/21/2026','2:00 PM','7035883','Mamma-Mia--1-21-2026'],['Operation Mincemeat','John Golden Theatre','New York, NY','Wednesday','1/21/2026','2:00 PM','7066124','Operation-Mincemeat-1-21-2026'],['Oedipus','Studio 54 - NY','New York, NY','Wednesday','1/21/2026','2:00 PM','7247403','Oedipus-1-21-2026'],['Chess: The Musical','Imperial Theatre - NY','New York, NY','Wednesday','1/21/2026','2:00 PM','7240058','Chess--The-Musical-1-21-2026'],['Buena Vista Social Club - Musical','Gerald Schoenfeld Theatre','New York, NY','Wednesday','1/21/2026','2:00 PM','7296822','Buena-Vista-Social-Club---Musical-1-21-2026'],['Two Strangers (Carry A Cake Across New York)','Longacre Theatre','New York, NY','Wednesday','1/21/2026','2:00 PM','7333398','Two-Strangers--Carry-A-Cake-Across-New-York--1-21-2026'],['Liberation','James Earl Jones Theatre','New York, NY','Wednesday','1/21/2026','2:00 PM','7567955','Liberation-1-21-2026'],['Ragtime','Vivian Beaumont Theatre at Lincoln Center','New York, NY','Wednesday','1/21/2026','2:00 PM','7546014','Ragtime-1-21-2026'],['Hell's Kitchen - The Musical','Shubert Theatre - NY','New York, NY','Wednesday','1/21/2026','2:00 PM','7498927','Hell-s-Kitchen---The-Musical-1-21-2026'],['Just in Time','Circle In The Square Theatre','New York, NY','Wednesday','1/21/2026','2:00 PM','7481483','Just-in-Time-1-21-2026'],['Data','Lucille Lortel','New York, NY','Wednesday','1/21/2026','3:00 PM','7640479','Data-1-21-2026'],['Six The Musical','Lena Horne Theatre','New York, NY','Wednesday','1/21/2026','7:00 PM','7478356','Six-The-Musical-1-21-2026'],['Bug - Play','Samuel J. Friedman Theatre','New York, NY','Wednesday','1/21/2026','7:00 PM','7499813','Bug---Play-1-21-2026'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Wednesday','1/21/2026','7:00 PM','7414151','Jamie-Allan-s-Amaze-1-21-2026'],['Pen Pals - Play','Dr2 Theatre','New York, NY','Wednesday','1/21/2026','7:00 PM','7467164','Pen-Pals---Play-1-21-2026'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Wednesday','1/21/2026','7:00 PM','7394496','Maybe-Happy-Ending---A-New-Musical-1-21-2026'],['Marjorie Prime','Helen Hayes Theatre','New York, NY','Wednesday','1/21/2026','7:00 PM','7399709','Marjorie-Prime-1-21-2026']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');