//
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-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 Wood Brothers','The Eastern - GA','Atlanta, GA','Thursday','1/29/2026','8:00 PM','7527404','The-Wood-Brothers-1-29-2026'],['The Wood Brothers','The Orange Peel','Asheville, NC','Friday','1/30/2026','8:00 PM','7519601','The-Wood-Brothers-1-30-2026'],['The Wood Brothers','The Orange Peel','Asheville, NC','Saturday','1/31/2026','8:00 PM','7525619','The-Wood-Brothers-1-31-2026'],['The Wood Brothers','The Lyric Theatre - Birmingham','Birmingham, AL','Sunday','2/1/2026','8:00 PM','7525570','The-Wood-Brothers-2-1-2026'],['The Wood Brothers','Nancy and David Bilheimer Capitol Theatre','Clearwater, FL','Wednesday','2/4/2026','8:00 PM','7528149','The-Wood-Brothers-2-4-2026'],['The Wood Brothers','The Plaza Live','Orlando, FL','Thursday','2/5/2026','8:00 PM','7525568','The-Wood-Brothers-2-5-2026'],['The Wood Brothers','Town Ballroom','Buffalo, NY','Thursday','2/26/2026','7:00 PM','7525618','The-Wood-Brothers-2-26-2026'],['The Wood Brothers','Royal Oak Music Theatre','Royal Oak, MI','Friday','2/27/2026','7:00 PM','7525617','The-Wood-Brothers-2-27-2026'],['The Wood Brothers','The Kent Stage','Kent, OH','Saturday','2/28/2026','7:30 PM','7528160','The-Wood-Brothers-2-28-2026'],['The Wood Brothers','Taft Theatre','Cincinnati, OH','Sunday','3/1/2026','8:00 PM','7525567','The-Wood-Brothers-3-1-2026'],['The Wood Brothers','Von Braun Center Mars Music Hall','Huntsville, AL','Tuesday','3/3/2026','7:30 PM','7525571','The-Wood-Brothers-3-3-2026'],['The Wood Brothers','Duling Hall','Jackson, MS','Wednesday','3/4/2026','7:30 PM','7525569','The-Wood-Brothers-3-4-2026'],['The Wood Brothers','Ryman Auditorium','Nashville, TN','Thursday','3/5/2026','7:30 PM','7492732','The-Wood-Brothers-3-5-2026'],['The Wood Brothers','The Carolina Theatre At Belk Place','Charlotte, NC','Friday','3/6/2026','8:00 PM','7548799','The-Wood-Brothers-3-6-2026'],['The Wood Brothers','Carolina Theatre - Durham','Durham, NC','Saturday','3/7/2026','8:00 PM','7534517','The-Wood-Brothers-3-7-2026'],['The Wood Brothers','Vilar Performing Arts Center','Avon, CO','Wednesday','4/1/2026','7:00 PM','7633961','The-Wood-Brothers-4-1-2026'],['The Wood Brothers','The Mission Ballroom','Denver, CO','Thursday','4/2/2026','8:00 PM','7570370','The-Wood-Brothers-4-2-2026']],'The Wood Brothers','http://www.ticketnetwork.com/en/search/?text=The Wood Brothers');