// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Andrea Bocelli','American Airlines Center','Dallas, TX','Thursday','12/4/2025','8:00 PM','7061972','Andrea-Bocelli-12-4-2025'],['Andrea Bocelli','Rupp Arena At Central Bank Center','Lexington, KY','Saturday','12/6/2025','8:00 PM','7061973','Andrea-Bocelli-12-6-2025'],['Andrea Bocelli','Little Caesars Arena','Detroit, MI','Sunday','12/7/2025','8:00 PM','7061974','Andrea-Bocelli-12-7-2025'],['Andrea Bocelli','TD Coliseum','Hamilton, Canada','Tuesday','12/9/2025','8:00 PM','7061987','Andrea-Bocelli-12-9-2025'],['Andrea Bocelli','TD Garden','Boston, MA','Thursday','12/11/2025','8:00 PM','7061975','Andrea-Bocelli-12-11-2025'],['Andrea Bocelli','PeoplesBank Arena','Hartford, CT','Saturday','12/13/2025','8:00 PM','7061977','Andrea-Bocelli-12-13-2025'],['Andrea Bocelli','Capital One Arena','Washington, DC','Sunday','12/14/2025','8:00 PM','7061978','Andrea-Bocelli-12-14-2025'],['Andrea Bocelli','Madison Square Garden','New York, NY','Wednesday','12/17/2025','8:00 PM','7061979','Andrea-Bocelli-12-17-2025'],['Andrea Bocelli','Madison Square Garden','New York, NY','Thursday','12/18/2025','8:00 PM','7061980','Andrea-Bocelli-12-18-2025'],['Andrea Bocelli','Kaseya Center','Miami, FL','Sunday','12/21/2025','7:30 PM','7061981','Andrea-Bocelli-12-21-2025'],['Andrea Bocelli','O2 Arena - Prague','Prague, Czech Republic','Friday','1/23/2026','TBD','6896205','Andrea-Bocelli-1-23-2026'],['Andrea Bocelli','Value City Arena at The Schottenstein Center','Columbus, OH','Saturday','2/7/2026','8:00 PM','7487637','Andrea-Bocelli-2-7-2026'],['Andrea Bocelli','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Fort Lauderdale, FL','Thursday','2/12/2026','8:00 PM','7487613','Andrea-Bocelli-2-12-2026'],['Andrea Bocelli','Benchmark International Arena','Tampa, FL','Tuesday','2/17/2026','8:00 PM','7487638','Andrea-Bocelli-2-17-2026'],['Andrea Bocelli','Lenovo Center','Raleigh, NC','Friday','2/20/2026','8:00 PM','7487639','Andrea-Bocelli-2-20-2026'],['Andrea Bocelli','Legacy Arena at The BJCC','Birmingham, AL','Sunday','2/22/2026','8:00 PM','7487640','Andrea-Bocelli-2-22-2026'],['Andrea Bocelli','Bridgestone Arena','Nashville, TN','Monday','2/23/2026','8:00 PM','7487641','Andrea-Bocelli-2-23-2026'],['Andrea Bocelli','United Center','Chicago, IL','Wednesday','2/25/2026','8:00 PM','7487642','Andrea-Bocelli-2-25-2026'],['Andrea Bocelli','Antwerp Sportpaleis','Merksem, Belgium','Friday','3/27/2026','TBD','6896206','Andrea-Bocelli-3-27-2026'],['Andrea Bocelli','Ziggo Dome','Amsterdam, Netherlands','Sunday','3/29/2026','TBD','6896207','Andrea-Bocelli-3-29-2026'],['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');