// 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-02A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['The Bellamy Brothers','Liberty Showcase Theater','Liberty, NC','Saturday','9/27/2025','7:00 PM','6849708','The-Bellamy-Brothers-9-27-2025'],['True Country Festival: Gene Watson, The Bellamy Brothers, Zach Jones & Jesse Loving','2920 Roadhouse Restaurant','Hockley, TX','Saturday','10/4/2025','4:00 PM','7005227','True-Country-Festival--Gene-Watson--The-Bellamy-Brothers--Zach-Jones---Jesse-Loving-10-4-2025'],['The Bellamy Brothers','McMinnville Park Theater','Mcminnville, TN','Thursday','10/9/2025','7:00 PM','6995626','The-Bellamy-Brothers-10-9-2025'],['The Bellamy Brothers','Rome City Auditorium','Rome, GA','Friday','10/10/2025','7:00 PM','7166720','The-Bellamy-Brothers-10-10-2025'],['The Bellamy Brothers','The Mint Gaming Hall','Franklin, KY','Saturday','10/11/2025','8:00 PM','7293545','The-Bellamy-Brothers-10-11-2025'],['The Bellamy Brothers','Billy Bobs','Fort Worth, TX','Friday','10/17/2025','10:00 PM','7229182','The-Bellamy-Brothers-10-17-2025'],['The Bellamy Brothers','Old Town Theatre','Huntsville, TX','Saturday','10/18/2025','7:00 PM','6861166','The-Bellamy-Brothers-10-18-2025'],['The Bellamy Brothers','The Mansion - MO','Branson, MO','Friday','10/24/2025','8:00 PM','6924929','The-Bellamy-Brothers-10-24-2025'],['The Bellamy Brothers','Kentucky Opry','Benton, KY','Saturday','11/8/2025','7:00 PM','7077213','The-Bellamy-Brothers-11-8-2025'],['The Bellamy Brothers','The Mansion - MO','Branson, MO','Friday','11/21/2025','8:00 PM','6924825','The-Bellamy-Brothers-11-21-2025']],'"The Bellamy Brothers"','https://www.ticketnetwork.com');