// 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-03B 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([['Dystinct','Brighton Music Hall - MA','Allston, MA','Sunday','Sep 1','8:00 PM','6255956','Dystinct-9-1-2024'],['The Roots','MGM Music Hall at Fenway Park','Boston, MA','Sunday','Sep 1','8:00 PM','6357216','The-Roots-9-1-2024'],['Young Miko','Leader Bank Pavilion','Boston, MA','Sunday','Sep 1','8:00 PM','6413998','Young-Miko-9-1-2024'],['Peter Hook And The Light','Paradise Rock Club','Boston, MA','Tuesday','Sep 3','7:00 PM','6086406','Peter-Hook-And-The-Light-9-3-2024'],['Cigarettes After Sex','TD Garden','Boston, MA','Wednesday','Sep 4','7:30 PM','6295625','Cigarettes-After-Sex-9-4-2024'],['Built To Spill','Paradise Rock Club','Boston, MA','Wednesday','Sep 4','8:00 PM','6362167','Built-To-Spill-9-4-2024'],['Jordan Davis, Mitchell Tenpenny & Ashley Cooke','Leader Bank Pavilion','Boston, MA','Thursday','Sep 5','7:00 PM','5995743','Jordan-Davis--Mitchell-Tenpenny---Ashley-Cooke-9-5-2024'],['Stone Temple Pilots & Live','Xfinity Center - MA','Mansfield, MA','Thursday','Sep 5','7:00 PM','6327326','Stone-Temple-Pilots---Live-9-5-2024'],['Built To Spill','Paradise Rock Club','Boston, MA','Thursday','Sep 5','8:00 PM','6362168','Built-To-Spill-9-5-2024'],['Katie Boyle','Laugh Boston','Boston, MA','Thursday','Sep 5','8:00 PM','6340268','Katie-Boyle-9-5-2024'],['St. Vincent','MGM Music Hall at Fenway Park','Boston, MA','Thursday','Sep 5','8:00 PM','6348253','St--Vincent-9-5-2024'],['Rob Zombie & Alice Cooper','Xfinity Center - MA','Mansfield, MA','Friday','Sep 6','6:00 PM','6239191','Rob-Zombie---Alice-Cooper-9-6-2024']]);