// 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-04A 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([['The Bouncing Souls, H20, Smoking Pipes & Jer','Royale Boston','Boston, MA','Thursday','Sep 18','7:00 PM','7180558','The-Bouncing-Souls--H20--Smoking-Pipes---Jer-9-18-2025'],['Led Varela','Laugh Boston','Boston, MA','Thursday','Sep 18','7:00 PM','7087488','Led-Varela-9-18-2025'],['Ni/Co','Haymarket Lounge At City Winery - Boston','Boston, MA','Thursday','Sep 18','7:30 PM','7195037','Ni-Co-9-18-2025'],['T.S. Party With DJ Swiftie','City Winery - Boston','Boston, MA','Thursday','Sep 18','8:00 PM','7195054','T-S--Party-With-DJ-Swiftie-9-18-2025'],['Night Moves','Brighton Music Hall - MA','Allston, MA','Thursday','Sep 18','8:00 PM','7194356','Night-Moves-9-18-2025'],['Mirador','Paradise Rock Club Presented by Citizens','Boston, MA','Thursday','Sep 18','8:00 PM','7032889','Mirador-9-18-2025'],['Mony','The Grand Boston','Boston, MA','Thursday','Sep 18','10:00 PM','7317517','Mony-9-18-2025'],['Candlelight: Tribute to Queen & The Beatles','Old South Church','Boston, MA','Friday','Sep 19','6:00 PM','7256200','Candlelight--Tribute-to-Queen---The-Beatles-9-19-2025'],['Billy Currington & Kip Moore','MGM Music Hall at Fenway Park','Boston, MA','Friday','Sep 19','7:00 PM','6955668','Billy-Currington---Kip-Moore-9-19-2025'],['Shuler King','Laugh Boston','Boston, MA','Friday','Sep 19','7:00 PM','6988059','Shuler-King-9-19-2025'],['Russian Circles','Royale Boston','Boston, MA','Friday','Sep 19','7:00 PM','7240227','Russian-Circles-9-19-2025'],['Jeremy Piven','Wilbur Theatre - MA','Boston, MA','Friday','Sep 19','7:30 PM','7240323','Jeremy-Piven-9-19-2025']]);