// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-04A 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 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','Main Street Crossing','Tomball, TX','Friday','11/28/2025','8:00 PM','6808491','The-Bellamy-Brothers-11-28-2025'],['The Bellamy Brothers','Main Street Crossing','Tomball, TX','Saturday','11/29/2025','8:00 PM','6808492','The-Bellamy-Brothers-11-29-2025'],['The Bellamy Brothers','Walhalla Performing Arts Center','Walhalla, SC','Friday','12/5/2025','7:30 PM','7082287','The-Bellamy-Brothers-12-5-2025'],['The Bellamy Brothers','New Barn Theatre','Mount Vernon, KY','Saturday','12/6/2025','7:00 PM','7311678','The-Bellamy-Brothers-12-6-2025'],['The Bellamy Brothers','Mazatzal Hotel & Casino','Payson, AZ','Tuesday','12/9/2025','7:00 PM','7397990','The-Bellamy-Brothers-12-9-2025'],['The Bellamy Brothers','The Showroom At the Golden Nugget','Las Vegas, NV','Wednesday','12/10/2025','10:00 PM','7105049','The-Bellamy-Brothers-12-10-2025'],['The Bellamy Brothers','The Showroom At the Golden Nugget','Las Vegas, NV','Thursday','12/11/2025','10:00 PM','7105050','The-Bellamy-Brothers-12-11-2025'],['The Bellamy Brothers','Grizzly Rose','Denver, CO','Friday','12/12/2025','8:00 PM','7064440','The-Bellamy-Brothers-12-12-2025'],['The Bellamy Brothers','Southern Junction Live - Royse City','Royse City, TX','Saturday','12/20/2025','10:00 PM','7398015','The-Bellamy-Brothers-12-20-2025'],['The Bellamy Brothers','Roanoke ChopShop Live','Roanoke, TX','Friday','3/20/2026','8:00 PM','7398031','The-Bellamy-Brothers-3-20-2026'],['The Bellamy Brothers','Paramount Center For The Performing Arts','Bristol, TN','Friday','4/24/2026','7:30 PM','7135924','The-Bellamy-Brothers-4-24-2026']],'The Bellamy Brothers','http://www.ticketnetwork.com/en/search/?text=The Bellamy Brothers');