// 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-02B 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([['Russell Dickerson','Leader Bank Pavilion','Boston, MA','Saturday','Jun 7','7:00 PM','6927674','Russell-Dickerson-6-7-2025'],['The Driver Era','Leader Bank Pavilion','Boston, MA','Saturday','Jun 14','8:00 PM','6736375','The-Driver-Era-6-14-2025'],['James Arthur','Leader Bank Pavilion','Boston, MA','Thursday','Jun 26','7:30 PM','6980781','James-Arthur-6-26-2025'],['Kes','Leader Bank Pavilion','Boston, MA','Thursday','Jul 3','7:30 PM','7062054','Kes-7-3-2025'],['Barenaked Ladies, Sugar Ray & Fastball','Leader Bank Pavilion','Boston, MA','Friday','Jul 11','7:00 PM','6981028','Barenaked-Ladies--Sugar-Ray---Fastball-7-11-2025'],['Kidz Bop Live','Leader Bank Pavilion','Boston, MA','Saturday','Jul 19','1:00 PM','6980671','Kidz-Bop-Live-7-19-2025'],['Kidz Bop Live','Leader Bank Pavilion','Boston, MA','Saturday','Jul 19','6:00 PM','6980672','Kidz-Bop-Live-7-19-2025'],['Michael Franti & Spearhead','Leader Bank Pavilion','Boston, MA','Sunday','Jul 20','7:30 PM','7059789','Michael-Franti---Spearhead-7-20-2025'],['Toto, Christopher Cross, & Men at Work','Leader Bank Pavilion','Boston, MA','Saturday','Jul 26','6:45 PM','6874410','Toto--Christopher-Cross----Men-at-Work-7-26-2025'],['Goo Goo Dolls & Dashboard Confessional','Leader Bank Pavilion','Boston, MA','Tuesday','Jul 29','7:30 PM','6827512','Goo-Goo-Dolls---Dashboard-Confessional-7-29-2025'],['Chicago - The Band','Leader Bank Pavilion','Boston, MA','Saturday','Aug 2','7:30 PM','6927763','Chicago---The-Band-8-2-2025'],['The Fray','Leader Bank Pavilion','Boston, MA','Sunday','Aug 3','7:30 PM','6996358','The-Fray-8-3-2025'],['Yacht Rock Revue - 2 Day Pass','Leader Bank Pavilion','Boston, MA','Friday','Aug 8','TBD','6959901','Yacht-Rock-Revue---2-Day-Pass-8-8-2025'],['Yacht Rock Revue','Leader Bank Pavilion','Boston, MA','Friday','Aug 8','7:30 PM','6875606','Yacht-Rock-Revue-8-8-2025'],['Yacht Rock Revue','Leader Bank Pavilion','Boston, MA','Saturday','Aug 9','7:30 PM','6875618','Yacht-Rock-Revue-8-9-2025']]);