//
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([['Oh, Mary!','Lyceum Theatre - New York','New York, NY','Sunday','4/12/2026','6:30 PM','7394931','Oh--Mary--4-12-2026'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Sunday','4/12/2026','6:30 PM','7309851','--Juliet-4-12-2026'],['Stranger Things: The First Shadow','Marquis Theatre - NY','New York, NY','Sunday','4/12/2026','7:00 PM','7532349','Stranger-Things--The-First-Shadow-4-12-2026'],['Burnout Paradise','Astor Place Theatre','New York, NY','Sunday','4/12/2026','7:00 PM','7574334','Burnout-Paradise-4-12-2026'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Sunday','4/12/2026','7:00 PM','7603930','The-Book-Of-Mormon-4-12-2026'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Sunday','4/12/2026','7:00 PM','7262180','Chicago---The-Musical-4-12-2026'],['Six The Musical','Lena Horne Theatre','New York, NY','Sunday','4/12/2026','7:00 PM','7478449','Six-The-Musical-4-12-2026'],['The Balusters','Samuel J. Friedman Theatre','New York, NY','Sunday','4/12/2026','7:00 PM','7676482','The-Balusters-4-12-2026'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Sunday','4/12/2026','7:30 PM','6956145','Little-Shop-Of-Horrors-4-12-2026'],['Operation Mincemeat','John Golden Theatre','New York, NY','Sunday','4/12/2026','7:30 PM','7599697','Operation-Mincemeat-4-12-2026'],['Penn & Teller','Penn & Teller Theater at Rio Las Vegas','Las Vegas, NV','Sunday','4/12/2026','8:00 PM','7629067','Penn---Teller-4-12-2026'],['Six The Musical','Lena Horne Theatre','New York, NY','Monday','4/13/2026','7:00 PM','7478453','Six-The-Musical-4-13-2026'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Monday','4/13/2026','7:00 PM','7262187','Chicago---The-Musical-4-13-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Monday','4/13/2026','7:00 PM','7356568','The-Play-That-Goes-Wrong--4-13-2026'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Monday','4/13/2026','7:00 PM','7499101','The-Great-Gatsby---A-New-Musical-4-13-2026'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Monday','4/13/2026','7:00 PM','7546513','Heathers---The-Musical-4-13-2026'],['Burnout Paradise','Astor Place Theatre','New York, NY','Monday','4/13/2026','7:00 PM','7574378','Burnout-Paradise-4-13-2026'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Monday','4/13/2026','7:00 PM','7609246','Jamie-Allan-s-Amaze-4-13-2026'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Monday','4/13/2026','7:00 PM','7719502','The-25th-Annual-Putnam-County-Spelling-Bee-4-13-2026'],['Dance With The Dead & Magic Sword','Warehouse On Broadway','Kansas City, MO','Monday','4/13/2026','7:00 PM','7600098','Dance-With-The-Dead---Magic-Sword-4-13-2026']],'Broadway Shows','http://www.ticketnetwork.com/en/search/?text=Broadway%20Shows');