// 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-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['The Red Clay Strays','Cable Dahmer Arena','Independence, MO','Friday','9/19/2025','8:00 PM','7020014','The-Red-Clay-Strays-9-19-2025'],['The Red Clay Strays','The Astro Amphitheater','La Vista, NE','Saturday','9/20/2025','7:00 PM','7020017','The-Red-Clay-Strays-9-20-2025'],['The Red Clay Strays','The Pavilion at Toyota Music Factory','Irving, TX','Thursday','9/25/2025','7:00 PM','7020015','The-Red-Clay-Strays-9-25-2025'],['The Red Clay Strays','Cook's Garage','Lubbock, TX','Friday','9/26/2025','8:00 PM','7020696','The-Red-Clay-Strays-9-26-2025'],['The Red Clay Strays','Moody Amphitheater','Austin, TX','Sunday','9/28/2025','7:00 PM','7020016','The-Red-Clay-Strays-9-28-2025'],['The Red Clay Strays','Appalachian Wireless Arena','Pikeville, KY','Thursday','10/2/2025','7:30 PM','7216487','The-Red-Clay-Strays-10-2-2025'],['The Red Clay Strays','Fox Theatre - Detroit','Detroit, MI','Saturday','10/4/2025','7:00 PM','7020112','The-Red-Clay-Strays-10-4-2025'],['The Red Clay Strays','Fox Theatre - Detroit','Detroit, MI','Sunday','10/5/2025','8:00 PM','7025271','The-Red-Clay-Strays-10-5-2025'],['The Red Clay Strays','Atrium Health Amphitheater','Macon, GA','Thursday','10/9/2025','7:00 PM','7216548','The-Red-Clay-Strays-10-9-2025'],['Riverfront Revival: Riley Green, The Red Clay Strays, & Darius Rucker - 2 Day Pass','Riverfront Park - North Charleston','North Charleston, SC','Friday','10/10/2025','TBD','6855242','Riverfront-Revival--Riley-Green--The-Red-Clay-Strays----Darius-Rucker----2-Day-Pass-10-10-2025']],'"Red Clay Strays"','https://www.ticketnetwork.com');