//
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-02A
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','Tipitinas','New Orleans, LA','Thursday','3/26/2026','8:00 PM','7677352','The-Wood-Brothers-3-26-2026'],['The Wood Brothers','The Heights','Houston, TX','Friday','3/27/2026','8:00 PM','7678499','The-Wood-Brothers-3-27-2026'],['The Wood Brothers','The Kessler','Dallas, TX','Saturday','3/28/2026','8:00 PM','7678498','The-Wood-Brothers-3-28-2026'],['The Wood Brothers','Tower Theatre - OK','Oklahoma City, OK','Sunday','3/29/2026','8:00 PM','7678500','The-Wood-Brothers-3-29-2026'],['The Wood Brothers','The Lensic Performing Arts Center','Santa Fe, NM','Tuesday','3/31/2026','7:30 PM','7701144','The-Wood-Brothers-3-31-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','Wheeler Opera House','Aspen, CO','Friday','4/3/2026','7:30 PM','7694865','The-Wood-Brothers-4-3-2026'],['The Wood Brothers','The Avalon Theatre - CO','Grand Junction, CO','Saturday','4/4/2026','8:00 PM','7677297','The-Wood-Brothers-4-4-2026'],['The Wood Brothers','Pappy & Harriet's Pioneertown Palace - Outdoor Stage','Pioneertown, CA','Friday','5/1/2026','7:00 PM','7682395','The-Wood-Brothers-5-1-2026'],['The Wood Brothers','Belly Up Tavern','Solana Beach, CA','Saturday','5/2/2026','8:30 PM','7677367','The-Wood-Brothers-5-2-2026'],['The Wood Brothers','Ventura Music Hall','Ventura, CA','Sunday','5/3/2026','8:00 PM','7677533','The-Wood-Brothers-5-3-2026'],['The Wood Brothers','The Fillmore - San Francisco','San Francisco, CA','Tuesday','5/5/2026','8:00 PM','7708505','The-Wood-Brothers-5-5-2026'],['The Wood Brothers','Holly Theatre - OR','Medford, OR','Wednesday','5/6/2026','8:00 PM','7713067','The-Wood-Brothers-5-6-2026'],['The Wood Brothers','Revolution Hall - Portland','Portland, OR','Thursday','5/7/2026','8:00 PM','7608369','The-Wood-Brothers-5-7-2026'],['The Wood Brothers','The Neptune Theatre','Seattle, WA','Friday','5/8/2026','8:00 PM','7677768','The-Wood-Brothers-5-8-2026'],['The Wood Brothers','Hollywood Theatre - Vancouver','Vancouver, Canada','Saturday','5/9/2026','6:00 PM','7677369','The-Wood-Brothers-5-9-2026'],['The Wood Brothers','Main Stage at Flynn Center for the Performing Arts','Burlington, VT','Thursday','6/11/2026','8:00 PM','7748817','The-Wood-Brothers-6-11-2026'],['The Wood Brothers','Capitol Center For The Arts - NH','Concord, NH','Friday','6/12/2026','7:00 PM','7745713','The-Wood-Brothers-6-12-2026'],['The Wood Brothers','Arrowood Farms','Accord, NY','Saturday','6/13/2026','5:30 PM','7745509','The-Wood-Brothers-6-13-2026'],['The Wood Brothers','District Music Hall','Norwalk, CT','Tuesday','6/16/2026','8:00 PM','7743107','The-Wood-Brothers-6-16-2026'],['The Wood Brothers','The Vogel at the Count Basie Center for the Arts','Red Bank, NJ','Wednesday','6/17/2026','7:30 PM','7747632','The-Wood-Brothers-6-17-2026'],['The Wood Brothers','State Theater - State College','State College, PA','Thursday','6/18/2026','8:00 PM','7745793','The-Wood-Brothers-6-18-2026'],['The Wood Brothers','Frog Alley Brewing','Schenectady, NY','Saturday','6/20/2026','7:00 PM','7745080','The-Wood-Brothers-6-20-2026'],['Grand Targhee Festival: Marcus King Band, Charley Crockett & Ryan Bingham and The Texas Gentlemen - 2 Day Pass','Grand Targhee Resort','Alta, WY','Friday','7/10/2026','TBD','7599818','Grand-Targhee-Festival--Marcus-King-Band--Charley-Crockett---Ryan-Bingham-and-The-Texas-Gentlemen---2-Day-Pass-7-10-2026'],['Grand Targhee Festival: Charley Crockett, Ryan Bingham and The Texas Gentlemen & JJ Grey and Mofro - Saturday','Grand Targhee Resort','Alta, WY','Saturday','7/11/2026','12:00 PM','7599820','Grand-Targhee-Festival--Charley-Crockett--Ryan-Bingham-and-The-Texas-Gentlemen---JJ-Grey-and-Mofro---Saturday-7-11-2026']],'The Wood Brothers','http://www.ticketnetwork.com/en/search/?text=The Wood Brothers');