//
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-04A
TN_Widget.CreateTable([['Dallas Cowboys vs. New York Giants (Date: TBD)','AT&T Stadium','Arlington, TX','Sunday','8/3/2025','TBD','6977876','Dallas-Cowboys-vs--New-York-Giants--Date--TBD--8-3-2025'],['Philadelphia Eagles vs. New York Giants (Date: TBD)','Lincoln Financial Field','Philadelphia, PA','Monday','8/4/2025','TBD','6977853','Philadelphia-Eagles-vs--New-York-Giants--Date--TBD--8-4-2025'],['Las Vegas Raiders vs. New York Giants (Date: TBD)','Allegiant Stadium','Las Vegas, NV','Thursday','8/7/2025','TBD','6977844','Las-Vegas-Raiders-vs--New-York-Giants--Date--TBD--8-7-2025'],['Detroit Lions Vs. New York Giants (date: Tbd)','Ford Field','Detroit, MI','Friday','8/8/2025','TBD','6977929','Detroit-Lions-Vs--New-York-Giants--date--Tbd--8-8-2025'],['Chicago Bears vs. New York Giants (Date: TBD)','Soldier Field','Chicago, IL','Friday','8/8/2025','TBD','6977977','Chicago-Bears-vs--New-York-Giants--Date--TBD--8-8-2025'],['New England Patriots vs. New York Giants (Date: TBD)','Gillette Stadium','Foxborough, MA','Monday','8/11/2025','TBD','6977637','New-England-Patriots-vs--New-York-Giants--Date--TBD--8-11-2025'],['New Orleans Saints vs. New York Giants (Date: TBD)','Caesars Superdome','New Orleans, LA','Monday','8/11/2025','TBD','6978020','New-Orleans-Saints-vs--New-York-Giants--Date--TBD--8-11-2025'],['New York Giants Preseason Game #1 (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Friday','8/15/2025','TBD','6977617','New-York-Giants-Preseason-Game--1--Date--TBD--8-15-2025'],['New York Giants Preseason Game #2 (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Saturday','8/16/2025','TBD','6977618','New-York-Giants-Preseason-Game--2--Date--TBD--8-16-2025'],['New York Giants vs. Dallas Cowboys (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Sunday','8/17/2025','TBD','6977619','New-York-Giants-vs--Dallas-Cowboys--Date--TBD--8-17-2025'],['New York Giants vs. Philadelphia Eagles (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Monday','8/18/2025','TBD','6977620','New-York-Giants-vs--Philadelphia-Eagles--Date--TBD--8-18-2025'],['New York Giants vs. Washington Commanders (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Tuesday','8/19/2025','TBD','6977621','New-York-Giants-vs--Washington-Commanders--Date--TBD--8-19-2025'],['New York Giants vs. Green Bay Packers (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Wednesday','8/20/2025','TBD','6977622','New-York-Giants-vs--Green-Bay-Packers--Date--TBD--8-20-2025'],['New York Giants vs. Kansas City Chiefs (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Thursday','8/21/2025','TBD','6977623','New-York-Giants-vs--Kansas-City-Chiefs--Date--TBD--8-21-2025'],['New York Giants vs. Los Angeles Chargers (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Friday','8/22/2025','TBD','6977624','New-York-Giants-vs--Los-Angeles-Chargers--Date--TBD--8-22-2025'],['New York Giants vs. Minnesota Vikings (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Saturday','8/23/2025','TBD','6977625','New-York-Giants-vs--Minnesota-Vikings--Date--TBD--8-23-2025'],['New York Giants vs. San Francisco 49ers (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Sunday','8/24/2025','TBD','6977626','New-York-Giants-vs--San-Francisco-49ers--Date--TBD--8-24-2025'],['2025 New York Giants Season Tickets (Includes Tickets To All Regular Season Home Games)','MetLife Stadium','East Rutherford, NJ','Friday','9/5/2025','TBD','6907008','2025-New-York-Giants-Season-Tickets--Includes-Tickets-To-All-Regular-Season-Home-Games--9-5-2025']],'New York Giants','https://www.ticketnetwork.com/ticket/New-York-Giants-events.aspx');