// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-03A 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([['Dallas Cowboys Preseason Game #1 (Date: TBD)','AT&T Stadium','Arlington, TX','Friday','8/1/2025','TBD','6977874','Dallas-Cowboys-Preseason-Game--1--Date--TBD--8-1-2025'],['Dallas Cowboys Preseason Game #2 (Date: TBD)','AT&T Stadium','Arlington, TX','Saturday','8/2/2025','TBD','6977875','Dallas-Cowboys-Preseason-Game--2--Date--TBD--8-2-2025'],['Philadelphia Eagles vs. Dallas Cowboys (Date: TBD)','Lincoln Financial Field','Philadelphia, PA','Sunday','8/3/2025','TBD','6977852','Philadelphia-Eagles-vs--Dallas-Cowboys--Date--TBD--8-3-2025'],['Dallas Cowboys vs. New York Giants (Date: TBD)','AT&T Stadium','Arlington, TX','Sunday','8/3/2025','TBD','6977876','Dallas-Cowboys-vs--New-York-Giants--Date--TBD--8-3-2025'],['Dallas Cowboys vs. Philadelphia Eagles (Date: TBD)','AT&T Stadium','Arlington, TX','Monday','8/4/2025','TBD','6977878','Dallas-Cowboys-vs--Philadelphia-Eagles--Date--TBD--8-4-2025'],['Dallas Cowboys vs. Washington Commanders (Date: TBD)','AT&T Stadium','Arlington, TX','Tuesday','8/5/2025','TBD','6977879','Dallas-Cowboys-vs--Washington-Commanders--Date--TBD--8-5-2025'],['Denver Broncos vs. Dallas Cowboys (Date: TBD)','Empower Field At Mile High','Denver, CO','Tuesday','8/5/2025','TBD','6977830','Denver-Broncos-vs--Dallas-Cowboys--Date--TBD--8-5-2025'],['Las Vegas Raiders vs. Dallas Cowboys (Date: TBD)','Allegiant Stadium','Las Vegas, NV','Tuesday','8/5/2025','TBD','6977842','Las-Vegas-Raiders-vs--Dallas-Cowboys--Date--TBD--8-5-2025'],['Dallas Cowboys vs. Green Bay Packers (Date: TBD)','AT&T Stadium','Arlington, TX','Wednesday','8/6/2025','TBD','6977880','Dallas-Cowboys-vs--Green-Bay-Packers--Date--TBD--8-6-2025'],['Dallas Cowboys vs. Kansas City Chiefs (Date: TBD)','AT&T Stadium','Arlington, TX','Thursday','8/7/2025','TBD','6977881','Dallas-Cowboys-vs--Kansas-City-Chiefs--Date--TBD--8-7-2025'],['Chicago Bears vs. Dallas Cowboys (Date: TBD)','Soldier Field','Chicago, IL','Thursday','8/7/2025','TBD','6977976','Chicago-Bears-vs--Dallas-Cowboys--Date--TBD--8-7-2025'],['Dallas Cowboys vs. Los Angeles Chargers (Date: TBD)','AT&T Stadium','Arlington, TX','Friday','8/8/2025','TBD','6977882','Dallas-Cowboys-vs--Los-Angeles-Chargers--Date--TBD--8-8-2025'],['Dallas Cowboys Vs. Minnesota Vikings (date: Tbd)','AT&T Stadium','Arlington, TX','Saturday','8/9/2025','TBD','6977883','Dallas-Cowboys-Vs--Minnesota-Vikings--date--Tbd--8-9-2025'],['Carolina Panthers vs. Dallas Cowboys (Date: TBD)','Bank Of America Stadium','Charlotte, NC','Sunday','8/10/2025','TBD','6978009','Carolina-Panthers-vs--Dallas-Cowboys--Date--TBD--8-10-2025'],['Dallas Cowboys vs. Arizona Cardinals (Date: TBD)','AT&T Stadium','Arlington, TX','Sunday','8/10/2025','TBD','6977884','Dallas-Cowboys-vs--Arizona-Cardinals--Date--TBD--8-10-2025'],['New York Jets vs. Dallas Cowboys (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Thursday','8/14/2025','TBD','6977615','New-York-Jets-vs--Dallas-Cowboys--Date--TBD--8-14-2025'],['New York Giants vs. Dallas Cowboys (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Sunday','8/17/2025','TBD','6977619','New-York-Giants-vs--Dallas-Cowboys--Date--TBD--8-17-2025'],['2025 Dallas Cowboys Season Tickets (Includes Tickets To All Regular Season Home Games)','AT&T Stadium','Arlington, TX','Saturday','9/6/2025','TBD','6907022','2025-Dallas-Cowboys-Season-Tickets--Includes-Tickets-To-All-Regular-Season-Home-Games--9-6-2025']],'Dallas Cowboys','http://www.ticketnetwork.com/en/search/?text=Dallas%20Cowboys');