// 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([['PGA Truist Championship - Sunday','Quail Hollow Golf Club','Charlotte, NC','Sunday','5/10/2026','8:00 AM','7234148','PGA-Truist-Championship---Sunday-5-10-2026'],['Tottenham Hotspur FC vs. Leeds United FC','Tottenham Hotspur New Stadium','London, United Kingdom','Monday','5/11/2026','TBD','7225115','Tottenham-Hotspur-FC-vs--Leeds-United-FC-5-11-2026'],['2026 PGA Championship - Weekly Badge','Aronimink Golf Club','Newtown Square, PA','Monday','5/11/2026','TBD','7061897','2026-PGA-Championship---Weekly-Badge-5-11-2026'],['Real Bodies (Multiple Dates and Times)','Horseshoe Las Vegas Hotel & Casino','Las Vegas, NV','Monday','5/11/2026','TBD','7615022','Real-Bodies--Multiple-Dates-and-Times--5-11-2026'],['Ultimate 4D Experience (Multiple Dates and Times)','4-D Theater at Excalibur Hotel & Casino','Las Vegas, NV','Monday','5/11/2026','TBD','7303871','Ultimate-4D-Experience--Multiple-Dates-and-Times--5-11-2026'],['Bodies: The Exhibition (Multiple Dates and Times)','Bodies The Exhibition at The Luxor Hotel','Las Vegas, NV','Monday','5/11/2026','TBD','7464673','Bodies--The-Exhibition--Multiple-Dates-and-Times--5-11-2026'],['Mecum Auto Auction','Indiana State Fairgrounds','Indianapolis, IN','Monday','5/11/2026','8:00 AM','7272005','Mecum-Auto-Auction-5-11-2026'],['2026 PGA Championship - Monday','Aronimink Golf Club','Newtown Square, PA','Monday','5/11/2026','8:00 AM','7061889','2026-PGA-Championship---Monday-5-11-2026'],['Bobby McFerrin and Motion','Freight & Salvage','Berkeley, CA','Monday','5/11/2026','12:00 PM','7859612','Bobby-McFerrin-and-Motion-5-11-2026'],['Dublin's Irish Tenors & The Celtic Ladies','King's Castle Theatre','Branson, MO','Monday','5/11/2026','2:00 PM','7781322','Dublin-s-Irish-Tenors---The-Celtic-Ladies-5-11-2026']],'','https://www.ticketnetwork.com');