// 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-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([['Goose - The Band','Leader Bank Pavilion','Boston, MA','Wednesday','Jul 1','7:00 PM','7703614','Goose---The-Band-7-1-2026'],['Lyle Lovett','City Winery - Boston','Boston, MA','Wednesday','Jul 1','7:30 PM','7815703','Lyle-Lovett-7-1-2026'],['Godsmack, Stone Temple Pilots & Dorothy','Xfinity Center - MA','Mansfield, MA','Thursday','Jul 2','7:00 PM','7715619','Godsmack--Stone-Temple-Pilots---Dorothy-7-2-2026'],['The Christi Show','City Winery - Boston','Boston, MA','Thursday','Jul 2','7:30 PM','7757816','The-Christi-Show-7-2-2026'],['Kes','Leader Bank Pavilion','Boston, MA','Thursday','Jul 2','7:30 PM','7779590','Kes-7-2-2026'],['Boston Pops: Damon Gupton - American Titans','Tanglewood','Lenox, MA','Thursday','Jul 2','8:00 PM','7711710','Boston-Pops--Damon-Gupton---American-Titans-7-2-2026'],['Elijah Scott','Haymarket Lounge At City Winery - Boston','Boston, MA','Friday','Jul 3','7:30 PM','7827546','Elijah-Scott-7-3-2026'],['Boston Pops','Tanglewood','Lenox, MA','Sunday','Jul 5','2:30 PM','7711802','Boston-Pops-7-5-2026'],['Babatunde HipHopera','City Winery - Boston','Boston, MA','Sunday','Jul 5','7:30 PM','7757835','Babatunde-HipHopera-7-5-2026'],['Megan Moroney','TD Garden','Boston, MA','Monday','Jul 6','7:00 PM','7621910','Megan-Moroney-7-6-2026']]);