// 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-01A 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. Charlotte FC','Gillette Stadium','Foxborough, MA','Saturday','May 2','7:30 PM','7576954','New-England-Revolution-vs--Charlotte-FC-5-2-2026'],['Boston Legacy FC vs. Denver Summit FC','Gillette Stadium','Foxborough, MA','Sunday','May 3','3:00 PM','7681513','Boston-Legacy-FC-vs--Denver-Summit-FC-5-3-2026'],['New England Revolution vs. Philadelphia Union','Gillette Stadium','Foxborough, MA','Saturday','May 9','7:30 PM','7576951','New-England-Revolution-vs--Philadelphia-Union-5-9-2026'],['Boston Legacy FC vs. Orlando Pride','Gillette Stadium','Foxborough, MA','Tuesday','May 12','8:00 PM','7681514','Boston-Legacy-FC-vs--Orlando-Pride-5-12-2026'],['New England Revolution vs. Nashville SC','Gillette Stadium','Foxborough, MA','Wednesday','May 13','7:30 PM','7576959','New-England-Revolution-vs--Nashville-SC-5-13-2026'],['New England Revolution vs. Minnesota United FC','Gillette Stadium','Foxborough, MA','Saturday','May 16','7:30 PM','7577439','New-England-Revolution-vs--Minnesota-United-FC-5-16-2026'],['FIFA World Cup 26: Group C: Haiti vs. Scotland - Match 05','Gillette Stadium','Foxborough, MA','Saturday','Jun 13','9:00 PM','6250380','FIFA-World-Cup-26--Group-C--Haiti-vs--Scotland---Match-05-6-13-2026'],['FIFA World Cup 26: Group I: Iraq vs. Norway - Match 18','Gillette Stadium','Foxborough, MA','Tuesday','Jun 16','6:00 PM','6259555','FIFA-World-Cup-26--Group-I--Iraq-vs--Norway---Match-18-6-16-2026'],['FIFA World Cup 26: Group C: Scotland vs. Morocco - Match 30','Gillette Stadium','Foxborough, MA','Friday','Jun 19','6:00 PM','6259556','FIFA-World-Cup-26--Group-C--Scotland-vs--Morocco---Match-30-6-19-2026'],['FIFA World Cup 26: Group L: England vs. Ghana - Match 45','Gillette Stadium','Foxborough, MA','Tuesday','Jun 23','4:00 PM','6259558','FIFA-World-Cup-26--Group-L--England-vs--Ghana---Match-45-6-23-2026']]);