// var TN_Widget = function() { return { //Options newWindow : true, linkText : "View Tickets", tixUrl : "https://www.ticketliquidator.com/tickets/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions CreateCustomUrl : function(row) { var customUrl = row[6] + '/' + row[0].replace(/\//g, '') + '-tickets-' + row[3].substring(0,3) + '-' + row[4] + '-' + row[7].substring(row[7].length - 4) + '-' + row[1] return customUrl.replace(/\s+/g, '-').replace(/&/g, '').replace(/[.,#!$%^&*;:{}=_`~()]/g, '').toLowerCase(); }, 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/WidgetStyle25.css'); TN_Widget.CreateTable([['Monster Jam','Gillette Stadium','Foxborough, MA','Thursday','Jul 30','7:00 PM','7747025','Monster-Jam-7-30-2026'],['BTS','Gillette Stadium','Foxborough, MA','Wednesday','Aug 5','8:00 PM','7676861','BTS-8-5-2026'],['BTS','Gillette Stadium','Foxborough, MA','Thursday','Aug 6','8:00 PM','7676862','BTS-8-6-2026'],['New England Revolution vs. Houston Dynamo FC','Gillette Stadium','Foxborough, MA','Saturday','Aug 8','4:30 PM','7577438','New-England-Revolution-vs--Houston-Dynamo-FC-8-8-2026'],['NFL Preseason: New England Patriots vs. Indianapolis Colts','Gillette Stadium','Foxborough, MA','Thursday','Aug 13','7:30 PM','7967177','NFL-Preseason--New-England-Patriots-vs--Indianapolis-Colts-8-13-2026'],['Usher & Chris Brown','Gillette Stadium','Foxborough, MA','Monday','Aug 17','7:00 PM','7878151','Usher---Chris-Brown-8-17-2026'],['NFL Preseason: New England Patriots vs. Philadelphia Eagles','Gillette Stadium','Foxborough, MA','Saturday','Aug 22','7:00 PM','7967179','NFL-Preseason--New-England-Patriots-vs--Philadelphia-Eagles-8-22-2026'],['New England Revolution vs. New York City FC','Gillette Stadium','Foxborough, MA','Sunday','Aug 23','4:30 PM','7576957','New-England-Revolution-vs--New-York-City-FC-8-23-2026'],['Savannah Bananas vs. Loco Beach Coconuts','Gillette Stadium','Foxborough, MA','Friday','Aug 28','7:00 PM','7483659','Savannah-Bananas-vs--Loco-Beach-Coconuts-8-28-2026'],['Savannah Bananas vs. Loco Beach Coconuts','Gillette Stadium','Foxborough, MA','Saturday','Aug 29','7:00 PM','7483660','Savannah-Bananas-vs--Loco-Beach-Coconuts-8-29-2026']]);