//
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-03A
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','Billy Bobs','Fort Worth, TX','Friday','10/17/2025','10:00 PM','7229182','The-Bellamy-Brothers-10-17-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','Neon Moon Restaurant & Social Club','Yantis, TX','Saturday','10/25/2025','7:45 PM','7015926','The-Bellamy-Brothers-10-25-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','Greek Bros. Oyster Bar & Grill','El Campo, TX','Friday','11/14/2025','8:30 PM','7419603','The-Bellamy-Brothers-11-14-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','The Big Barn at Dosey Doe','Spring, TX','Friday','5/1/2026','8:30 PM','7419535','The-Bellamy-Brothers-5-1-2026'],['The Bellamy Brothers','Blue Gate Performing Arts Center','Shipshewana, IN','Thursday','6/11/2026','7:30 PM','7428568','The-Bellamy-Brothers-6-11-2026']],'The Bellamy Brothers','http://www.ticketnetwork.com/en/search/?text=The Bellamy Brothers');