// 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-03A 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([['Counterparts','Worcester Palladium','Worcester, MA','Friday','Oct 24','7:00 PM','7271799','Counterparts-10-24-2025'],['Biohazard','Worcester Palladium','Worcester, MA','Wednesday','Oct 29','7:00 PM','7260635','Biohazard-10-29-2025'],['Death to All','Worcester Palladium','Worcester, MA','Thursday','Nov 13','7:00 PM','7285203','Death-to-All-11-13-2025'],['G Herbo','Worcester Palladium','Worcester, MA','Friday','Nov 14','8:00 PM','7452482','G-Herbo-11-14-2025'],['Twiztid','Worcester Palladium','Worcester, MA','Saturday','Nov 15','6:30 PM','7401181','Twiztid-11-15-2025'],['GWAR','Worcester Palladium','Worcester, MA','Wednesday','Nov 19','7:00 PM','7235425','GWAR-11-19-2025'],['Chris Webby','Worcester Palladium','Worcester, MA','Thursday','Nov 20','8:00 PM','7351875','Chris-Webby-11-20-2025'],['Fit For A King','Worcester Palladium','Worcester, MA','Friday','Nov 21','7:00 PM','7221831','Fit-For-A-King-11-21-2025'],['The Home Team','Worcester Palladium','Worcester, MA','Saturday','Nov 22','7:30 PM','7334232','The-Home-Team-11-22-2025'],['Atreyu','Worcester Palladium','Worcester, MA','Sunday','Nov 23','7:00 PM','7194307','Atreyu-11-23-2025'],['Blind Guardian','Worcester Palladium','Worcester, MA','Wednesday','Nov 26','7:30 PM','7141827','Blind-Guardian-11-26-2025'],['Cattle Decapitation','Worcester Palladium','Worcester, MA','Wednesday','Dec 3','7:00 PM','7270873','Cattle-Decapitation-12-3-2025']]);