//
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([['Pinkalicious','Actors Temple Theater','New York, NY','Sunday','7/13/2025','11:00 AM','7146324','Pinkalicious-7-13-2025'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Sunday','7/13/2025','12:00 PM','7059703','The-Gazillion-Bubble-Show-7-13-2025'],['Searching For Willie Lynch','Actors Temple Theater','New York, NY','Sunday','7/13/2025','2:00 PM','7094483','Searching-For-Willie-Lynch-7-13-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Sunday','7/13/2025','3:00 PM','6230717','Little-Shop-Of-Horrors-7-13-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Sunday','7/13/2025','3:00 PM','6956574','The-Play-That-Goes-Wrong--7-13-2025'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Sunday','7/13/2025','3:00 PM','7059707','The-Gazillion-Bubble-Show-7-13-2025'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Sunday','7/13/2025','3:00 PM','7167416','Perfect-Crime-7-13-2025'],['Friends! The Musical Parody','Jerry Orbach Theater at The Theater Center','New York, NY','Sunday','7/13/2025','3:30 PM','7166544','Friends--The-Musical-Parody-7-13-2025'],['Friends! The Musical Parody','Jerry Orbach Theater at The Theater Center','New York, NY','Sunday','7/13/2025','6:00 PM','7166551','Friends--The-Musical-Parody-7-13-2025'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Sunday','7/13/2025','7:30 PM','7167417','Perfect-Crime-7-13-2025'],['Rolling Thunder','New World Stages: Stage 3','New York, NY','Sunday','7/13/2025','8:00 PM','7139447','Rolling-Thunder-7-13-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Monday','7/14/2025','7:00 PM','6956579','The-Play-That-Goes-Wrong--7-14-2025'],['Duke & Roya','Lucille Lortel','New York, NY','Monday','7/14/2025','7:00 PM','7059187','Duke---Roya-7-14-2025'],['Ginger Twinsies','Orpheum Theatre - NYC','New York, NY','Monday','7/14/2025','7:00 PM','7138829','Ginger-Twinsies-7-14-2025'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Monday','7/14/2025','8:00 PM','7167418','Perfect-Crime-7-14-2025'],['Rolling Thunder','New World Stages: Stage 3','New York, NY','Monday','7/14/2025','8:00 PM','7139450','Rolling-Thunder-7-14-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Tuesday','7/15/2025','7:00 PM','6230722','Little-Shop-Of-Horrors-7-15-2025'],['Duke & Roya','Lucille Lortel','New York, NY','Tuesday','7/15/2025','7:00 PM','7059188','Duke---Roya-7-15-2025'],['Ginger Twinsies','Orpheum Theatre - NYC','New York, NY','Tuesday','7/15/2025','7:00 PM','7138830','Ginger-Twinsies-7-15-2025'],['Friends! The Musical Parody','Jerry Orbach Theater at The Theater Center','New York, NY','Tuesday','7/15/2025','7:30 PM','7166560','Friends--The-Musical-Parody-7-15-2025'],['Dilaria','Dr2 Theatre','New York, NY','Tuesday','7/15/2025','8:00 PM','7146254','Dilaria-7-15-2025'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Tuesday','7/15/2025','8:00 PM','7167419','Perfect-Crime-7-15-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Wednesday','7/16/2025','2:00 PM','6230727','Little-Shop-Of-Horrors-7-16-2025'],['Ginger Twinsies','Orpheum Theatre - NYC','New York, NY','Wednesday','7/16/2025','7:00 PM','7138831','Ginger-Twinsies-7-16-2025'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Wednesday','7/16/2025','7:00 PM','7070881','Heathers---The-Musical-7-16-2025']],'off broadway','http://www.ticketnetwork.com/en/search/?text=off%20broadway');