// 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-01A 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([['Braxton Keith','Ozark Music Hall','Fayetteville, AR','Friday','11/14/2025','8:00 PM','7412502','Braxton-Keith-11-14-2025'],['Troubadour Festival: Clay Walker, Braxton Keith, Randall King, Cody Canada and The Departed, Silverada, Bottomland, Presley Haile, & Chloe Kimes','Old Celina Park','Celina, TX','Saturday','11/15/2025','12:00 PM','7401678','Troubadour-Festival--Clay-Walker--Braxton-Keith--Randall-King--Cody-Canada-and-The-Departed--Silverada--Bottomland--Presley-Haile----Chloe-Kimes-11-15-2025'],['Braxton Keith','Madison Theater - Covington','Covington, KY','Thursday','11/20/2025','8:00 PM','7395600','Braxton-Keith-11-20-2025'],['Braxton Keith','Vogue Theatre - IN','Indianapolis, IN','Friday','11/21/2025','8:00 PM','7395601','Braxton-Keith-11-21-2025'],['Braxton Keith','Cotton Eyed Joe','Knoxville, TN','Saturday','11/22/2025','8:00 PM','7406401','Braxton-Keith-11-22-2025'],['Jake's Jingle Jam: Preston Cooper & Braxton Keith','Showplace Theatre At Riverwind Casino','Norman, OK','Thursday','12/4/2025','7:00 PM','7338927','Jake-s-Jingle-Jam--Preston-Cooper---Braxton-Keith-12-4-2025'],['Braxton Keith','Billy Bobs','Fort Worth, TX','Friday','12/26/2025','10:00 PM','7410686','Braxton-Keith-12-26-2025'],['Braxton Keith','The Dirty Bourbon Dance Hall & Saloon','Albuquerque, NM','Saturday','1/3/2026','7:00 PM','7467190','Braxton-Keith-1-3-2026'],['Braxton Keith & Randall King','The Mission Ballroom','Denver, CO','Thursday','1/15/2026','8:00 PM','7412503','Braxton-Keith---Randall-King-1-15-2026'],['Braxton Keith & Randall King','The Lincoln - Cheyenne','Cheyenne, WY','Friday','1/16/2026','8:00 PM','7421890','Braxton-Keith---Randall-King-1-16-2026'],['Deadwood Red Dirt Festival: Braxton Keith, Southall, & The Kruse Brothers','Deadwood Mountain Grand Hotel & Casino','Deadwood, SD','Saturday','1/17/2026','6:00 PM','7361401','Deadwood-Red-Dirt-Festival--Braxton-Keith--Southall----The-Kruse-Brothers-1-17-2026'],['Third Coast Bucking: Braxton Keith, That Mexican OT, Paul Wall & Drodi','Fort Bend County Fairgrounds','Rosenberg, TX','Saturday','2/7/2026','12:00 PM','7384348','Third-Coast-Bucking--Braxton-Keith--That-Mexican-OT--Paul-Wall---Drodi-2-7-2026'],['Railbird Festival - 2 Day Pass','The Red Mile','Lexington, KY','Saturday','6/6/2026','TBD','7509701','Railbird-Festival---2-Day-Pass-6-6-2026'],['Railbird Festival: Tyler Childers, Zach Top & Ella Langley (Time: TBD) - Sunday','The Red Mile','Lexington, KY','Sunday','6/7/2026','12:00 PM','7509703','Railbird-Festival--Tyler-Childers--Zach-Top---Ella-Langley--Time--TBD----Sunday-6-7-2026'],['Country Jam USA: Jordan Davis, Gary Allan, Corey Kent & Braxton Keith - Saturday','Eau Claire Event District','Eau Claire, WI','Saturday','7/18/2026','1:00 PM','7467200','Country-Jam-USA--Jordan-Davis--Gary-Allan--Corey-Kent---Braxton-Keith---Saturday-7-18-2026']],'Braxton Keith','http://www.ticketnetwork.com/en/search/?text=Braxton%20Keith');