// 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-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([['Cody Johnson','Legacy Arena at The BJCC','Birmingham, AL','Friday','2/6/2026','7:30 PM','7085442','Cody-Johnson-2-6-2026'],['Cody Johnson','Legacy Arena at The BJCC','Birmingham, AL','Saturday','2/7/2026','7:30 PM','7068802','Cody-Johnson-2-7-2026'],['Cody Johnson','State Farm Center','Champaign, IL','Friday','2/13/2026','7:30 PM','7523303','Cody-Johnson-2-13-2026'],['Cody Johnson','KFC Yum! Center','Louisville, KY','Saturday','2/14/2026','7:30 PM','7400817','Cody-Johnson-2-14-2026'],['Cody Johnson','Lawrence Joel Veterans Memorial Coliseum','Winston Salem, NC','Friday','2/27/2026','7:30 PM','7522421','Cody-Johnson-2-27-2026'],['Cody Johnson','Colonial Life Arena','Columbia, SC','Saturday','2/28/2026','7:30 PM','7400816','Cody-Johnson-2-28-2026'],['Cody Johnson','PPG Paints Arena','Pittsburgh, PA','Friday','3/6/2026','7:30 PM','7068803','Cody-Johnson-3-6-2026'],['Cody Johnson','CFG Bank Arena','Baltimore, MD','Saturday','3/7/2026','7:30 PM','7400815','Cody-Johnson-3-7-2026'],['PARKING: Houston Livestock Show And Rodeo: Cody Johnson','NRG Stadium Parking Lots','Houston, TX','Sunday','3/22/2026','TBD','7308022','PARKING--Houston-Livestock-Show-And-Rodeo--Cody-Johnson-3-22-2026'],['Houston Livestock Show And Rodeo: Cody Johnson','NRG Stadium','Houston, TX','Sunday','3/22/2026','8:00 PM','7089333','Houston-Livestock-Show-And-Rodeo--Cody-Johnson-3-22-2026'],['Cody Johnson','Simmons Bank Arena','North Little Rock, AR','Saturday','3/28/2026','7:30 PM','7522422','Cody-Johnson-3-28-2026'],['Cody Johnson','Brookshire Grocery Arena','Bossier City, LA','Friday','4/10/2026','7:30 PM','7522423','Cody-Johnson-4-10-2026'],['Stagecoach Festival: Cody Johnson, Lainey Wilson & Post Malone - 3 Day Pass','Empire Polo Field','Indio, CA','Friday','4/24/2026','TBD','7203845','Stagecoach-Festival--Cody-Johnson--Lainey-Wilson---Post-Malone---3-Day-Pass-4-24-2026'],['Stagecoach Festival: Cody Johnson, Bailey Zimmerman & Red Clay Strays - Friday','Empire Polo Field','Indio, CA','Friday','4/24/2026','12:00 PM','7203847','Stagecoach-Festival--Cody-Johnson--Bailey-Zimmerman---Red-Clay-Strays---Friday-4-24-2026'],['George Strait, Cody Johnson & Wyatt Flores','Frank Howard Field at Clemson Memorial Stadium','Clemson, SC','Saturday','5/2/2026','6:00 PM','7498653','George-Strait--Cody-Johnson---Wyatt-Flores-5-2-2026'],['Cody Johnson','Casey's Center','Des Moines, IA','Saturday','5/9/2026','7:30 PM','7522701','Cody-Johnson-5-9-2026'],['Cody Johnson','Allstate Arena','Rosemont, IL','Saturday','5/30/2026','7:30 PM','7522426','Cody-Johnson-5-30-2026'],['Cody Johnson','Nationwide Arena','Columbus, OH','Friday','7/17/2026','7:00 PM','7084052','Cody-Johnson-7-17-2026'],['Cody Johnson','Nationwide Arena','Columbus, OH','Saturday','7/18/2026','7:00 PM','7068804','Cody-Johnson-7-18-2026']],'Cody Johnson','http://www.ticketnetwork.com/en/search/?text=Cody%20Johnson');