//
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([['Capstan','Off Broadway','St. Louis, MO','Friday','3/6/2026','7:30 PM','7586677','Capstan-3-6-2026'],['Mexodus','Daryl Roth Theatre','New York, NY','Friday','3/6/2026','8:00 PM','7689763','Mexodus-3-6-2026'],['11 to Midnight','Orpheum Theatre - NYC','New York, NY','Friday','3/6/2026','8:30 PM','7675802','11-to-Midnight-3-6-2026'],['D.L. Hughley','Comedy Off Broadway','Lexington, KY','Friday','3/6/2026','9:30 PM','7542255','D-L--Hughley-3-6-2026'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Saturday','3/7/2026','11:00 AM','7478637','The-Gazillion-Bubble-Show-3-7-2026'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Saturday','3/7/2026','2:00 PM','7546503','Heathers---The-Musical-3-7-2026'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Saturday','3/7/2026','2:00 PM','7478641','The-Gazillion-Bubble-Show-3-7-2026'],['Chinese Republicans','Laura Pels Theatre At The Steinberg Center','New York, NY','Saturday','3/7/2026','2:00 PM','7454735','Chinese-Republicans-3-7-2026'],['Night Side Songs','Lincoln Center Theater - Claire Tow Theater','New York, NY','Saturday','3/7/2026','2:00 PM','7394753','Night-Side-Songs-3-7-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Saturday','3/7/2026','2:00 PM','7356554','The-Play-That-Goes-Wrong--3-7-2026'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Saturday','3/7/2026','2:00 PM','6956132','Little-Shop-Of-Horrors-3-7-2026'],['The Unknown with Sean Hayes','Studio Seaview','New York, NY','Saturday','3/7/2026','2:00 PM','7566965','The-Unknown-with-Sean-Hayes-3-7-2026'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Saturday','3/7/2026','2:00 PM','7570605','The-25th-Annual-Putnam-County-Spelling-Bee-3-7-2026'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Saturday','3/7/2026','2:00 PM','7609223','Jamie-Allan-s-Amaze-3-7-2026'],['Data','Lucille Lortel','New York, NY','Saturday','3/7/2026','3:00 PM','7640698','Data-3-7-2026'],['Burnout Paradise','Astor Place Theatre','New York, NY','Saturday','3/7/2026','3:00 PM','7574302','Burnout-Paradise-3-7-2026'],['Pen Pals - Play','Dr2 Theatre','New York, NY','Saturday','3/7/2026','3:00 PM','7579087','Pen-Pals---Play-3-7-2026'],['11 to Midnight','Orpheum Theatre - NYC','New York, NY','Saturday','3/7/2026','3:00 PM','7746379','11-to-Midnight-3-7-2026'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Saturday','3/7/2026','4:30 PM','7478646','The-Gazillion-Bubble-Show-3-7-2026'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Saturday','3/7/2026','5:00 PM','7609227','Jamie-Allan-s-Amaze-3-7-2026'],['D.L. Hughley','Comedy Off Broadway','Lexington, KY','Saturday','3/7/2026','6:30 PM','7542258','D-L--Hughley-3-7-2026'],['Burnout Paradise','Astor Place Theatre','New York, NY','Saturday','3/7/2026','7:00 PM','7574217','Burnout-Paradise-3-7-2026'],['Pen Pals - Play','Dr2 Theatre','New York, NY','Saturday','3/7/2026','7:00 PM','7579093','Pen-Pals---Play-3-7-2026'],['Chinese Republicans','Laura Pels Theatre At The Steinberg Center','New York, NY','Saturday','3/7/2026','7:30 PM','7454729','Chinese-Republicans-3-7-2026'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Saturday','3/7/2026','7:30 PM','7546499','Heathers---The-Musical-3-7-2026']],'off broadway','http://www.ticketnetwork.com/en/search/?text=off%20broadway');