//
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-01A
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([['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Tuesday','2/24/2026','7:00 PM','6956084','Little-Shop-Of-Horrors-2-24-2026'],['Joe Deuce','Comedy Off Broadway','Lexington, KY','Tuesday','2/24/2026','7:00 PM','7701536','Joe-Deuce-2-24-2026'],['Pen Pals - Play','Dr2 Theatre','New York, NY','Tuesday','2/24/2026','7:00 PM','7579057','Pen-Pals---Play-2-24-2026'],['The Other Place','Griffin Theater at The Shed','New York, NY','Tuesday','2/24/2026','7:30 PM','7590436','The-Other-Place-2-24-2026'],['Data','Lucille Lortel','New York, NY','Tuesday','2/24/2026','7:30 PM','7640652','Data-2-24-2026'],['Night Side Songs','Lincoln Center Theater - Claire Tow Theater','New York, NY','Wednesday','2/25/2026','2:00 PM','7394741','Night-Side-Songs-2-25-2026'],['Chinese Republicans','Laura Pels Theatre At The Steinberg Center','New York, NY','Wednesday','2/25/2026','2:00 PM','7454708','Chinese-Republicans-2-25-2026'],['The Other Place','Griffin Theater at The Shed','New York, NY','Wednesday','2/25/2026','2:00 PM','7590437','The-Other-Place-2-25-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Wednesday','2/25/2026','7:00 PM','7356508','The-Play-That-Goes-Wrong--2-25-2026'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Wednesday','2/25/2026','7:00 PM','6956088','Little-Shop-Of-Horrors-2-25-2026'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Wednesday','2/25/2026','7:00 PM','7546449','Heathers---The-Musical-2-25-2026'],['11 to Midnight','Orpheum Theatre - NYC','New York, NY','Wednesday','2/25/2026','7:00 PM','7559227','11-to-Midnight-2-25-2026'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Wednesday','2/25/2026','7:00 PM','7570554','The-25th-Annual-Putnam-County-Spelling-Bee-2-25-2026'],['Pen Pals - Play','Dr2 Theatre','New York, NY','Wednesday','2/25/2026','7:00 PM','7579062','Pen-Pals---Play-2-25-2026'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Wednesday','2/25/2026','7:00 PM','7609144','Jamie-Allan-s-Amaze-2-25-2026'],['You Got Older','Cherry Lane Theatre','New York, NY','Wednesday','2/25/2026','7:00 PM','7653564','You-Got-Older-2-25-2026'],['Chinese Republicans','Laura Pels Theatre At The Steinberg Center','New York, NY','Wednesday','2/25/2026','7:30 PM','7454696','Chinese-Republicans-2-25-2026'],['The Other Place','Griffin Theater at The Shed','New York, NY','Wednesday','2/25/2026','7:30 PM','7590453','The-Other-Place-2-25-2026'],['The Unknown with Sean Hayes','Studio Seaview','New York, NY','Wednesday','2/25/2026','8:00 PM','7566941','The-Unknown-with-Sean-Hayes-2-25-2026'],['Night Side Songs','Lincoln Center Theater - Claire Tow Theater','New York, NY','Wednesday','2/25/2026','8:00 PM','7394740','Night-Side-Songs-2-25-2026'],['Pen Pals - Play','Dr2 Theatre','New York, NY','Thursday','2/26/2026','1:00 PM','7579074','Pen-Pals---Play-2-26-2026'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Thursday','2/26/2026','2:00 PM','7546461','Heathers---The-Musical-2-26-2026'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Thursday','2/26/2026','2:00 PM','7570566','The-25th-Annual-Putnam-County-Spelling-Bee-2-26-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Thursday','2/26/2026','2:00 PM','7356511','The-Play-That-Goes-Wrong--2-26-2026'],['11 to Midnight','Orpheum Theatre - NYC','New York, NY','Thursday','2/26/2026','7:00 PM','7559236','11-to-Midnight-2-26-2026']],'off broadway','http://www.ticketnetwork.com/en/search/?text=off%20broadway');