// 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 t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['PARKING: New York Jets vs. Carolina Panthers','MetLife Stadium Parking Lots','East Rutherford, NJ','Sunday','10/19/2025','TBD','7159460','PARKING--New-York-Jets-vs--Carolina-Panthers-10-19-2025'],['Premium Tailgate Party: Minnesota Vikings vs. Philadelphia Eagles','Premium Tailgate Lot - MN','Minneapolis, MN','Sunday','10/19/2025','TBD','7160461','Premium-Tailgate-Party--Minnesota-Vikings-vs--Philadelphia-Eagles-10-19-2025'],['Premium Tailgate Party: Kansas City Chiefs vs. Las Vegas Raiders','Premium Tailgate Lot - KC','Kansas City, MO','Sunday','10/19/2025','TBD','7160958','Premium-Tailgate-Party--Kansas-City-Chiefs-vs--Las-Vegas-Raiders-10-19-2025'],['PARKING: Chicago Bears vs. New Orleans Saints','Soldier Field Parking Lot','Chicago, IL','Sunday','10/19/2025','TBD','7159476','PARKING--Chicago-Bears-vs--New-Orleans-Saints-10-19-2025'],['PARKING: Kansas City Chiefs vs. Las Vegas Raiders','Arrowhead Stadium Parking Lots','Kansas City, MO','Sunday','10/19/2025','TBD','7158514','PARKING--Kansas-City-Chiefs-vs--Las-Vegas-Raiders-10-19-2025'],['PARKING: Dallas Cowboys vs. Washington Commanders','AT&T Stadium Parking Lots','Arlington, TX','Sunday','10/19/2025','TBD','7158819','PARKING--Dallas-Cowboys-vs--Washington-Commanders-10-19-2025'],['Tailgreeter Tailgate: Chicago Bears vs. New Orleans Saints','Tailgreeter All-Inclusive Tailgate - Soldier Field','Chicago, IL','Sunday','10/19/2025','TBD','7229115','Tailgreeter-Tailgate--Chicago-Bears-vs--New-Orleans-Saints-10-19-2025'],['Tailgreeter Tailgate: Tennessee Titans vs. New England Patriots','Tailgreeter All-Inclusive Tailgate - Nissan Stadium','Nashville, TN','Sunday','10/19/2025','TBD','7229123','Tailgreeter-Tailgate--Tennessee-Titans-vs--New-England-Patriots-10-19-2025'],['Tailgreeter Tailgate: Minnesota Vikings vs. Philadelphia Eagles','Tailgreeter All-Inclusive Tailgate - US Bank Stadium','Minneapolis, MN','Sunday','10/19/2025','TBD','7229173','Tailgreeter-Tailgate--Minnesota-Vikings-vs--Philadelphia-Eagles-10-19-2025'],['Tailgreeter Tailgate: Kansas City Chiefs vs. Las Vegas Raiders','Tailgreeter All-Inclusive Tailgate - Arrowhead Stadium','Kansas City, MO','Sunday','10/19/2025','TBD','7229276','Tailgreeter-Tailgate--Kansas-City-Chiefs-vs--Las-Vegas-Raiders-10-19-2025']],'"Nfl"','https://www.ticketnetwork.com');