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