// 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-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['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'],['Detroit Blue Zone Tailgate: Detroit Lions vs. Dallas Cowboys','Gameday Hospitality - Detroit','Detroit, MI','Thursday','12/4/2025','5:00 PM','7299026','Detroit-Blue-Zone-Tailgate--Detroit-Lions-vs--Dallas-Cowboys-12-4-2025'],['Detroit Lions vs. Dallas Cowboys','Ford Field','Detroit, MI','Thursday','12/4/2025','8:15 PM','6977928','Detroit-Lions-vs--Dallas-Cowboys-12-4-2025'],['PARKING: Big 12 Football Championship','AT&T Stadium Parking Lots','Arlington, TX','Saturday','12/6/2025','TBD','6889739','PARKING--Big-12-Football-Championship-12-6-2025'],['Big 12 Football Championship: Texas Tech Red Raiders vs. BYU Cougars','AT&T Stadium','Arlington, TX','Saturday','12/6/2025','11:00 AM','6889729','Big-12-Football-Championship--Texas-Tech-Red-Raiders-vs--BYU-Cougars-12-6-2025'],['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'],['UIL Football State Championships','AT&T Stadium','Arlington, TX','Wednesday','12/17/2025','TBD','7339081','UIL-Football-State-Championships-12-17-2025'],['UIL Football State Championships','AT&T Stadium','Arlington, TX','Thursday','12/18/2025','TBD','7339082','UIL-Football-State-Championships-12-18-2025']],'"Dallas Cowboys"','https://www.ticketnetwork.com');