//
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([['Archduke','Laura Pels Theatre At The Steinberg Center','New York, NY','Tuesday','11/25/2025','7:00 PM','7371373','Archduke-11-25-2025'],['The Queen of Versailles','St. James Theatre','New York, NY','Tuesday','11/25/2025','7:00 PM','7399378','The-Queen-of-Versailles-11-25-2025'],['Emo Philips & Tim Cavanagh','Comedy Off Broadway','Lexington, KY','Tuesday','11/25/2025','7:00 PM','7424038','Emo-Philips---Tim-Cavanagh-11-25-2025'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Tuesday','11/25/2025','7:00 PM','7414003','Jamie-Allan-s-Amaze-11-25-2025'],['Liberation','James Earl Jones Theatre','New York, NY','Tuesday','11/25/2025','7:00 PM','7333105','Liberation-11-25-2025'],['Little Bear Ridge Road','Booth Theatre','New York, NY','Tuesday','11/25/2025','7:00 PM','7343732','Little-Bear-Ridge-Road-11-25-2025'],['Rain - A Beatles Christmas Tribute','Cape Fear Community College's Wilson Center','Wilmington, NC','Tuesday','11/25/2025','7:00 PM','7282458','Rain---A-Beatles-Christmas-Tribute-11-25-2025'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Tuesday','11/25/2025','7:00 PM','7290318','The-25th-Annual-Putnam-County-Spelling-Bee-11-25-2025'],['Romy & Michele: The Musical','Stage 42 - New York','New York, NY','Tuesday','11/25/2025','7:00 PM','7285251','Romy---Michele--The-Musical-11-25-2025'],['This World of Tomorrow','Griffin Theater at The Shed','New York, NY','Tuesday','11/25/2025','7:00 PM','7287227','This-World-of-Tomorrow-11-25-2025'],['44 - The Unofficial, Unsanctioned Obama Musical','Daryl Roth Theatre','New York, NY','Tuesday','11/25/2025','7:00 PM','7309192','44---The-Unofficial--Unsanctioned-Obama-Musical-11-25-2025'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Tuesday','11/25/2025','7:00 PM','7250821','Heathers---The-Musical-11-25-2025'],['Ragtime','Vivian Beaumont Theatre at Lincoln Center','New York, NY','Tuesday','11/25/2025','7:00 PM','7146396','Ragtime-11-25-2025'],['Hell's Kitchen - The Musical','Shubert Theatre - NY','New York, NY','Tuesday','11/25/2025','7:00 PM','7126611','Hell-s-Kitchen---The-Musical-11-25-2025'],['Just in Time','Circle In The Square Theatre','New York, NY','Tuesday','11/25/2025','7:00 PM','7125415','Just-in-Time-11-25-2025'],['Death Becomes Her','Lunt-fontanne Theatre','New York, NY','Tuesday','11/25/2025','7:00 PM','7126373','Death-Becomes-Her-11-25-2025'],['Art - Play','Music Box Theatre - NY','New York, NY','Tuesday','11/25/2025','7:00 PM','7185065','Art---Play-11-25-2025'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Tuesday','11/25/2025','7:00 PM','7168481','--Juliet-11-25-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Tuesday','11/25/2025','7:00 PM','7168875','The-Play-That-Goes-Wrong--11-25-2025'],['Harry Potter and The Cursed Child','Lyric Theatre - New York','New York, NY','Tuesday','11/25/2025','7:00 PM','7206209','Harry-Potter-and-The-Cursed-Child-11-25-2025']],'Broadway Shows','http://www.ticketnetwork.com/en/search/?text=Broadway%20Shows');