//
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','Brown County Music Center','Nashville, IN','Thursday','8/20/2026','7:30 PM','7831833','The-Wood-Brothers-8-20-2026'],['The Wood Brothers','The Orange Peel','Asheville, NC','Friday','8/21/2026','8:00 PM','7831390','The-Wood-Brothers-8-21-2026'],['The Wood Brothers','The Orange Peel','Asheville, NC','Saturday','8/22/2026','8:00 PM','7831391','The-Wood-Brothers-8-22-2026'],['The Wood Brothers','The Caverns - TN','Pelham, TN','Sunday','8/23/2026','5:00 PM','7831410','The-Wood-Brothers-8-23-2026'],['The Wood Brothers','Lexington Opera House','Lexington, KY','Tuesday','8/25/2026','8:00 PM','7831834','The-Wood-Brothers-8-25-2026'],['The Wood Brothers','The Ramkat','Winston Salem, NC','Wednesday','8/26/2026','8:00 PM','7830746','The-Wood-Brothers-8-26-2026'],['The Wood Brothers','Robins Financial Capitol Theatre','Macon, GA','Thursday','8/27/2026','8:00 PM','7924132','The-Wood-Brothers-8-27-2026'],['The Wood Brothers','The Windjammer - Isle of Palms','Isle Of Palms, SC','Friday','8/28/2026','6:00 PM','7831835','The-Wood-Brothers-8-28-2026'],['The Wood Brothers','The Outpost - New River Gorge','Fayetteville, WV','Saturday','8/29/2026','7:30 PM','7948062','The-Wood-Brothers-8-29-2026'],['The Wood Brothers','Jefferson Theater - VA','Charlottesville, VA','Wednesday','11/11/2026','8:00 PM','8198974','The-Wood-Brothers-11-11-2026'],['The Wood Brothers','Harvester Performance Center','Rocky Mount, VA','Thursday','11/12/2026','8:00 PM','8198975','The-Wood-Brothers-11-12-2026'],['The Wood Brothers','Newport Music Hall','Columbus, OH','Friday','11/13/2026','8:00 PM','8198976','The-Wood-Brothers-11-13-2026'],['The Wood Brothers','Clyde Theatre','Fort Wayne, IN','Saturday','11/14/2026','8:00 PM','8198977','The-Wood-Brothers-11-14-2026'],['The Wood Brothers','Turner Hall Ballroom','Milwaukee, WI','Sunday','11/15/2026','8:00 PM','8198978','The-Wood-Brothers-11-15-2026'],['The Wood Brothers','Val Air Ballroom','West Des Moines, IA','Tuesday','11/17/2026','7:30 PM','8198979','The-Wood-Brothers-11-17-2026'],['The Wood Brothers','The Grand Theatre - Wausau','Wausau, WI','Wednesday','11/18/2026','7:30 PM','8198980','The-Wood-Brothers-11-18-2026'],['The Wood Brothers','Stoughton Opera House','Stoughton, WI','Thursday','11/19/2026','7:30 PM','8198981','The-Wood-Brothers-11-19-2026'],['The Wood Brothers','Mayo Civic Center Presentation Hall','Rochester, MN','Friday','11/20/2026','7:30 PM','8198982','The-Wood-Brothers-11-20-2026'],['The Wood Brothers','Cahn Auditorium','Evanston, IL','Saturday','11/21/2026','8:00 PM','8198983','The-Wood-Brothers-11-21-2026'],['The Wood Brothers','Historic Park Theatre and Event Center','Cranston, RI','Friday','12/4/2026','7:30 PM','8198985','The-Wood-Brothers-12-4-2026'],['The Wood Brothers','The Ridgefield Playhouse','Ridgefield, CT','Saturday','12/5/2026','7:30 PM','8195891','The-Wood-Brothers-12-5-2026'],['The Wood Brothers','Newton Theatre','Newton, NJ','Sunday','12/6/2026','7:00 PM','8198987','The-Wood-Brothers-12-6-2026'],['The Wood Brothers','Bearsville Theater','Woodstock, NY','Tuesday','12/8/2026','7:00 PM','8198989','The-Wood-Brothers-12-8-2026'],['The Wood Brothers','The Colonial Theatre - Phoenixville','Phoenixville, PA','Wednesday','12/9/2026','7:30 PM','8198990','The-Wood-Brothers-12-9-2026'],['The Wood Brothers','Birchmere Music Hall','Alexandria, VA','Thursday','12/10/2026','7:30 PM','8198991','The-Wood-Brothers-12-10-2026'],['The Wood Brothers','Birchmere Music Hall','Alexandria, VA','Friday','12/11/2026','7:30 PM','8198992','The-Wood-Brothers-12-11-2026']],'The Wood Brothers','http://www.ticketnetwork.com/en/search/?text=The Wood Brothers');