// var TN_Widget = function() { return { //Options newWindow : true, linkText : "View Tickets", tixUrl : "https://www.ticketliquidator.com/tix/tickets.aspx", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + "
" + row[3].substring(0,3) + "" + row[4] + "" + row[5] + "
" + "" + row[0] +"" + "" + "" + row[1] + "" + "" + row[2] + "" + "Tickets"; }, 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) { 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'; else document.write('
' + newTable.join('') + '
'); } }; }(); //BPW-TNSERV-01A TN_Widget.AddCss('https://fonts.googleapis.com/css?family=Open+Sans:400,700'); TN_Widget.AddCss('https://tickettransaction.com/BrokerSites/01504-011/widget2Css/WidgetStyle24.css'); TN_Widget.CreateTable([['WWE: RAW','Accor Arena','Paris 12, France','Monday','Jun 8','TBD','7779448','WWE--RAW-6-8-2026'],['Doja Cat','Accor Arena','Paris 12, France','Tuesday','Jun 9','8:00 PM','7462177','Doja-Cat-6-9-2026'],['Olivia Dean','Accor Arena','Paris 12, France','Wednesday','Jun 17','7:30 PM','7370553','Olivia-Dean-6-17-2026'],['Professional Fighters League','Pechanga Arena - San Diego','San Diego, CA','Saturday','Jun 27','4:00 PM','7907516','Professional-Fighters-League-6-27-2026'],['Don Toliver','Pechanga Arena - San Diego','San Diego, CA','Tuesday','Jun 30','7:30 PM','7718039','Don-Toliver-6-30-2026'],['Rosalia','Pechanga Arena - San Diego','San Diego, CA','Friday','Jul 3','8:30 PM','7605344','Rosalia-7-3-2026'],['Luke Combs, Ty Myers & The Castellows','Accor Arena','Paris 12, France','Tuesday','Jul 7','7:00 PM','7489804','Luke-Combs--Ty-Myers---The-Castellows-7-7-2026'],['Nate Bargatze','Pechanga Arena - San Diego','San Diego, CA','Thursday','Jul 16','7:00 PM','7384180','Nate-Bargatze-7-16-2026'],['Major League Pickleball Chicago - Thursday (Time: TBD)','Life Time North Shore Sport and Racquet','Northbrook, IL','Thursday','Jul 23','12:00 PM','7691246','Major-League-Pickleball-Chicago---Thursday--Time--TBD--7-23-2026'],['Major League Pickleball Chicago - Friday (Time: TBD)','Life Time North Shore Sport and Racquet','Northbrook, IL','Friday','Jul 24','12:00 PM','7691247','Major-League-Pickleball-Chicago---Friday--Time--TBD--7-24-2026']]);