// 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([['David Spade','Shubert Theatre At The Boch Center','Boston, MA','Friday','Apr 25','8:00 PM','7022627','David-Spade-4-25-2025'],['Chris D'Elia','Shubert Theatre At The Boch Center','Boston, MA','Saturday','May 3','7:00 PM','6836367','Chris-D-Elia-5-3-2025'],['We Can Do Hard Things Podcast','Shubert Theatre At The Boch Center','Boston, MA','Wednesday','May 7','7:00 PM','7034435','We-Can-Do-Hard-Things-Podcast-5-7-2025'],['Bruce Hornsby And The Noisemakers','Shubert Theatre At The Boch Center','Boston, MA','Thursday','May 8','7:30 PM','6934320','Bruce-Hornsby-And-The-Noisemakers-5-8-2025'],['Professor Brian Cox','Shubert Theatre At The Boch Center','Boston, MA','Sunday','May 11','7:00 PM','6938920','Professor-Brian-Cox-5-11-2025'],['Professor Brian Cox','Shubert Theatre At The Boch Center','Boston, MA','Monday','May 12','8:00 PM','6780948','Professor-Brian-Cox-5-12-2025'],['Danae Hays','Shubert Theatre At The Boch Center','Boston, MA','Friday','May 16','8:00 PM','6762946','Danae-Hays-5-16-2025'],['Ali Siddiq','Shubert Theatre At The Boch Center','Boston, MA','Friday','May 30','7:00 PM','6752846','Ali-Siddiq-5-30-2025'],['Countess Luann de Lesseps','Shubert Theatre At The Boch Center','Boston, MA','Saturday','May 31','8:00 PM','6891035','Countess-Luann-de-Lesseps-5-31-2025'],['Natalia Lafourcade','Shubert Theatre At The Boch Center','Boston, MA','Saturday','Jun 21','8:00 PM','6968338','Natalia-Lafourcade-6-21-2025']]);