// 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/WidgetStyle25.css'); TN_Widget.CreateTable([['Thundercat','Miami Beach Bandshell','Miami Beach, FL','Friday','Oct 2','8:00 PM','8135124','Thundercat-10-2-2026'],['Thundercat','The Plaza Live','Orlando, FL','Sunday','Oct 4','8:00 PM','8135122','Thundercat-10-4-2026'],['Thundercat','Five Points Theatre','Jacksonville, FL','Tuesday','Oct 6','8:00 PM','8133349','Thundercat-10-6-2026'],['Thundercat','Jannus Live','St. Petersburg, FL','Wednesday','Oct 7','8:00 PM','8135121','Thundercat-10-7-2026'],['Thundercat','Charleston Music Hall','Charleston, SC','Sunday','Oct 11','8:00 PM','8133350','Thundercat-10-11-2026'],['Thundercat','Thomas Wolfe Auditorium at Harrah's Cherokee Center','Asheville, NC','Tuesday','Oct 13','8:00 PM','8133351','Thundercat-10-13-2026'],['Thundercat','The Ritz - Raleigh','Raleigh, NC','Wednesday','Oct 14','7:00 PM','8133352','Thundercat-10-14-2026'],['Thundercat','The Fillmore - Charlotte','Charlotte, NC','Thursday','Oct 15','8:00 PM','8133353','Thundercat-10-15-2026'],['Thundercat','The National - VA','Richmond, VA','Saturday','Oct 17','8:00 PM','8133370','Thundercat-10-17-2026'],['Thundercat','State Theatre - ME','Portland, ME','Monday','Oct 19','7:30 PM','8133354','Thundercat-10-19-2026']]);