// var TN_Widget = function() { return { //Options newWindow : true, linkText : "View Tickets", tixUrl : "https://www.ticketliquidator.com/tickets/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions CreateCustomUrl : function(row) { var customUrl = row[6] + '/' + row[0].replace(/\//g, '') + '-tickets-' + row[3].substring(0,3) + '-' + row[4] + '-' + row[7].substring(row[7].length - 4) + '-' + row[1] return customUrl.replace(/\s+/g, '-').replace(/&/g, '').replace(/[.,#!$%^&*;:{}=_`~()]/g, '').toLowerCase(); }, 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-03A TN_Widget.AddCss('https://fonts.googleapis.com/css?family=Open+Sans:400,700'); TN_Widget.AddCss('https://tickettransaction.com/BrokerSites/01504-011/widget2Css/WidgetStyle25.css'); TN_Widget.CreateTable([['Benson Boone','TD Garden','Boston, MA','Tuesday','Sep 2','8:00 PM','7138400','Benson-Boone-9-2-2025'],['Dua Lipa & Cil','TD Garden','Boston, MA','Tuesday','Sep 9','7:30 PM','6703503','Dua-Lipa---Cil-9-9-2025'],['Dua Lipa & Cil','TD Garden','Boston, MA','Wednesday','Sep 10','7:30 PM','6703504','Dua-Lipa---Cil-9-10-2025'],['Kali Uchis','TD Garden','Boston, MA','Sunday','Sep 14','8:00 PM','7154967','Kali-Uchis-9-14-2025'],['Eric Clapton','TD Garden','Boston, MA','Tuesday','Sep 16','7:30 PM','7020379','Eric-Clapton-9-16-2025'],['The World of Hans Zimmer','TD Garden','Boston, MA','Wednesday','Sep 17','8:00 PM','7113478','The-World-of-Hans-Zimmer-9-17-2025'],['Eric Church & Ellle King','TD Garden','Boston, MA','Friday','Sep 19','7:30 PM','7123939','Eric-Church---Ellle-King-9-19-2025'],['Mt. Joy','TD Garden','Boston, MA','Saturday','Sep 20','8:00 PM','6859389','Mt--Joy-9-20-2025'],['NHL Preseason: Boston Bruins vs. Washington Capitals','TD Garden','Boston, MA','Sunday','Sep 21','5:00 PM','7235812','NHL-Preseason--Boston-Bruins-vs--Washington-Capitals-9-21-2025'],['Shawn Mendes','TD Garden','Boston, MA','Thursday','Sep 25','7:30 PM','7185548','Shawn-Mendes-9-25-2025']]);