//
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([['Matteo Bocelli','Gramercy Theatre','New York, NY','Thursday','9/11/2025','7:00 PM','7180053','Matteo-Bocelli-9-11-2025'],['Matteo Bocelli','The Show - Agua Caliente Casino','Rancho Mirage, CA','Saturday','11/29/2025','8:00 PM','7282378','Matteo-Bocelli-11-29-2025'],['Matteo Bocelli','Mesa Arts Center - Ikeda Theater','Mesa, AZ','Sunday','11/30/2025','7:30 PM','7282757','Matteo-Bocelli-11-30-2025'],['Matteo Bocelli','Cerritos Center','Cerritos, CA','Tuesday','12/2/2025','7:30 PM','7278159','Matteo-Bocelli-12-2-2025'],['Matteo Bocelli','Uptown Theatre Napa','Napa, CA','Thursday','12/4/2025','8:00 PM','7281087','Matteo-Bocelli-12-4-2025'],['Matteo Bocelli','Eccles Center For The Performing Arts','Park City, UT','Saturday','12/6/2025','7:00 PM','7282756','Matteo-Bocelli-12-6-2025'],['Matteo Bocelli','Paramount Theatre - Denver','Denver, CO','Sunday','12/7/2025','7:30 PM','7281084','Matteo-Bocelli-12-7-2025'],['Matteo Bocelli','Orpheum Theatre - Madison ','Madison, WI','Wednesday','12/10/2025','8:00 PM','7281090','Matteo-Bocelli-12-10-2025'],['Matteo Bocelli','Genesee Theatre','Waukegan, IL','Friday','12/12/2025','8:00 PM','7281089','Matteo-Bocelli-12-12-2025'],['Matteo Bocelli','Taft Theatre','Cincinnati, OH','Saturday','12/13/2025','8:00 PM','7281088','Matteo-Bocelli-12-13-2025'],['Matteo Bocelli','The Playhouse on Rodney Square','Wilmington, DE','Tuesday','12/16/2025','7:30 PM','7282754','Matteo-Bocelli-12-16-2025'],['Matteo Bocelli','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Wednesday','12/17/2025','7:30 PM','7281085','Matteo-Bocelli-12-17-2025'],['Matteo Bocelli','Paramount Theatre - Huntington','Huntington, NY','Friday','12/19/2025','8:00 PM','7281086','Matteo-Bocelli-12-19-2025']],'Matteo Bocelli','http://www.ticketnetwork.com/en/search/?text=Matteo%20Bocelli');