// 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([['Free Throw','Paradise Rock Club Presented by Citizens','Boston, MA','Thursday','May 7','6:30 PM','7689826','Free-Throw-5-7-2026'],['Purity Ring','Paradise Rock Club Presented by Citizens','Boston, MA','Friday','May 8','7:00 PM','7707105','Purity-Ring-5-8-2026'],['Bahamas','Paradise Rock Club Presented by Citizens','Boston, MA','Friday','May 15','7:00 PM','7602990','Bahamas-5-15-2026'],['Big Wreck','Paradise Rock Club Presented by Citizens','Boston, MA','Saturday','May 16','8:00 PM','7811140','Big-Wreck-5-16-2026'],['Holly Humberstone','Paradise Rock Club Presented by Citizens','Boston, MA','Wednesday','Jun 3','7:00 PM','7729239','Holly-Humberstone-6-3-2026'],['Hemlocke Springs','Paradise Rock Club Presented by Citizens','Boston, MA','Thursday','Jun 4','8:00 PM','7737225','Hemlocke-Springs-6-4-2026'],['Feng','Paradise Rock Club Presented by Citizens','Boston, MA','Sunday','Jun 7','7:00 PM','7794443','Feng-6-7-2026'],['Enter Shikari','Paradise Rock Club Presented by Citizens','Boston, MA','Wednesday','Jun 10','8:00 PM','7743925','Enter-Shikari-6-10-2026'],['Jon B.','Paradise Rock Club Presented by Citizens','Boston, MA','Thursday','Jun 11','8:00 PM','7775455','Jon-B--6-11-2026'],['smokedope2016','Paradise Rock Club Presented by Citizens','Boston, MA','Friday','Jun 12','8:00 PM','7829603','smokedope2016-6-12-2026'],['Yot Club','Paradise Rock Club Presented by Citizens','Boston, MA','Tuesday','Jun 16','8:00 PM','7706640','Yot-Club-6-16-2026'],['Lambrini Girls ','Paradise Rock Club Presented by Citizens','Boston, MA','Wednesday','Jun 17','6:07 PM','7616549','Lambrini-Girls--6-17-2026']]);