//
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([['Kathy Griffin','Tarrytown Music Hall','Tarrytown, NY','Saturday','2/28/2026','7:00 PM','7415412','Kathy-Griffin-2-28-2026'],['Greg Gutfeld','Westbury Music Fair','Westbury, NY','Saturday','2/28/2026','7:00 PM','7503611','Greg-Gutfeld-2-28-2026'],['Dusty Slay','Hart Theatre At The Egg','Albany, NY','Saturday','2/28/2026','7:00 PM','7490463','Dusty-Slay-2-28-2026'],['Justin Willman','The Bardavon 1869 Opera House','Poughkeepsie, NY','Saturday','2/28/2026','7:00 PM','7398377','Justin-Willman-2-28-2026'],['Michael Longfellow','New York Comedy Club - Stamford','Stamford, CT','Saturday','2/28/2026','7:00 PM','7615411','Michael-Longfellow-2-28-2026'],['Samay Raina','Infosys Theater at Madison Square Garden','New York, NY','Saturday','2/28/2026','7:00 PM','7566641','Samay-Raina-2-28-2026'],['Ed Gamble','The Bell House','Brooklyn, NY','Saturday','2/28/2026','7:30 PM','7151765','Ed-Gamble-2-28-2026'],['John Valby','Riviera Theatre - NY','North Tonawanda, NY','Saturday','2/28/2026','7:30 PM','7486954','John-Valby-2-28-2026'],['Larry the Cable Guy','Kodak Center Theater','Rochester, NY','Saturday','2/28/2026','8:00 PM','7509716','Larry-the-Cable-Guy-2-28-2026'],['Felipe Esparza','Funny Bone Comedy Club - Syracuse','Syracuse, NY','Saturday','2/28/2026','9:15 PM','7532550','Felipe-Esparza-2-28-2026'],['Michael Longfellow','New York Comedy Club - Stamford','Stamford, CT','Saturday','2/28/2026','9:30 PM','7615412','Michael-Longfellow-2-28-2026'],['Aragona's Comedy','Governor's At McGuires In Bohemia','Bohemia, NY','Saturday','2/28/2026','9:30 PM','7737798','Aragona-s-Comedy-2-28-2026'],['Robert Hansen','Governor's At McGuires In Bohemia','Bohemia, NY','Sunday','3/1/2026','1:30 PM','7585345','Robert-Hansen-3-1-2026'],['Ari Matti','Helium Comedy Club - Buffalo','Buffalo, NY','Sunday','3/1/2026','7:00 PM','7571028','Ari-Matti-3-1-2026'],['Bert Kreischer','Sheas Performing Arts Center','Buffalo, NY','Sunday','3/1/2026','7:00 PM','7460425','Bert-Kreischer-3-1-2026']],'comedy new york','http://www.ticketnetwork.com/en/search/?text=comedy%20new%20york');