// 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-03A 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'],['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'],['Premium Tailgate Party: Houston Texans vs. Buffalo Bills','Premium Tailgate Tent - Houston','Houston, TX','Thursday','11/20/2025','TBD','7160371','Premium-Tailgate-Party--Houston-Texans-vs--Buffalo-Bills-11-20-2025'],['PARKING: Houston Texans vs. Buffalo Bills','NRG Stadium Parking Lots','Houston, TX','Thursday','11/20/2025','TBD','7159049','PARKING--Houston-Texans-vs--Buffalo-Bills-11-20-2025'],['Houston Texans vs. Buffalo Bills','NRG Stadium','Houston, TX','Thursday','11/20/2025','7:15 PM','6977701','Houston-Texans-vs--Buffalo-Bills-11-20-2025'],['Premium Tailgate Party: Baltimore Ravens vs. New York Jets','Premium Tailgate Tent - Baltimore','Baltimore, MD','Sunday','11/23/2025','TBD','7160306','Premium-Tailgate-Party--Baltimore-Ravens-vs--New-York-Jets-11-23-2025'],['Premium Tailgate Party: Detroit Lions vs. New York Giants','Premium Tailgate Lot - Detroit','Detroit, MI','Sunday','11/23/2025','TBD','7160332','Premium-Tailgate-Party--Detroit-Lions-vs--New-York-Giants-11-23-2025'],['PARKING: Baltimore Ravens vs. New York Jets','M&T Bank Stadium Parking Lots','Baltimore, MD','Sunday','11/23/2025','TBD','7159136','PARKING--Baltimore-Ravens-vs--New-York-Jets-11-23-2025'],['PARKING: Detroit Lions vs. New York Giants','Ford Field Parking Lots','Detroit, MI','Sunday','11/23/2025','TBD','7159252','PARKING--Detroit-Lions-vs--New-York-Giants-11-23-2025'],['PARKING: Cincinnati Bengals vs. New England Patriots','Paycor Stadium Parking Lots','Cincinnati, OH','Sunday','11/23/2025','TBD','7158453','PARKING--Cincinnati-Bengals-vs--New-England-Patriots-11-23-2025']],'"Nfl"','https://www.ticketnetwork.com');