// 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: 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'],['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'],['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'],['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'],['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'],['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']],'Dallas Cowboys','https://www.ticketnetwork.com');