// 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([['Aziz Ansari','Wilbur Theatre - MA','Boston, MA','Friday','Jun 26','7:30 PM','7954706','Aziz-Ansari-6-26-2026'],['Arrival From Sweden: The Music of Abba','Wilbur Theatre - MA','Boston, MA','Thursday','Jul 9','8:00 PM','7772576','Arrival-From-Sweden--The-Music-of-Abba-7-9-2026'],['Chris Fleming','Wilbur Theatre - MA','Boston, MA','Friday','Jul 10','7:30 PM','7875964','Chris-Fleming-7-10-2026'],['Chris Fleming','Wilbur Theatre - MA','Boston, MA','Friday','Jul 10','10:00 PM','7935165','Chris-Fleming-7-10-2026'],['Chris Fleming','Wilbur Theatre - MA','Boston, MA','Saturday','Jul 11','7:00 PM','7903855','Chris-Fleming-7-11-2026'],['Chris Fleming','Wilbur Theatre - MA','Boston, MA','Sunday','Jul 12','7:00 PM','7894552','Chris-Fleming-7-12-2026'],['The Marvelous Miss Gender Tour Starring Bosco','Wilbur Theatre - MA','Boston, MA','Tuesday','Jul 14','8:00 PM','7793769','The-Marvelous-Miss-Gender-Tour-Starring-Bosco-7-14-2026'],['You Should Know Podcast','Wilbur Theatre - MA','Boston, MA','Thursday','Jul 16','8:00 PM','7840621','You-Should-Know-Podcast-7-16-2026'],['Ryan Long','Wilbur Theatre - MA','Boston, MA','Friday','Jul 17','7:30 PM','7613528','Ryan-Long-7-17-2026'],['Ron Funches','Wilbur Theatre - MA','Boston, MA','Saturday','Jul 25','7:00 PM','7742480','Ron-Funches-7-25-2026'],['Kevin Nealon','Wilbur Theatre - MA','Boston, MA','Saturday','Aug 1','7:00 PM','7706425','Kevin-Nealon-8-1-2026'],['PJ Morton','Wilbur Theatre - MA','Boston, MA','Sunday','Aug 2','8:00 PM','7902325','PJ-Morton-8-2-2026']]);