// 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-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([['New England Revolution vs. Inter Miami CF','Gillette Stadium','Foxborough, MA','Wednesday','Jul 9','7:30 PM','6891826','New-England-Revolution-vs--Inter-Miami-CF-7-9-2025'],['Coldplay','Gillette Stadium','Foxborough, MA','Tuesday','Jul 15','6:00 PM','6752034','Coldplay-7-15-2025'],['Coldplay','Gillette Stadium','Foxborough, MA','Wednesday','Jul 16','6:00 PM','6759192','Coldplay-7-16-2025'],['New England Revolution vs. Orlando City SC','Gillette Stadium','Foxborough, MA','Saturday','Jul 19','7:30 PM','6891832','New-England-Revolution-vs--Orlando-City-SC-7-19-2025'],['New England Revolution vs. CF Montreal','Gillette Stadium','Foxborough, MA','Friday','Jul 25','7:30 PM','6891839','New-England-Revolution-vs--CF-Montreal-7-25-2025'],['NFL Preseason: New England Patriots vs. Washington Commanders','Gillette Stadium','Foxborough, MA','Friday','Aug 8','7:30 PM','6977628','NFL-Preseason--New-England-Patriots-vs--Washington-Commanders-8-8-2025'],['New England Revolution vs. D.C. United','Gillette Stadium','Foxborough, MA','Saturday','Aug 9','7:30 PM','6891844','New-England-Revolution-vs--D-C--United-8-9-2025'],['New England Revolution vs. Los Angeles FC','Gillette Stadium','Foxborough, MA','Saturday','Aug 16','7:30 PM','6891856','New-England-Revolution-vs--Los-Angeles-FC-8-16-2025'],['Morgan Wallen, Corey Kent & Miranda Lambert','Gillette Stadium','Foxborough, MA','Friday','Aug 22','6:00 PM','6952332','Morgan-Wallen--Corey-Kent---Miranda-Lambert-8-22-2025'],['Morgan Wallen, Corey Kent & Miranda Lambert','Gillette Stadium','Foxborough, MA','Saturday','Aug 23','6:00 PM','6952333','Morgan-Wallen--Corey-Kent---Miranda-Lambert-8-23-2025']]);