//
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 = "";
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','Landmark Theatre - Syracuse','Syracuse, NY','Thursday','3/12/2026','7:30 PM','7622606','Dylan-Scott-3-12-2026'],['Dylan Scott','Xcite Center At Parx Casino and Racing','Bensalem, PA','Friday','3/13/2026','8:00 PM','7621681','Dylan-Scott-3-13-2026'],['Dylan Scott','Cross Insurance Center','Bangor, ME','Saturday','3/14/2026','7:00 PM','7623960','Dylan-Scott-3-14-2026'],['Dylan Scott','Casino Rama Entertainment Centre','Rama, Canada','Friday','3/20/2026','9:00 PM','7619166','Dylan-Scott-3-20-2026'],['Dylan Scott','Hard Rock Hotel & Casino - Ottawa','Gloucester, Canada','Saturday','3/21/2026','7:00 PM','7624581','Dylan-Scott-3-21-2026'],['Boots In The Park: Miranda Lambert, Jordan Davis & Dylan Scott','Waterfront Park - San Diego','San Diego, CA','Saturday','4/11/2026','1:00 PM','7566612','Boots-In-The-Park--Miranda-Lambert--Jordan-Davis---Dylan-Scott-4-11-2026'],['Dylan Scott','Agora Theatre','Cleveland, OH','Thursday','4/16/2026','7:30 PM','7621817','Dylan-Scott-4-16-2026'],['Bulls, Bands And Barrels: Dylan Scott & Tyler Nance','Jacksonville Equestrian Center','Jacksonville, FL','Saturday','4/18/2026','6:30 PM','7579992','Bulls--Bands-And-Barrels--Dylan-Scott---Tyler-Nance-4-18-2026'],['Dylan Scott','Louisville Palace','Louisville, KY','Thursday','4/23/2026','8:00 PM','7626947','Dylan-Scott-4-23-2026'],['Dylan Scott','Entertainment Hall At Soaring Eagle Casino & Resort','Mount Pleasant, MI','Friday','4/24/2026','8:00 PM','7618071','Dylan-Scott-4-24-2026']],'Dylan Scott','https://www.ticketnetwork.com');