// var TN_Widget = function() { return { CreateEventRow : function(row, isAlt) { return "" + row[3] + "
" + row[4] + "
" + row[5] + "" + row[0] + "" + row[1] + "
" + row[2] + "Tickets"; }, 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 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 && 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-04A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle9.css'); TN_Widget.CreateTable([['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'],['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'],['Tailgreeter Tailgate: Minnesota Vikings vs. Detroit Lions','Tailgreeter All-Inclusive Tailgate - US Bank Stadium','Minneapolis, MN','Thursday','12/25/2025','TBD','7229177','Tailgreeter-Tailgate--Minnesota-Vikings-vs--Detroit-Lions-12-25-2025'],['PARKING: Kansas City Chiefs vs. Denver Broncos','Arrowhead Stadium Parking Lots','Kansas City, MO','Thursday','12/25/2025','TBD','7153771','PARKING--Kansas-City-Chiefs-vs--Denver-Broncos-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'],['VIP Tailgate Party: Kansas City Chiefs vs. Denver Broncos','Arrowhead Stadium Parking Lots','Kansas City, MO','Thursday','12/25/2025','3:15 PM','7158528','VIP-Tailgate-Party--Kansas-City-Chiefs-vs--Denver-Broncos-12-25-2025'],['Minnesota Vikings vs. Detroit Lions','US Bank Stadium','Minneapolis, MN','Thursday','12/25/2025','3:30 PM','6977935','Minnesota-Vikings-vs--Detroit-Lions-12-25-2025'],['Kansas City Chiefs vs. Denver Broncos','Arrowhead Stadium','Kansas City, MO','Thursday','12/25/2025','7:15 PM','6977761','Kansas-City-Chiefs-vs--Denver-Broncos-12-25-2025'],['Tailgreeter Tailgate: Green Bay Packers vs. Baltimore Ravens ','Tailgreeter All-Inclusive Tailgate - Lambeau Field','Green Bay, WI','Saturday','12/27/2025','TBD','7229266','Tailgreeter-Tailgate--Green-Bay-Packers-vs--Baltimore-Ravens--12-27-2025'],['PARKING: Los Angeles Chargers vs. Houston Texans','SoFi Stadium Parking Lots','Inglewood, CA','Saturday','12/27/2025','TBD','7158738','PARKING--Los-Angeles-Chargers-vs--Houston-Texans-12-27-2025']],'NFL Tickets','http://www.ticketnetwork.com/ticket/NFL-Tickets-events.aspx');