//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-04A
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([['Premium Tailgate Party: Detroit Lions vs. Tampa Bay Buccaneers','Premium Tailgate Lot - Detroit','Detroit, MI','Monday','10/20/2025','TBD','7160330','Premium-Tailgate-Party--Detroit-Lions-vs--Tampa-Bay-Buccaneers-10-20-2025'],['PARKING: Detroit Lions vs. Tampa Bay Buccaneers','Ford Field Parking Lots','Detroit, MI','Monday','10/20/2025','TBD','7159250','PARKING--Detroit-Lions-vs--Tampa-Bay-Buccaneers-10-20-2025'],['Detroit Blue Zone Tailgate: Detroit Lions vs. Tampa Bay Buccaneers','Gameday Hospitality - Detroit','Detroit, MI','Monday','10/20/2025','3:30 PM','7299022','Detroit-Blue-Zone-Tailgate--Detroit-Lions-vs--Tampa-Bay-Buccaneers-10-20-2025'],['Detroit Lions vs. Tampa Bay Buccaneers','Ford Field','Detroit, MI','Monday','10/20/2025','7:00 PM','6977931','Detroit-Lions-vs--Tampa-Bay-Buccaneers-10-20-2025'],['Premium Tailgate Party: Detroit Lions vs. Minnesota Vikings','Premium Tailgate Lot - Detroit','Detroit, MI','Sunday','11/2/2025','TBD','7160331','Premium-Tailgate-Party--Detroit-Lions-vs--Minnesota-Vikings-11-2-2025'],['PARKING: Detroit Lions vs. Minnesota Vikings','Ford Field Parking Lots','Detroit, MI','Sunday','11/2/2025','TBD','7159251','PARKING--Detroit-Lions-vs--Minnesota-Vikings-11-2-2025'],['Detroit Blue Zone Tailgate: Detroit Lions vs. Minnesota Vikings','Gameday Hospitality - Detroit','Detroit, MI','Sunday','11/2/2025','10:00 AM','7299023','Detroit-Blue-Zone-Tailgate--Detroit-Lions-vs--Minnesota-Vikings-11-2-2025'],['Detroit Lions vs. Minnesota Vikings','Ford Field','Detroit, MI','Sunday','11/2/2025','1:00 PM','6977926','Detroit-Lions-vs--Minnesota-Vikings-11-2-2025'],['Tailgreeter Tailgate: Washington Commanders vs. Detroit Lions','Tailgreeter All-Inclusive Tailgate - Northwest Stadium','Landover, MD','Sunday','11/9/2025','TBD','7229228','Tailgreeter-Tailgate--Washington-Commanders-vs--Detroit-Lions-11-9-2025'],['Premium Tailgate Party: Washington Commanders vs. Detroit Lions','Premium Tailgate Tent - Landover','Landover, MD','Sunday','11/9/2025','TBD','7160968','Premium-Tailgate-Party--Washington-Commanders-vs--Detroit-Lions-11-9-2025'],['PARKING: Washington Commanders vs. Detroit Lions','Northwest Stadium Parking Lots','Landover, MD','Sunday','11/9/2025','TBD','7159447','PARKING--Washington-Commanders-vs--Detroit-Lions-11-9-2025'],['Washington Commanders vs. Detroit Lions','Northwest Stadium','Landover, MD','Sunday','11/9/2025','4:25 PM','6977870','Washington-Commanders-vs--Detroit-Lions-11-9-2025'],['Premium Tailgate Party: Philadelphia Eagles vs. Detroit Lions','Premium Tailgate Tent - PHL','Philadelphia, PA','Sunday','11/16/2025','TBD','7160541','Premium-Tailgate-Party--Philadelphia-Eagles-vs--Detroit-Lions-11-16-2025'],['PARKING: Philadelphia Eagles vs. Detroit Lions','Lincoln Financial Field Parking Lots','Philadelphia, PA','Sunday','11/16/2025','TBD','7159451','PARKING--Philadelphia-Eagles-vs--Detroit-Lions-11-16-2025'],['Philadelphia Eagles vs. Detroit Lions','Lincoln Financial Field','Philadelphia, PA','Sunday','11/16/2025','8:20 PM','6977857','Philadelphia-Eagles-vs--Detroit-Lions-11-16-2025'],['PARKING: Detroit Lions vs. New York Giants','Ford Field Parking Lots','Detroit, MI','Sunday','11/23/2025','TBD','7159252','PARKING--Detroit-Lions-vs--New-York-Giants-11-23-2025'],['Premium Tailgate Party: Detroit Lions vs. New York Giants','Premium Tailgate Lot - Detroit','Detroit, MI','Sunday','11/23/2025','TBD','7160332','Premium-Tailgate-Party--Detroit-Lions-vs--New-York-Giants-11-23-2025'],['Detroit Blue Zone Tailgate: Detroit Lions vs. New York Giants','Gameday Hospitality - Detroit','Detroit, MI','Sunday','11/23/2025','10:00 AM','7299024','Detroit-Blue-Zone-Tailgate--Detroit-Lions-vs--New-York-Giants-11-23-2025'],['Detroit Lions vs. New York Giants','Ford Field','Detroit, MI','Sunday','11/23/2025','1:00 PM','6977929','Detroit-Lions-vs--New-York-Giants-11-23-2025'],['PARKING: Detroit Lions vs. Green Bay Packers','Ford Field Parking Lots','Detroit, MI','Thursday','11/27/2025','TBD','7159253','PARKING--Detroit-Lions-vs--Green-Bay-Packers-11-27-2025'],['Premium Tailgate Party: Detroit Lions vs. Green Bay Packers','Premium Tailgate Lot - Detroit','Detroit, MI','Thursday','11/27/2025','TBD','7160333','Premium-Tailgate-Party--Detroit-Lions-vs--Green-Bay-Packers-11-27-2025'],['Detroit Blue Zone Tailgate: Detroit Lions vs. Green Bay Packers','Gameday Hospitality - Detroit','Detroit, MI','Thursday','11/27/2025','9:30 AM','7299025','Detroit-Blue-Zone-Tailgate--Detroit-Lions-vs--Green-Bay-Packers-11-27-2025'],['Detroit Lions vs. Green Bay Packers','Ford Field','Detroit, MI','Thursday','11/27/2025','1:00 PM','6977925','Detroit-Lions-vs--Green-Bay-Packers-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 lions','http://www.ticketnetwork.com/en/search/?text=detroit%20lions');