// 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-04B 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([['Monster Jam','SNHU Arena','Manchester, NH','Saturday','May 10','1:00 PM','6848084','Monster-Jam-5-10-2025'],['Monster Jam','SNHU Arena','Manchester, NH','Saturday','May 10','7:00 PM','6848085','Monster-Jam-5-10-2025'],['Monster Jam','SNHU Arena','Manchester, NH','Sunday','May 11','1:00 PM','6848086','Monster-Jam-5-11-2025'],['Sessanta V 2.0: Primus, Puscifer & A Perfect Circle','SNHU Arena','Manchester, NH','Wednesday','May 14','7:30 PM','6710608','Sessanta-V-2-0--Primus--Puscifer---A-Perfect-Circle-5-14-2025'],['Matt Rife','SNHU Arena','Manchester, NH','Saturday','May 17','7:30 PM','6837560','Matt-Rife-5-17-2025'],['Phish - 3 Day Pass','SNHU Arena','Manchester, NH','Friday','Jun 20','TBD','7009434','Phish---3-Day-Pass-6-20-2025'],['Phish','SNHU Arena','Manchester, NH','Friday','Jun 20','7:30 PM','6996954','Phish-6-20-2025'],['Phish','SNHU Arena','Manchester, NH','Saturday','Jun 21','7:30 PM','6996955','Phish-6-21-2025'],['Phish','SNHU Arena','Manchester, NH','Sunday','Jun 22','7:30 PM','6996956','Phish-6-22-2025'],['Creed','SNHU Arena','Manchester, NH','Thursday','Aug 28','7:00 PM','7071591','Creed-8-28-2025'],['Jim Gaffigan','SNHU Arena','Manchester, NH','Saturday','Dec 6','8:00 PM','7046905','Jim-Gaffigan-12-6-2025'],['PBR - Unleash The Beast','SNHU Arena','Manchester, NH','Friday','Dec 12','7:45 PM','6908902','PBR---Unleash-The-Beast-12-12-2025'],['PBR - Unleash The Beast','SNHU Arena','Manchester, NH','Saturday','Dec 13','6:45 PM','6908903','PBR---Unleash-The-Beast-12-13-2025']]);