//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ this.linkText+ " |
";
},
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,kywrds,url) {
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 < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.CreateTable([['Dallas Cowboys vs. New York Giants (Date: TBD)','AT&T Stadium','Arlington, TX','Friday','7/31/2026','TBD','7730229','Dallas-Cowboys-vs--New-York-Giants--Date--TBD--7-31-2026'],['Detroit Lions Vs. New York Giants (date: Tbd)','Ford Field','Detroit, MI','Saturday','8/1/2026','TBD','7730309','Detroit-Lions-Vs--New-York-Giants--date--Tbd--8-1-2026'],['Philadelphia Eagles vs. New York Giants (Date: TBD)','Lincoln Financial Field','Philadelphia, PA','Monday','8/3/2026','TBD','7730220','Philadelphia-Eagles-vs--New-York-Giants--Date--TBD--8-3-2026'],['Indianapolis Colts vs. New York Giants (Date: TBD)','Lucas Oil Stadium','Indianapolis, IN','Wednesday','8/5/2026','TBD','7730159','Indianapolis-Colts-vs--New-York-Giants--Date--TBD--8-5-2026'],['Houston Texans vs. New York Giants (Date: TBD)','NRG Stadium','Houston, TX','Friday','8/7/2026','TBD','7730150','Houston-Texans-vs--New-York-Giants--Date--TBD--8-7-2026'],['Seattle Seahawks vs. New York Giants (Date: TBD)','Lumen Field','Seattle, WA','Monday','8/10/2026','TBD','7730371','Seattle-Seahawks-vs--New-York-Giants--Date--TBD--8-10-2026'],['New York Giants vs. Dallas Cowboys (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Thursday','8/13/2026','TBD','7730258','New-York-Giants-vs--Dallas-Cowboys--Date--TBD--8-13-2026'],['New York Giants vs. Philadelphia Eagles (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Friday','8/14/2026','TBD','7730260','New-York-Giants-vs--Philadelphia-Eagles--Date--TBD--8-14-2026'],['New York Giants vs. Washington Commanders (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Saturday','8/15/2026','TBD','7730261','New-York-Giants-vs--Washington-Commanders--Date--TBD--8-15-2026'],['New York Giants vs. Arizona Cardinals (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Sunday','8/16/2026','TBD','7730262','New-York-Giants-vs--Arizona-Cardinals--Date--TBD--8-16-2026'],['New York Giants vs. Cleveland Browns (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Monday','8/17/2026','TBD','7730263','New-York-Giants-vs--Cleveland-Browns--Date--TBD--8-17-2026'],['Los Angeles Rams vs. New York Giants (Date: TBD)','SoFi Stadium','Inglewood, CA','Monday','8/17/2026','TBD','7730383','Los-Angeles-Rams-vs--New-York-Giants--Date--TBD--8-17-2026'],['New York Giants vs. Jacksonville Jaguars (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Tuesday','8/18/2026','TBD','7730264','New-York-Giants-vs--Jacksonville-Jaguars--Date--TBD--8-18-2026'],['New York Giants vs. New Orleans Saints (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Wednesday','8/19/2026','TBD','7730265','New-York-Giants-vs--New-Orleans-Saints--Date--TBD--8-19-2026'],['New York Giants vs. San Francisco 49ers (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Thursday','8/20/2026','TBD','7730266','New-York-Giants-vs--San-Francisco-49ers--Date--TBD--8-20-2026'],['New York Giants vs. Tennessee Titans (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Friday','8/21/2026','TBD','7730267','New-York-Giants-vs--Tennessee-Titans--Date--TBD--8-21-2026'],['New York Giants Season Tickets (Includes Tickets To All Regular Season Home Games)','MetLife Stadium','East Rutherford, NJ','Saturday','9/12/2026','TBD','7662972','New-York-Giants-Season-Tickets--Includes-Tickets-To-All-Regular-Season-Home-Games--9-12-2026']],'New York Giants','https://www.ticketnetwork.com/ticket/New-York-Giants-events.aspx');