// 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([['Dylan Scott','Joe's Live','Rosemont, IL','Thursday','5/14/2026','8:00 PM','7779539','Dylan-Scott-5-14-2026'],['Dylan Scott','Joe's Live','Rosemont, IL','Friday','5/15/2026','8:00 PM','7621079','Dylan-Scott-5-15-2026'],['Dylan Scott','Billy Bobs','Fort Worth, TX','Friday','5/29/2026','10:00 PM','7621077','Dylan-Scott-5-29-2026'],['Dylan Scott','John T. Floore Country Store','Helotes, TX','Saturday','5/30/2026','8:30 PM','7627233','Dylan-Scott-5-30-2026'],['Dylan Scott','Summer Stage at Tree House Brewing Company - Deerfield','South Deerfield, MA','Thursday','6/4/2026','7:00 PM','7878216','Dylan-Scott-6-4-2026'],['Dylan Scott','Hampton Beach Casino Ballroom','Hampton, NH','Friday','6/5/2026','8:00 PM','7877817','Dylan-Scott-6-5-2026'],['Dylan Scott','Quillen Arena At Delaware State Fairgrounds','Harrington, DE','Saturday','6/6/2026','7:00 PM','7930897','Dylan-Scott-6-6-2026'],['5 O'Clock Somewhere Festival: Ella Langley, Dylan Scott & Rodney Atkins - Friday Pass (Time: TBD)','Waterfront Commons','West Palm Beach, FL','Friday','6/12/2026','12:00 PM','7831037','5-O-Clock-Somewhere-Festival--Ella-Langley--Dylan-Scott---Rodney-Atkins---Friday-Pass--Time--TBD--6-12-2026'],['Dylan Scott','General Duffy's Waterhole','Redmond, OR','Friday','6/19/2026','4:00 PM','7878373','Dylan-Scott-6-19-2026'],['Dylan Scott','The Showbox','Seattle, WA','Saturday','6/20/2026','8:00 PM','7878375','Dylan-Scott-6-20-2026']],'Dylan Scott','https://www.ticketnetwork.com');