// 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([['The Princess Bride In Concert','Boston Symphony Hall','Boston, MA','Saturday','Sep 13','7:30 PM','7242193','The-Princess-Bride-In-Concert-9-13-2025'],['The Princess Bride In Concert','Boston Symphony Hall','Boston, MA','Sunday','Sep 14','2:00 PM','7217729','The-Princess-Bride-In-Concert-9-14-2025'],['Mandy Gonzalez Sings Lin-Manuel Miranda','Boston Symphony Hall','Boston, MA','Saturday','Sep 20','7:30 PM','7217726','Mandy-Gonzalez-Sings-Lin-Manuel-Miranda-9-20-2025'],['Hocus Pocus In Concert With The Boston Pops','Boston Symphony Hall','Boston, MA','Thursday','Oct 30','7:00 PM','7217723','Hocus-Pocus-In-Concert-With-The-Boston-Pops-10-30-2025'],['Hocus Pocus In Concert With The Boston Pops','Boston Symphony Hall','Boston, MA','Friday','Oct 31','7:00 PM','7217724','Hocus-Pocus-In-Concert-With-The-Boston-Pops-10-31-2025'],['Boston Pops Orchestra: Keith Lockhart - Day of the Dead','Boston Symphony Hall','Boston, MA','Saturday','Nov 1','7:30 PM','7217719','Boston-Pops-Orchestra--Keith-Lockhart---Day-of-the-Dead-11-1-2025'],['Lunar New Year Concert With The Boston Pops','Boston Symphony Hall','Boston, MA','Saturday','Feb 21','7:30 PM','7217725','Lunar-New-Year-Concert-With-The-Boston-Pops-2-21-2026']]);