// 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([['New England Revolution vs. Philadelphia Union','Gillette Stadium','Foxborough, MA','Saturday','May 18','7:30 PM','6166974','New-England-Revolution-vs--Philadelphia-Union-5-18-2024'],['New England Revolution vs. New York City FC','Gillette Stadium','Foxborough, MA','Saturday','May 25','7:30 PM','6166979','New-England-Revolution-vs--New-York-City-FC-5-25-2024'],['The Rolling Stones','Gillette Stadium','Foxborough, MA','Thursday','May 30','7:30 PM','6098862','The-Rolling-Stones-5-30-2024'],['New England Revolution vs. New York Red Bulls','Gillette Stadium','Foxborough, MA','Saturday','Jun 8','7:30 PM','6166984','New-England-Revolution-vs--New-York-Red-Bulls-6-8-2024'],['Tom Brady Hall of Fame Induction Ceremony','Gillette Stadium','Foxborough, MA','Wednesday','Jun 12','7:00 PM','6356097','Tom-Brady-Hall-of-Fame-Induction-Ceremony-6-12-2024'],['New England Revolution vs. Vancouver Whitecaps FC','Gillette Stadium','Foxborough, MA','Saturday','Jun 15','7:30 PM','6166988','New-England-Revolution-vs--Vancouver-Whitecaps-FC-6-15-2024'],['Zach Bryan, Jason Isbell and The 400 Unit & Levi Turner','Gillette Stadium','Foxborough, MA','Wednesday','Jun 26','7:00 PM','5909157','Zach-Bryan--Jason-Isbell-and-The-400-Unit---Levi-Turner-6-26-2024'],['New England Revolution vs. Columbus Crew','Gillette Stadium','Foxborough, MA','Saturday','Jun 29','7:30 PM','6166993','New-England-Revolution-vs--Columbus-Crew-6-29-2024'],['New England Patriots Preseason Home Game 1 (Date: TBD)','Gillette Stadium','Foxborough, MA','Monday','Jul 1','TBD','6349961','New-England-Patriots-Preseason-Home-Game-1--Date--TBD--7-1-2024'],['New England Patriots Preseason Home Game 2 (Date: TBD)','Gillette Stadium','Foxborough, MA','Tuesday','Jul 2','TBD','6349962','New-England-Patriots-Preseason-Home-Game-2--Date--TBD--7-2-2024']]);