// 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-02B 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([['Alpha Wolf','Paradise Rock Club','Boston, MA','Sunday','May 12','7:00 PM','6244131','Alpha-Wolf-5-12-2024'],['Say Anything','MGM Music Hall at Fenway Park','Boston, MA','Sunday','May 12','7:30 PM','6136196','Say-Anything-5-12-2024'],['Ariel Posen','City Winery - Boston','Boston, MA','Sunday','May 12','7:30 PM','6181151','Ariel-Posen-5-12-2024'],['Pachyman & Combo Chimbita','Brighton Music Hall - MA','Allston, MA','Sunday','May 12','8:00 PM','6245918','Pachyman---Combo-Chimbita-5-12-2024'],['Psychedelic Porn Crumpets','Royale Boston','Boston, MA','Sunday','May 12','8:00 PM','6093007','Psychedelic-Porn-Crumpets-5-12-2024'],['Sunny Day Real Estate','Big Night Live','Boston, MA','Sunday','May 12','8:00 PM','6227025','Sunny-Day-Real-Estate-5-12-2024'],['Pure Soul: Motown Monday','City Winery - Boston','Boston, MA','Monday','May 13','7:30 PM','6416733','Pure-Soul--Motown-Monday-5-13-2024'],['Bad Bad Hats','Brighton Music Hall - MA','Allston, MA','Monday','May 13','7:30 PM','6310451','Bad-Bad-Hats-5-13-2024'],['Swans','Paradise Rock Club','Boston, MA','Tuesday','May 14','7:00 PM','6134537','Swans-5-14-2024'],['Elizabeth and The Catapult, Autumn Nicholas & Monica Giraldo','Haymarket Lounge At City Winery - Boston','Boston, MA','Tuesday','May 14','7:00 PM','6376184','Elizabeth-and-The-Catapult--Autumn-Nicholas---Monica-Giraldo-5-14-2024']]);