//
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-03A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['Country Thunder Arizona: Gavin Adcock, Lainey Wilson, Zach Top & Brooks and Dunn - 4 Day Pass','Country Thunder USA - AZ','Florence, AZ','Thursday','4/9/2026','TBD','7093314','Country-Thunder-Arizona--Gavin-Adcock--Lainey-Wilson--Zach-Top---Brooks-and-Dunn---4-Day-Pass-4-9-2026'],['Country Thunder Arizona: Gavin Adcock & Waylon Wyatt - Thursday','Country Thunder USA - AZ','Florence, AZ','Thursday','4/9/2026','1:00 PM','7093315','Country-Thunder-Arizona--Gavin-Adcock---Waylon-Wyatt---Thursday-4-9-2026'],['Morgan Wallen, Thomas Rhett, Gavin Adcock, & Vincent Mason','US Bank Stadium','Minneapolis, MN','Friday','4/10/2026','5:30 PM','7529791','Morgan-Wallen--Thomas-Rhett--Gavin-Adcock----Vincent-Mason-4-10-2026'],['Morgan Wallen, HARDY, Gavin Adcock, & Vincent Mason','US Bank Stadium','Minneapolis, MN','Saturday','4/11/2026','5:30 PM','7529792','Morgan-Wallen--HARDY--Gavin-Adcock----Vincent-Mason-4-11-2026'],['Stagecoach Festival: Cody Johnson, Lainey Wilson & Post Malone - 3 Day Pass','Empire Polo Field','Indio, CA','Friday','4/24/2026','TBD','7203845','Stagecoach-Festival--Cody-Johnson--Lainey-Wilson---Post-Malone---3-Day-Pass-4-24-2026'],['Stagecoach Festival: Lainey Wilson, Riley Green & Journey - Saturday','Empire Polo Field','Indio, CA','Saturday','4/25/2026','12:00 PM','7203848','Stagecoach-Festival--Lainey-Wilson--Riley-Green---Journey---Saturday-4-25-2026'],['Morgan Wallen, Brooks & Dunn, Gavin Adcock, & Vincent Mason','Allegiant Stadium','Las Vegas, NV','Friday','5/1/2026','5:30 PM','7529794','Morgan-Wallen--Brooks---Dunn--Gavin-Adcock----Vincent-Mason-5-1-2026'],['Morgan Wallen, Thomas Rhett, Gavin Adcock, & Vincent Mason','Allegiant Stadium','Las Vegas, NV','Saturday','5/2/2026','5:30 PM','7529795','Morgan-Wallen--Thomas-Rhett--Gavin-Adcock----Vincent-Mason-5-2-2026'],['Gavin Adcock','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Hollywood, FL','Thursday','5/7/2026','8:00 PM','7752615','Gavin-Adcock-5-7-2026'],['Country Thunder Florida: Gavin Adcock, Zach Top & Kane Brown - 3 Day Pass','Tradewinds Resort','St. Petersburg, FL','Friday','5/8/2026','TBD','7632660','Country-Thunder-Florida--Gavin-Adcock--Zach-Top---Kane-Brown---3-Day-Pass-5-8-2026']],'Gavin Adcock','https://www.ticketnetwork.com');