//
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-02A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['Thomas Rhett, Tucker Wetmore & The Castellows','Spokane Arena','Spokane, WA','Thursday','9/18/2025','7:30 PM','6710448','Thomas-Rhett--Tucker-Wetmore---The-Castellows-9-18-2025'],['Thomas Rhett & Tucker Wetmore','Outdoor Amphitheater At Ford Idaho Center ','Nampa, ID','Friday','9/19/2025','7:30 PM','6710451','Thomas-Rhett---Tucker-Wetmore-9-19-2025'],['Thomas Rhett, Tucker Wetmore & The Castellows','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Saturday','9/20/2025','7:30 PM','6710424','Thomas-Rhett--Tucker-Wetmore---The-Castellows-9-20-2025'],['Thomas Rhett, Tucker Wetmore & The Castellows','White River Amphitheatre','Auburn, WA','Thursday','9/25/2025','7:30 PM','6750223','Thomas-Rhett--Tucker-Wetmore---The-Castellows-9-25-2025'],['Thomas Rhett, Tucker Wetmore & The Castellows','Cascades Amphitheater - WA','Ridgefield, WA','Friday','9/26/2025','7:30 PM','6710427','Thomas-Rhett--Tucker-Wetmore---The-Castellows-9-26-2025'],['Thomas Rhett, Tucker Wetmore & The Castellows','Shoreline Amphitheatre - CA','Mountain View, CA','Saturday','9/27/2025','7:30 PM','6859415','Thomas-Rhett--Tucker-Wetmore---The-Castellows-9-27-2025'],['Thomas Rhett, Tucker Wetmore & Lanie Gardner','Coca-Cola Amphitheater at the BJCC','Birmingham, AL','Thursday','10/9/2025','7:30 PM','6823941','Thomas-Rhett--Tucker-Wetmore---Lanie-Gardner-10-9-2025'],['Tucker Wetmore','Austin County Fair','Bellville, TX','Thursday','10/9/2025','8:00 PM','7360211','Tucker-Wetmore-10-9-2025'],['Tucker Wetmore','IP Casino Resort And Spa','Biloxi, MS','Friday','10/10/2025','8:00 PM','7251500','Tucker-Wetmore-10-10-2025'],['Tucker Wetmore','Western Navajo Nation Fairgrounds','Tuba City, AZ','Friday','10/17/2025','7:00 PM','7406654','Tucker-Wetmore-10-17-2025']],'Tucker Wetmore','https://www.ticketnetwork.com');