// 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-01B 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([['Jimmy Failla','Shubert Theatre At The Boch Center','Boston, MA','Saturday','May 18','8:00 PM','6156394','Jimmy-Failla-5-18-2024'],['#SistersInLaw Live','Shubert Theatre At The Boch Center','Boston, MA','Thursday','May 30','7:30 PM','6312542','-SistersInLaw-Live-5-30-2024'],['Mark Normand','Shubert Theatre At The Boch Center','Boston, MA','Saturday','Jun 8','7:00 PM','6266132','Mark-Normand-6-8-2024'],['Mark Normand','Shubert Theatre At The Boch Center','Boston, MA','Saturday','Jun 8','9:30 PM','6278333','Mark-Normand-6-8-2024'],['Dungeons And Daddies','Shubert Theatre At The Boch Center','Boston, MA','Thursday','Jun 13','8:00 PM','6382407','Dungeons-And-Daddies-6-13-2024'],['T.K. Kirkland','Shubert Theatre At The Boch Center','Boston, MA','Saturday','Jun 15','7:30 PM','6307093','T-K--Kirkland-6-15-2024'],['Rick Springfield & Richard Marx','Shubert Theatre At The Boch Center','Boston, MA','Saturday','Jun 22','8:00 PM','6091281','Rick-Springfield---Richard-Marx-6-22-2024'],['Jon Anderson & The Band Geeks','Shubert Theatre At The Boch Center','Boston, MA','Tuesday','Jun 25','8:00 PM','6321458','Jon-Anderson---The-Band-Geeks-6-25-2024'],['Stephanie Miller','Shubert Theatre At The Boch Center','Boston, MA','Saturday','Jul 13','8:00 PM','6303121','Stephanie-Miller-7-13-2024'],['Killers of Kill Tony: Kam Patterson, David Lucas, Hans Kim & David Jolly','Shubert Theatre At The Boch Center','Boston, MA','Saturday','Jul 27','7:00 PM','6400664','Killers-of-Kill-Tony--Kam-Patterson--David-Lucas--Hans-Kim---David-Jolly-7-27-2024']]);