//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-02A
TN_Widget.CreateTable([['Andrea Bocelli','Sun Bet Arena at Time Square Casino','Pretoria, South Africa','Sunday','4/13/2025','6:00 PM','6716295','Andrea-Bocelli-4-13-2025'],['Andrea Bocelli','DHL Stadium','Cape Town, South Africa','Wednesday','4/16/2025','8:00 PM','6716296','Andrea-Bocelli-4-16-2025'],['Andrea Bocelli','Co-Op Live','Manchester, United Kingdom','Friday','4/25/2025','6:30 PM','6716297','Andrea-Bocelli-4-25-2025'],['Andrea Bocelli','O2 Arena - London','London, United Kingdom','Thursday','5/1/2025','6:30 PM','6716298','Andrea-Bocelli-5-1-2025'],['Andrea Bocelli','O2 Arena - London','London, United Kingdom','Friday','5/2/2025','6:30 PM','6716299','Andrea-Bocelli-5-2-2025'],['Andrea Bocelli','Estadio Municipal Dr. Magalhaes Pessoa','Leiria, Portugal','Saturday','5/31/2025','TBD','6896200','Andrea-Bocelli-5-31-2025'],['Andrea Bocelli','Stadion Poznan','Poznan, Poland','Friday','6/6/2025','TBD','6716300','Andrea-Bocelli-6-6-2025'],['Andrea Bocelli','Tarczynski Arena At The Stadion Wroclaw','Wroclaw, Poland','Sunday','6/8/2025','TBD','6716301','Andrea-Bocelli-6-8-2025'],['Andrea Bocelli','Smoothie King Center','New Orleans, LA','Tuesday','6/10/2025','8:00 PM','6767609','Andrea-Bocelli-6-10-2025'],['Andrea Bocelli','Toyota Center - TX','Houston, TX','Thursday','6/12/2025','8:00 PM','6767636','Andrea-Bocelli-6-12-2025'],['Andrea Bocelli','Moody Center ATX','Austin, TX','Friday','6/13/2025','8:00 PM','6767612','Andrea-Bocelli-6-13-2025'],['Andrea Bocelli','BOK Center','Tulsa, OK','Sunday','6/15/2025','7:30 PM','6767615','Andrea-Bocelli-6-15-2025'],['Andrea Bocelli','Ball Arena','Denver, CO','Tuesday','6/17/2025','8:00 PM','6767617','Andrea-Bocelli-6-17-2025'],['Andrea Bocelli','Anfiteatro Scavi di Pompei','Messigno, Italy','Friday','6/27/2025','TBD','6896201','Andrea-Bocelli-6-27-2025'],['Andrea Bocelli','Anfiteatro Scavi di Pompei','Messigno, Italy','Saturday','6/28/2025','TBD','6896202','Andrea-Bocelli-6-28-2025'],['Andrea Bocelli','Teatro Del Silenzio','Lajatico, Italy','Tuesday','7/22/2025','TBD','6896203','Andrea-Bocelli-7-22-2025'],['Andrea Bocelli','Teatro Del Silenzio','Lajatico, Italy','Saturday','7/26/2025','TBD','6896204','Andrea-Bocelli-7-26-2025'],['Andrea Bocelli','Ziggo Dome','Amsterdam, Netherlands','Monday','3/30/2026','TBD','6896208','Andrea-Bocelli-3-30-2026']],'Andrea Bocelli','http://www.ticketnetwork.com/ticket/Andrea-Bocelli-events.aspx');