// var TN_Widget = function() { return { //Options newWindow : true, linkText : "View Tickets", tixUrl : "https://www.ticketliquidator.com/tix/tickets.aspx", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, 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-04A TN_Widget.AddCss('https://fonts.googleapis.com/css?family=Open+Sans:400,700'); TN_Widget.AddCss('https://tickettransaction.com/BrokerSites/01504-011/widget2Css/WidgetStyle26.css'); TN_Widget.CreateTable([['Spacey Jane','Paradise Rock Club','Boston, MA','Sunday','Sep 7','7:00 PM','7139342','Spacey-Jane-9-7-2025'],['LA Dispute','Paradise Rock Club','Boston, MA','Wednesday','Sep 10','8:00 PM','7154762','LA-Dispute-9-10-2025'],['Lily Rose','Paradise Rock Club','Boston, MA','Thursday','Sep 11','7:00 PM','7259897','Lily-Rose-9-11-2025'],['Glass Cannon Live','Paradise Rock Club','Boston, MA','Saturday','Sep 13','8:00 PM','7251368','Glass-Cannon-Live-9-13-2025'],['CMAT','Paradise Rock Club','Boston, MA','Wednesday','Sep 17','7:00 PM','7073722','CMAT-9-17-2025'],['Mirador','Paradise Rock Club','Boston, MA','Thursday','Sep 18','8:00 PM','7032889','Mirador-9-18-2025'],['Soccer Mommy','Paradise Rock Club','Boston, MA','Friday','Sep 19','8:00 PM','7141724','Soccer-Mommy-9-19-2025'],['Cartel','Paradise Rock Club','Boston, MA','Saturday','Sep 20','6:30 PM','7180393','Cartel-9-20-2025'],['Bayside & The Sleeping','Paradise Rock Club','Boston, MA','Sunday','Sep 21','6:30 PM','6947375','Bayside---The-Sleeping-9-21-2025'],['Bayside & The Sleeping','Paradise Rock Club','Boston, MA','Monday','Sep 22','6:30 PM','6947376','Bayside---The-Sleeping-9-22-2025'],['Tom Odell','Paradise Rock Club','Boston, MA','Thursday','Sep 25','7:00 PM','7081398','Tom-Odell-9-25-2025'],['Che','Paradise Rock Club','Boston, MA','Friday','Sep 26','8:00 PM','7295753','Che-9-26-2025']]);