// 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-02A 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([['Natalia Lafourcade','Shubert Theatre At The Boch Center','Boston, MA','Saturday','Jun 21','8:00 PM','6968338','Natalia-Lafourcade-6-21-2025'],['Natalia Lafourcade','Shubert Theatre At The Boch Center','Boston, MA','Sunday','Jun 22','8:00 PM','7022761','Natalia-Lafourcade-6-22-2025'],['Cowboy Junkies','Shubert Theatre At The Boch Center','Boston, MA','Thursday','Sep 25','7:30 PM','7160709','Cowboy-Junkies-9-25-2025'],['Steven Wilson','Shubert Theatre At The Boch Center','Boston, MA','Monday','Sep 29','8:00 PM','6955615','Steven-Wilson-9-29-2025'],['Kevin Bridges - Comedian','Shubert Theatre At The Boch Center','Boston, MA','Wednesday','Oct 8','7:30 PM','7212320','Kevin-Bridges---Comedian-10-8-2025'],['Kevin Bridges - Comedian','Shubert Theatre At The Boch Center','Boston, MA','Thursday','Oct 9','7:30 PM','7203720','Kevin-Bridges---Comedian-10-9-2025'],['Talking Sopranos - A Conversation with Michael Imerioli and Steve Schirripa','Shubert Theatre At The Boch Center','Boston, MA','Saturday','Oct 11','7:30 PM','7194673','Talking-Sopranos---A-Conversation-with-Michael-Imerioli-and-Steve-Schirripa-10-11-2025'],['Sam Harris','Shubert Theatre At The Boch Center','Boston, MA','Thursday','Oct 16','7:30 PM','7204051','Sam-Harris-10-16-2025'],['Justin Willman','Shubert Theatre At The Boch Center','Boston, MA','Friday','Oct 17','7:00 PM','7206369','Justin-Willman-10-17-2025'],['I'm With Her','Shubert Theatre At The Boch Center','Boston, MA','Saturday','Nov 8','8:00 PM','7023779','I-m-With-Her-11-8-2025']]);