// 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([['Kansas, .38 Special & The Outlaws','The Wharf Amphitheatre','Orange Beach, AL','Friday','6/20/2025','7:00 PM','6955763','Kansas---38-Special---The-Outlaws-6-20-2025'],['Thomas Rhett, Tucker Wetmore & The Castellows','The Wharf Amphitheatre','Orange Beach, AL','Saturday','6/28/2025','7:30 PM','6710378','Thomas-Rhett--Tucker-Wetmore---The-Castellows-6-28-2025'],['The Red Clay Strays','The Wharf Amphitheatre','Orange Beach, AL','Thursday','7/3/2025','7:00 PM','6819860','The-Red-Clay-Strays-7-3-2025'],['The Red Clay Strays','The Wharf Amphitheatre','Orange Beach, AL','Friday','7/4/2025','7:00 PM','6824304','The-Red-Clay-Strays-7-4-2025'],['The Red Clay Strays','The Wharf Amphitheatre','Orange Beach, AL','Saturday','7/5/2025','6:30 PM','6913425','The-Red-Clay-Strays-7-5-2025'],['Nate Bargatze','The Wharf Amphitheatre','Orange Beach, AL','Wednesday','7/16/2025','7:00 PM','6858775','Nate-Bargatze-7-16-2025'],['Parker McCollum, Randy Rogers Band & Laci Kaye Booth','The Wharf Amphitheatre','Orange Beach, AL','Saturday','7/26/2025','7:30 PM','6881868','Parker-McCollum--Randy-Rogers-Band---Laci-Kaye-Booth-7-26-2025'],['Little Big Town, Ashley McBryde & Carter Faith','The Wharf Amphitheatre','Orange Beach, AL','Saturday','8/23/2025','7:00 PM','7080720','Little-Big-Town--Ashley-McBryde---Carter-Faith-8-23-2025'],['Twenty One Pilots','The Wharf Amphitheatre','Orange Beach, AL','Tuesday','10/14/2025','8:00 PM','7211936','Twenty-One-Pilots-10-14-2025'],['The Coral Reefer Band','The Wharf Amphitheatre','Orange Beach, AL','Friday','10/24/2025','7:30 PM','7152299','The-Coral-Reefer-Band-10-24-2025']],'','https://www.ticketnetwork.com');