// 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/WidgetStyle25.css'); TN_Widget.CreateTable([['Back To The Future - Theatrical Production','Citizens Bank Opera House','Boston, MA','Sunday','Jul 13','1:00 PM','6343669','Back-To-The-Future---Theatrical-Production-7-13-2025'],['Boston Red Sox vs. Tampa Bay Rays','Fenway Park','Boston, MA','Sunday','Jul 13','1:35 PM','6574342','Boston-Red-Sox-vs--Tampa-Bay-Rays-7-13-2025'],['Big3 Basketball','TD Garden','Boston, MA','Sunday','Jul 13','3:00 PM','7076119','Big3-Basketball-7-13-2025'],['Seaport Mafia & Bogo Split','The Grand Boston','Boston, MA','Sunday','Jul 13','6:00 PM','7255540','Seaport-Mafia---Bogo-Split-7-13-2025'],['Back To The Future - Theatrical Production','Citizens Bank Opera House','Boston, MA','Sunday','Jul 13','6:30 PM','6343671','Back-To-The-Future---Theatrical-Production-7-13-2025'],['Lachy Doley','City Winery - Boston','Boston, MA','Sunday','Jul 13','7:30 PM','7013302','Lachy-Doley-7-13-2025'],['Omar - Artist','City Winery - Boston','Boston, MA','Monday','Jul 14','7:30 PM','7053530','Omar---Artist-7-14-2025'],['Jax Hollow','Haymarket Lounge At City Winery - Boston','Boston, MA','Monday','Jul 14','7:30 PM','7195002','Jax-Hollow-7-14-2025'],['The Rose','MGM Music Hall at Fenway Park','Boston, MA','Monday','Jul 14','8:00 PM','7074000','The-Rose-7-14-2025'],['Back To The Future - Theatrical Production','Citizens Bank Opera House','Boston, MA','Tuesday','Jul 15','7:00 PM','6343673','Back-To-The-Future---Theatrical-Production-7-15-2025']]);