//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://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[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ 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-02A
TN_Widget.CreateTable([['Tailgreeter Tailgate: Dallas Cowboys vs. Arizona Cardinals','All-Inclusive Tailgates Lot - Arlington','Arlington, TX','Monday','11/3/2025','TBD','7229336','Tailgreeter-Tailgate--Dallas-Cowboys-vs--Arizona-Cardinals-11-3-2025'],['PARKING: Dallas Cowboys vs. Arizona Cardinals','AT&T Stadium Parking Lots','Arlington, TX','Monday','11/3/2025','TBD','7158820','PARKING--Dallas-Cowboys-vs--Arizona-Cardinals-11-3-2025'],['Dallas Cowboys vs. Arizona Cardinals','AT&T Stadium','Arlington, TX','Monday','11/3/2025','7:15 PM','6977884','Dallas-Cowboys-vs--Arizona-Cardinals-11-3-2025'],['PARKING: Las Vegas Raiders vs. Dallas Cowboys','Allegiant Stadium Parking Lots','Las Vegas, NV','Monday','11/17/2025','TBD','7159291','PARKING--Las-Vegas-Raiders-vs--Dallas-Cowboys-11-17-2025'],['Dallas Cowboys Sin City Takeover Tailgate vs. Las Vegas Raiders','WSKY Stadium','Las Vegas, NV','Monday','11/17/2025','1:00 PM','7165942','Dallas-Cowboys-Sin-City-Takeover-Tailgate-vs--Las-Vegas-Raiders-11-17-2025'],['Las Vegas Raiders vs. Dallas Cowboys','Allegiant Stadium','Las Vegas, NV','Monday','11/17/2025','5:15 PM','6977842','Las-Vegas-Raiders-vs--Dallas-Cowboys-11-17-2025'],['PARKING: Dallas Cowboys vs. Philadelphia Eagles','AT&T Stadium Parking Lots','Arlington, TX','Sunday','11/23/2025','TBD','7158821','PARKING--Dallas-Cowboys-vs--Philadelphia-Eagles-11-23-2025'],['Tailgreeter Tailgate: Dallas Cowboys vs. Philadelphia Eagles','All-Inclusive Tailgates Lot - Arlington','Arlington, TX','Sunday','11/23/2025','TBD','7229337','Tailgreeter-Tailgate--Dallas-Cowboys-vs--Philadelphia-Eagles-11-23-2025'],['Dallas Cowboys vs. Philadelphia Eagles','AT&T Stadium','Arlington, TX','Sunday','11/23/2025','3:25 PM','6977878','Dallas-Cowboys-vs--Philadelphia-Eagles-11-23-2025'],['PARKING: Dallas Cowboys vs. Kansas City Chiefs','AT&T Stadium Parking Lots','Arlington, TX','Thursday','11/27/2025','TBD','7156772','PARKING--Dallas-Cowboys-vs--Kansas-City-Chiefs-11-27-2025'],['Dallas Cowboys vs. Kansas City Chiefs','AT&T Stadium','Arlington, TX','Thursday','11/27/2025','3:30 PM','6977881','Dallas-Cowboys-vs--Kansas-City-Chiefs-11-27-2025'],['Premium Tailgate Party: Detroit Lions vs. Dallas Cowboys','Premium Tailgate Lot - Detroit','Detroit, MI','Thursday','12/4/2025','TBD','7160334','Premium-Tailgate-Party--Detroit-Lions-vs--Dallas-Cowboys-12-4-2025'],['PARKING: Detroit Lions vs. Dallas Cowboys','Ford Field Parking Lots','Detroit, MI','Thursday','12/4/2025','TBD','7159254','PARKING--Detroit-Lions-vs--Dallas-Cowboys-12-4-2025'],['Detroit Blue Zone Tailgate: Detroit Lions vs. Dallas Cowboys','Gameday Hospitality - Detroit','Detroit, MI','Thursday','12/4/2025','5:00 PM','7299026','Detroit-Blue-Zone-Tailgate--Detroit-Lions-vs--Dallas-Cowboys-12-4-2025'],['Detroit Lions vs. Dallas Cowboys','Ford Field','Detroit, MI','Thursday','12/4/2025','8:15 PM','6977928','Detroit-Lions-vs--Dallas-Cowboys-12-4-2025'],['PARKING: Dallas Cowboys vs. Minnesota Vikings','AT&T Stadium Parking Lots','Arlington, TX','Sunday','12/14/2025','TBD','7158822','PARKING--Dallas-Cowboys-vs--Minnesota-Vikings-12-14-2025'],['Dallas Cowboys vs. Minnesota Vikings','AT&T Stadium','Arlington, TX','Sunday','12/14/2025','7:20 PM','6977883','Dallas-Cowboys-vs--Minnesota-Vikings-12-14-2025'],['PARKING: Dallas Cowboys vs. Los Angeles Chargers','AT&T Stadium Parking Lots','Arlington, TX','Sunday','12/21/2025','TBD','7158823','PARKING--Dallas-Cowboys-vs--Los-Angeles-Chargers-12-21-2025'],['Dallas Cowboys vs. Los Angeles Chargers','AT&T Stadium','Arlington, TX','Sunday','12/21/2025','12:00 PM','6977882','Dallas-Cowboys-vs--Los-Angeles-Chargers-12-21-2025'],['Tailgreeter Tailgate: Washington Commanders vs. Dallas Cowboys','Tailgreeter All-Inclusive Tailgate - Northwest Stadium','Landover, MD','Thursday','12/25/2025','TBD','7229240','Tailgreeter-Tailgate--Washington-Commanders-vs--Dallas-Cowboys-12-25-2025'],['PARKING: Washington Commanders vs. Dallas Cowboys','Northwest Stadium Parking Lots','Landover, MD','Thursday','12/25/2025','TBD','7158148','PARKING--Washington-Commanders-vs--Dallas-Cowboys-12-25-2025'],['Premium Tailgate Party: Washington Commanders vs. Dallas Cowboys','Premium Tailgate Tent - Landover','Landover, MD','Thursday','12/25/2025','TBD','7160972','Premium-Tailgate-Party--Washington-Commanders-vs--Dallas-Cowboys-12-25-2025'],['Washington Commanders vs. Dallas Cowboys','Northwest Stadium','Landover, MD','Thursday','12/25/2025','1:00 PM','6977865','Washington-Commanders-vs--Dallas-Cowboys-12-25-2025'],['PARKING: New York Giants vs. Dallas Cowboys (Date: TBD)','MetLife Stadium Parking Lots','East Rutherford, NJ','Sunday','1/4/2026','TBD','7159295','PARKING--New-York-Giants-vs--Dallas-Cowboys--Date--TBD--1-4-2026'],['Premium Tailgate Party: New York Giants vs. Dallas Cowboys (Date: TBD)','Premium Tailgate Tent - NY','East Rutherford, NJ','Sunday','1/4/2026','TBD','7160490','Premium-Tailgate-Party--New-York-Giants-vs--Dallas-Cowboys--Date--TBD--1-4-2026'],['New York Giants vs. Dallas Cowboys (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Sunday','1/4/2026','TBD','6977619','New-York-Giants-vs--Dallas-Cowboys--Date--TBD--1-4-2026'],['New York Blue Zone Tailgate: New York Giants vs. Dallas Cowboys (Date: TBD)','New York Tailgate Zone at American Dream','East Rutherford, NJ','Sunday','1/4/2026','10:00 AM','7299065','New-York-Blue-Zone-Tailgate--New-York-Giants-vs--Dallas-Cowboys--Date--TBD--1-4-2026']],'Dallas Cowboys','http://www.ticketnetwork.com/ticket/Dallas-Cowboys-events.aspx');