// 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-01A 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([['Sarah and the Sundays','Paradise Rock Club','Boston, MA','Friday','Jul 11','7:00 PM','6927978','Sarah-and-the-Sundays-7-11-2025'],['Cymande','Paradise Rock Club','Boston, MA','Thursday','Jul 31','7:00 PM','7084157','Cymande-7-31-2025'],['The Expendables','Paradise Rock Club','Boston, MA','Sunday','Aug 3','8:00 PM','7067062','The-Expendables-8-3-2025'],['Bumpin' Uglies','Paradise Rock Club','Boston, MA','Saturday','Aug 9','6:30 PM','7076439','Bumpin--Uglies-8-9-2025'],['Anberlin','Paradise Rock Club','Boston, MA','Sunday','Aug 10','7:30 PM','7095252','Anberlin-8-10-2025'],['Jake Scott','Paradise Rock Club','Boston, MA','Thursday','Aug 14','7:30 PM','7166448','Jake-Scott-8-14-2025'],['The Starting Line, Oso Oso, & Macseal','Paradise Rock Club','Boston, MA','Saturday','Aug 23','6:30 PM','7083895','The-Starting-Line--Oso-Oso----Macseal-8-23-2025'],['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'],['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'],['Cartel','Paradise Rock Club','Boston, MA','Saturday','Sep 20','6:30 PM','7180393','Cartel-9-20-2025']]);