//
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 dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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 newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-02A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['The Red Clay Strays','The Orion Amphitheater','Huntsville, AL','Wednesday','10/15/2025','7:30 PM','7216638','The-Red-Clay-Strays-10-15-2025'],['The Red Clay Strays','O2 Academy Birmingham','Birmingham, United Kingdom','Thursday','11/6/2025','7:00 PM','7157989','The-Red-Clay-Strays-11-6-2025'],['The Red Clay Strays','Roundhouse - London','London, United Kingdom','Sunday','11/9/2025','7:00 PM','7157990','The-Red-Clay-Strays-11-9-2025'],['St. Pete Country Fest: The Red Clay Strays, Parker McCollum, & Treaty Oak Revival - 3 Day Pass','Vinoy Park','St. Petersburg, FL','Friday','11/21/2025','TBD','7027263','St--Pete-Country-Fest--The-Red-Clay-Strays--Parker-McCollum----Treaty-Oak-Revival---3-Day-Pass-11-21-2025'],['St. Pete Country Fest: The Red Clay Strays, Muscadine Bloodline & 49 Winchester - Sunday','Vinoy Park','St. Petersburg, FL','Sunday','11/23/2025','1:00 PM','7372784','St--Pete-Country-Fest--The-Red-Clay-Strays--Muscadine-Bloodline---49-Winchester---Sunday-11-23-2025'],['The Red Clay Strays','The Theater at Virgin Hotels - Las Vegas','Las Vegas, NV','Thursday','12/4/2025','8:30 PM','7203798','The-Red-Clay-Strays-12-4-2025'],['The Red Clay Strays','The Theater at Virgin Hotels - Las Vegas','Las Vegas, NV','Friday','12/5/2025','8:30 PM','7207578','The-Red-Clay-Strays-12-5-2025'],['Two Step Inn: Brooks and Dunn, Goo Goo Dolls, Chris Stapleton, & The Red Clay Strays - 2 Day Pass','San Gabriel Park','Georgetown, TX','Saturday','4/18/2026','TBD','7425512','Two-Step-Inn--Brooks-and-Dunn--Goo-Goo-Dolls--Chris-Stapleton----The-Red-Clay-Strays----2-Day-Pass-4-18-2026'],['Two Step Inn: Chirs Stapleton, The Red Clay Strays, & Tedeschi Trucks Band - Sunday','San Gabriel Park','Georgetown, TX','Sunday','4/19/2026','12:00 PM','7425514','Two-Step-Inn--Chirs-Stapleton--The-Red-Clay-Strays----Tedeschi-Trucks-Band---Sunday-4-19-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: Cody Johnson, Bailey Zimmerman & Red Clay Strays - Friday','Empire Polo Field','Indio, CA','Friday','4/24/2026','12:00 PM','7203847','Stagecoach-Festival--Cody-Johnson--Bailey-Zimmerman---Red-Clay-Strays---Friday-4-24-2026'],['Patriotic Festival: Zach Top, Brooks and Dunn & The Red Clay Strays - 3 Day Pass','Scope Arena','Norfolk, VA','Friday','5/22/2026','TBD','7473991','Patriotic-Festival--Zach-Top--Brooks-and-Dunn---The-Red-Clay-Strays---3-Day-Pass-5-22-2026'],['Buckeye Country SuperFest: Tyler Childers, The Red Clay Strays, & Lord Huron','Ohio Stadium','Columbus, OH','Saturday','6/13/2026','3:00 PM','7387243','Buckeye-Country-SuperFest--Tyler-Childers--The-Red-Clay-Strays----Lord-Huron-6-13-2026']],'Red Clay Strays','http://www.ticketnetwork.com/en/search/?text=Red%20Clay%20Strays');