// 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-01A 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([['Crashing Out Live','Wilbur Theatre - MA','Boston, MA','Friday','Aug 28','7:30 PM','7902278','Crashing-Out-Live-8-28-2026'],['Jimmy Cash','Wilbur Theatre - MA','Boston, MA','Saturday','Aug 29','7:00 PM','7793748','Jimmy-Cash-8-29-2026'],['UpDating','Wilbur Theatre - MA','Boston, MA','Friday','Sep 4','7:30 PM','8013464','UpDating-9-4-2026'],['Alok (Alok Vaid-Menon)','Wilbur Theatre - MA','Boston, MA','Saturday','Sep 5','7:00 PM','7907551','Alok--Alok-Vaid-Menon--9-5-2026'],['R.F. Kuang','Wilbur Theatre - MA','Boston, MA','Tuesday','Sep 8','7:30 PM','8026862','R-F--Kuang-9-8-2026'],['Laura Ramoso','Wilbur Theatre - MA','Boston, MA','Wednesday','Sep 9','7:30 PM','7850501','Laura-Ramoso-9-9-2026'],['Laura Ramoso','Wilbur Theatre - MA','Boston, MA','Thursday','Sep 10','7:30 PM','7829598','Laura-Ramoso-9-10-2026'],['Laura Ramoso','Wilbur Theatre - MA','Boston, MA','Friday','Sep 11','7:30 PM','7810788','Laura-Ramoso-9-11-2026'],['Maria Bamford','Wilbur Theatre - MA','Boston, MA','Saturday','Sep 12','7:00 PM','7610686','Maria-Bamford-9-12-2026'],['Jim Henson's Labyrinth - In Concert','Wilbur Theatre - MA','Boston, MA','Thursday','Sep 17','8:00 PM','7677157','Jim-Henson-s-Labyrinth---In-Concert-9-17-2026']]);