// 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/WidgetStyle24.css'); TN_Widget.CreateTable([['Sparks','Berklee Performance Center - Boston','Boston, MA','Thursday','Sep 11','8:00 PM','7074645','Sparks-9-11-2025'],['A Conversation with Bill Janovitz and Members of The Cars','Berklee Performance Center - Boston','Boston, MA','Monday','Sep 29','7:00 PM','7318276','A-Conversation-with-Bill-Janovitz-and-Members-of-The-Cars-9-29-2025'],['Ali Sethi','Berklee Performance Center - Boston','Boston, MA','Tuesday','Sep 30','8:00 PM','7008164','Ali-Sethi-9-30-2025'],['Aleph and His Orchestra: From Lebanon to the World','Berklee Performance Center - Boston','Boston, MA','Sunday','Oct 5','7:30 PM','7148848','Aleph-and-His-Orchestra--From-Lebanon-to-the-World-10-5-2025'],['Eva Ayllon','Berklee Performance Center - Boston','Boston, MA','Wednesday','Oct 8','8:00 PM','7112515','Eva-Ayllon-10-8-2025'],['Kenny Werner','Berklee Performance Center - Boston','Boston, MA','Thursday','Oct 9','8:00 PM','7373385','Kenny-Werner-10-9-2025'],['Music of Mass Incarceration','Berklee Performance Center - Boston','Boston, MA','Wednesday','Oct 15','8:00 PM','7350711','Music-of-Mass-Incarceration-10-15-2025'],['Italian Songbook','Berklee Performance Center - Boston','Boston, MA','Tuesday','Oct 21','8:00 PM','7373387','Italian-Songbook-10-21-2025'],['Crepusculum Choir','Berklee Performance Center - Boston','Boston, MA','Wednesday','Oct 22','8:00 PM','7373386','Crepusculum-Choir-10-22-2025'],['Berklee Guitar Night','Berklee Performance Center - Boston','Boston, MA','Thursday','Oct 23','8:00 PM','7373466','Berklee-Guitar-Night-10-23-2025']]);