//
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([['Chinese Republicans','Laura Pels Theatre At The Steinberg Center','New York, NY','Tuesday','3/10/2026','7:00 PM','7454713','Chinese-Republicans-3-10-2026'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Tuesday','3/10/2026','7:00 PM','6956116','Little-Shop-Of-Horrors-3-10-2026'],['Pen Pals - Play','Dr2 Theatre','New York, NY','Tuesday','3/10/2026','7:00 PM','7579058','Pen-Pals---Play-3-10-2026'],['Data','Lucille Lortel','New York, NY','Tuesday','3/10/2026','7:30 PM','7640700','Data-3-10-2026'],['Runo Plum','Off Broadway','St. Louis, MO','Tuesday','3/10/2026','8:00 PM','7495712','Runo-Plum-3-10-2026'],['Chinese Republicans','Laura Pels Theatre At The Steinberg Center','New York, NY','Wednesday','3/11/2026','2:00 PM','7454736','Chinese-Republicans-3-11-2026'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Wednesday','3/11/2026','7:00 PM','7546484','Heathers---The-Musical-3-11-2026'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Wednesday','3/11/2026','7:00 PM','7570590','The-25th-Annual-Putnam-County-Spelling-Bee-3-11-2026'],['Chinese Republicans','Laura Pels Theatre At The Steinberg Center','New York, NY','Wednesday','3/11/2026','7:00 PM','7454714','Chinese-Republicans-3-11-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Wednesday','3/11/2026','7:00 PM','7356539','The-Play-That-Goes-Wrong--3-11-2026'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Wednesday','3/11/2026','7:00 PM','6956121','Little-Shop-Of-Horrors-3-11-2026'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Wednesday','3/11/2026','7:00 PM','7609212','Jamie-Allan-s-Amaze-3-11-2026'],['Pen Pals - Play','Dr2 Theatre','New York, NY','Wednesday','3/11/2026','7:00 PM','7579064','Pen-Pals---Play-3-11-2026'],['Data','Lucille Lortel','New York, NY','Wednesday','3/11/2026','7:30 PM','7640701','Data-3-11-2026'],['Pen Pals - Play','Dr2 Theatre','New York, NY','Thursday','3/12/2026','1:00 PM','7579076','Pen-Pals---Play-3-12-2026'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Thursday','3/12/2026','2:00 PM','7546488','Heathers---The-Musical-3-12-2026'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Thursday','3/12/2026','2:00 PM','7570594','The-25th-Annual-Putnam-County-Spelling-Bee-3-12-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Thursday','3/12/2026','2:00 PM','7356547','The-Play-That-Goes-Wrong--3-12-2026'],['Mexodus','Daryl Roth Theatre','New York, NY','Thursday','3/12/2026','2:00 PM','7689757','Mexodus-3-12-2026'],['Burnout Paradise','Astor Place Theatre','New York, NY','Thursday','3/12/2026','5:00 PM','7574257','Burnout-Paradise-3-12-2026'],['Pen Pals - Play','Dr2 Theatre','New York, NY','Thursday','3/12/2026','7:00 PM','7579070','Pen-Pals---Play-3-12-2026'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Thursday','3/12/2026','7:00 PM','7609216','Jamie-Allan-s-Amaze-3-12-2026'],['Aaron Weber','Comedy Off Broadway','Lexington, KY','Thursday','3/12/2026','7:00 PM','7649997','Aaron-Weber-3-12-2026'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Thursday','3/12/2026','7:00 PM','6956125','Little-Shop-Of-Horrors-3-12-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Thursday','3/12/2026','7:00 PM','7356543','The-Play-That-Goes-Wrong--3-12-2026']],'off broadway','http://www.ticketnetwork.com/en/search/?text=off%20broadway');