//
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-04A
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([['Jazz at Lincoln Center: John Pizzarelli','Bethel Woods Center For The Arts','Bethel, NY','Friday','6/12/2026','8:00 PM','7792002','Jazz-at-Lincoln-Center--John-Pizzarelli-6-12-2026'],['Elkhart Jazz Festival: John Pizzarelli','The Lerner Theatre','Elkhart, IN','Sunday','6/21/2026','1:30 PM','7808520','Elkhart-Jazz-Festival--John-Pizzarelli-6-21-2026'],['John Pizzarelli's Dear Mr. Bennett','Westhampton Beach Performing Arts Center','Westhampton Beach, NY','Friday','7/24/2026','8:00 PM','7804379','John-Pizzarelli-s-Dear-Mr--Bennett-7-24-2026'],['John Pizzarelli','Birdland Jazz Club','New York, NY','Tuesday','8/4/2026','7:00 PM','7924068','John-Pizzarelli-8-4-2026'],['John Pizzarelli','Birdland Jazz Club','New York, NY','Tuesday','8/4/2026','9:30 PM','7924077','John-Pizzarelli-8-4-2026'],['John Pizzarelli','Birdland Jazz Club','New York, NY','Wednesday','8/5/2026','7:00 PM','7924078','John-Pizzarelli-8-5-2026'],['John Pizzarelli','Birdland Jazz Club','New York, NY','Wednesday','8/5/2026','9:30 PM','7924084','John-Pizzarelli-8-5-2026'],['John Pizzarelli','Birdland Jazz Club','New York, NY','Thursday','8/6/2026','7:00 PM','7924091','John-Pizzarelli-8-6-2026'],['John Pizzarelli','Birdland Jazz Club','New York, NY','Thursday','8/6/2026','9:30 PM','7924092','John-Pizzarelli-8-6-2026'],['John Pizzarelli','Birdland Jazz Club','New York, NY','Friday','8/7/2026','8:30 PM','7924100','John-Pizzarelli-8-7-2026'],['John Pizzarelli','Birdland Jazz Club','New York, NY','Friday','8/7/2026','10:30 PM','7924101','John-Pizzarelli-8-7-2026'],['John Pizzarelli','Birdland Jazz Club','New York, NY','Saturday','8/8/2026','8:30 PM','7924110','John-Pizzarelli-8-8-2026'],['John Pizzarelli','Birdland Jazz Club','New York, NY','Saturday','8/8/2026','10:30 PM','7924556','John-Pizzarelli-8-8-2026'],['John Pizzarelli','Musical Instrument Museum - Music Theater','Phoenix, AZ','Thursday','9/17/2026','6:30 PM','7950647','John-Pizzarelli-9-17-2026'],['John Pizzarelli','Musical Instrument Museum - Music Theater','Phoenix, AZ','Thursday','9/17/2026','8:30 PM','7950648','John-Pizzarelli-9-17-2026'],['John Pizzarelli','SHU Community Theatre','Fairfield, CT','Saturday','10/17/2026','8:00 PM','7947978','John-Pizzarelli-10-17-2026'],['John Pizzarelli & Catherine Russell','Weston Recital Hall at Meridian Arts Centre','North York, Canada','Saturday','2/20/2027','8:00 PM','7991225','John-Pizzarelli---Catherine-Russell-2-20-2027']],'John Pizzarelli','http://www.ticketnetwork.com/en/search/?text=John Pizzarelli');