// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-02A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['Savannah Bananas vs. Loco Beach Coconuts','Gillette Stadium','Foxborough, MA','Friday','8/28/2026','7:00 PM','7483659','Savannah-Bananas-vs--Loco-Beach-Coconuts-8-28-2026'],['Savannah Bananas vs. Loco Beach Coconuts','Gillette Stadium','Foxborough, MA','Saturday','8/29/2026','7:00 PM','7483660','Savannah-Bananas-vs--Loco-Beach-Coconuts-8-29-2026'],['Boston Legacy FC vs. Angel City FC','Gillette Stadium','Foxborough, MA','Monday','8/31/2026','8:00 PM','7681524','Boston-Legacy-FC-vs--Angel-City-FC-8-31-2026'],['Bruno Mars, Raye & DJ Pee.Wee','Gillette Stadium','Foxborough, MA','Saturday','9/5/2026','7:00 PM','7668636','Bruno-Mars--Raye---DJ-Pee-Wee-9-5-2026'],['Bruno Mars, Raye & DJ Pee.Wee','Gillette Stadium','Foxborough, MA','Sunday','9/6/2026','7:00 PM','7679360','Bruno-Mars--Raye---DJ-Pee-Wee-9-6-2026'],['Karol G','Gillette Stadium','Foxborough, MA','Saturday','9/12/2026','7:00 PM','7896571','Karol-G-9-12-2026'],['New England Patriots Season Tickets (Includes Tickets To All Regular Season Home Games)','Gillette Stadium','Foxborough, MA','Friday','9/18/2026','TBD','7663051','New-England-Patriots-Season-Tickets--Includes-Tickets-To-All-Regular-Season-Home-Games--9-18-2026'],['New England Revolution vs. Orlando City SC','Gillette Stadium','Foxborough, MA','Saturday','9/19/2026','7:30 PM','7576962','New-England-Revolution-vs--Orlando-City-SC-9-19-2026'],['PARKING: New England Patriots vs. Pittsburgh Steelers','Gillette Stadium Parking Lots','Foxborough, MA','Sunday','9/20/2026','TBD','7966608','PARKING--New-England-Patriots-vs--Pittsburgh-Steelers-9-20-2026'],['New England Patriots vs. Pittsburgh Steelers','Gillette Stadium','Foxborough, MA','Sunday','9/20/2026','1:00 PM','7729955','New-England-Patriots-vs--Pittsburgh-Steelers-9-20-2026']],'Gillette Stadium Foxborough','http://www.ticketnetwork.com/en/search/?text=Gillette%20Stadium%20Foxborough');