//
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([['Long Island Comedy Festival','Theatre Three','Port Jefferson, NY','Saturday','8/29/2026','8:00 PM','7982585','Long-Island-Comedy-Festival-8-29-2026'],['Long Island Comedy Festival','The Argyle Theatre at Babylon Village','Babylon, NY','Sunday','9/6/2026','7:30 PM','8088191','Long-Island-Comedy-Festival-9-6-2026'],['New York Comedy Festival: Ziwe','Town Hall Theatre - NY','New York, NY','Friday','11/6/2026','7:00 PM','8130727','New-York-Comedy-Festival--Ziwe-11-6-2026'],['New York Comedy Festival: Joanne McNally','Town Hall Theatre - NY','New York, NY','Saturday','11/7/2026','6:00 PM','8130725','New-York-Comedy-Festival--Joanne-McNally-11-7-2026'],['New York Comedy Festival: Joanne McNally','Town Hall Theatre - NY','New York, NY','Saturday','11/7/2026','9:00 PM','8180518','New-York-Comedy-Festival--Joanne-McNally-11-7-2026'],['New York Comedy Festival: Sarah Sherman & Patti Harrison','Town Hall Theatre - NY','New York, NY','Sunday','11/8/2026','7:00 PM','8130726','New-York-Comedy-Festival--Sarah-Sherman---Patti-Harrison-11-8-2026'],['New York Comedy Festival: Marc Maron','Beacon Theatre - NY','New York, NY','Sunday','11/8/2026','7:30 PM','8130724','New-York-Comedy-Festival--Marc-Maron-11-8-2026'],['New York Comedy Festival: Ben Bankas','Town Hall Theatre - NY','New York, NY','Thursday','11/12/2026','7:00 PM','8130729','New-York-Comedy-Festival--Ben-Bankas-11-12-2026'],['New York Comedy Festival: Jordan Jensen','Beacon Theatre - NY','New York, NY','Thursday','11/12/2026','8:00 PM','8130720','New-York-Comedy-Festival--Jordan-Jensen-11-12-2026'],['New York Comedy Festival: Ilana Glazer','Beacon Theatre - NY','New York, NY','Friday','11/13/2026','6:45 PM','8130721','New-York-Comedy-Festival--Ilana-Glazer-11-13-2026'],['New York Comedy Festival: Adam Friedland','Town Hall Theatre - NY','New York, NY','Friday','11/13/2026','7:00 PM','8130731','New-York-Comedy-Festival--Adam-Friedland-11-13-2026'],['New York Comedy Festival: Comic Relief & The Moth Present Funny Story','Town Hall Theatre - NY','New York, NY','Saturday','11/14/2026','3:00 PM','8130734','New-York-Comedy-Festival--Comic-Relief---The-Moth-Present-Funny-Story-11-14-2026'],['New York Comedy Festival: Sh&t Show Hosted by Jordan Klepper','Town Hall Theatre - NY','New York, NY','Saturday','11/14/2026','7:00 PM','8130728','New-York-Comedy-Festival--Sh-t-Show-Hosted-by-Jordan-Klepper-11-14-2026'],['New York Comedy Festival: Daniel Sloss','Beacon Theatre - NY','New York, NY','Saturday','11/14/2026','7:00 PM','8130723','New-York-Comedy-Festival--Daniel-Sloss-11-14-2026'],['New York Comedy Festival: Mojo Brookzz','Beacon Theatre - NY','New York, NY','Sunday','11/15/2026','6:30 PM','8130722','New-York-Comedy-Festival--Mojo-Brookzz-11-15-2026'],['New York Comedy Festival: Mojo Brookzz','Beacon Theatre - NY','New York, NY','Sunday','11/15/2026','9:30 PM','8136225','New-York-Comedy-Festival--Mojo-Brookzz-11-15-2026']],'new york comedy festival','http://www.ticketnetwork.com/en/search/?text=new%20york%20comedy%20festival');