// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; 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 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Chicago Bears vs. Philadelphia Eagles (Date: TBD)','Soldier Field','Chicago, IL','Monday','7/27/2026','TBD','7730277','Chicago-Bears-vs--Philadelphia-Eagles--Date--TBD--7-27-2026'],['Dallas Cowboys vs. Philadelphia Eagles (Date: TBD)','AT&T Stadium','Arlington, TX','Saturday','8/1/2026','TBD','7730231','Dallas-Cowboys-vs--Philadelphia-Eagles--Date--TBD--8-1-2026'],['Philadelphia Eagles vs. Dallas Cowboys (Date: TBD)','Lincoln Financial Field','Philadelphia, PA','Sunday','8/2/2026','TBD','7730219','Philadelphia-Eagles-vs--Dallas-Cowboys--Date--TBD--8-2-2026'],['Philadelphia Eagles vs. New York Giants (Date: TBD)','Lincoln Financial Field','Philadelphia, PA','Monday','8/3/2026','TBD','7730220','Philadelphia-Eagles-vs--New-York-Giants--Date--TBD--8-3-2026'],['Philadelphia Eagles vs. Washington Commanders (Date: TBD)','Lincoln Financial Field','Philadelphia, PA','Tuesday','8/4/2026','TBD','7730222','Philadelphia-Eagles-vs--Washington-Commanders--Date--TBD--8-4-2026'],['Philadelphia Eagles vs. Carolina Panthers (Date: TBD)','Lincoln Financial Field','Philadelphia, PA','Wednesday','8/5/2026','TBD','7730223','Philadelphia-Eagles-vs--Carolina-Panthers--Date--TBD--8-5-2026'],['Jacksonville Jaguars vs. Philadelphia Eagles (Date: TBD)','EverBank Stadium','Jacksonville, FL','Wednesday','8/5/2026','TBD','7730140','Jacksonville-Jaguars-vs--Philadelphia-Eagles--Date--TBD--8-5-2026'],['Tennessee Titans vs. Philadelphia Eagles (Date: TBD)','Nissan Stadium - Nashville','Nashville, TN','Wednesday','8/5/2026','TBD','7730165','Tennessee-Titans-vs--Philadelphia-Eagles--Date--TBD--8-5-2026'],['Philadelphia Eagles vs. Houston Texans (Date: TBD)','Lincoln Financial Field','Philadelphia, PA','Thursday','8/6/2026','TBD','7730224','Philadelphia-Eagles-vs--Houston-Texans--Date--TBD--8-6-2026'],['Philadelphia Eagles vs. Indianapolis Colts (Date: TBD)','Lincoln Financial Field','Philadelphia, PA','Friday','8/7/2026','TBD','7730225','Philadelphia-Eagles-vs--Indianapolis-Colts--Date--TBD--8-7-2026'],['Arizona Cardinals vs. Philadelphia Eagles (Date: TBD)','State Farm Stadium','Glendale, AZ','Friday','8/7/2026','TBD','7730402','Arizona-Cardinals-vs--Philadelphia-Eagles--Date--TBD--8-7-2026'],['Philadelphia Eagles vs. Los Angeles Rams (Date: TBD)','Lincoln Financial Field','Philadelphia, PA','Saturday','8/8/2026','TBD','7730226','Philadelphia-Eagles-vs--Los-Angeles-Rams--Date--TBD--8-8-2026'],['Philadelphia Eagles vs. Pittsburgh Steelers (Date: TBD)','Lincoln Financial Field','Philadelphia, PA','Sunday','8/9/2026','TBD','7730227','Philadelphia-Eagles-vs--Pittsburgh-Steelers--Date--TBD--8-9-2026'],['Philadelphia Eagles vs. Seattle Seahawks (Date: TBD)','Lincoln Financial Field','Philadelphia, PA','Monday','8/10/2026','TBD','7730228','Philadelphia-Eagles-vs--Seattle-Seahawks--Date--TBD--8-10-2026'],['San Francisco 49ers vs. Philadelphia Eagles (Date: TBD)','Levi's Stadium','Santa Clara, CA','Thursday','8/13/2026','TBD','7730391','San-Francisco-49ers-vs--Philadelphia-Eagles--Date--TBD--8-13-2026'],['New York Giants vs. Philadelphia Eagles (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Friday','8/14/2026','TBD','7730260','New-York-Giants-vs--Philadelphia-Eagles--Date--TBD--8-14-2026'],['Philadelphia Eagles Season Tickets (Includes Tickets To All Regular Season Home Games)','Lincoln Financial Field','Philadelphia, PA','Saturday','9/12/2026','TBD','7662976','Philadelphia-Eagles-Season-Tickets--Includes-Tickets-To-All-Regular-Season-Home-Games--9-12-2026']],'Philadelphia Eagles','http://www.ticketnetwork.com/ticket/Philadelphia-Eagles-events.aspx');