// 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-03B 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','Abbotsford Centre','Abbotsford, Canada','Saturday','5/4/2024','7:30 PM','6028508','Cody-Johnson-5-4-2024'],['Cody Johnson','Wells Fargo Arena - IA','Des Moines, IA','Friday','5/17/2024','7:30 PM','6030958','Cody-Johnson-5-17-2024'],['Cody Johnson','Fargodome','Fargo, ND','Saturday','5/18/2024','7:30 PM','6028505','Cody-Johnson-5-18-2024'],['Gulf Coast Jam: Morgan Wallen, Jelly Roll & Cody Johnson - 4 Day Pass','Frank Brown Park','Panama City Beach, FL','Thursday','5/30/2024','TBD','5745612','Gulf-Coast-Jam--Morgan-Wallen--Jelly-Roll---Cody-Johnson---4-Day-Pass-5-30-2024'],['Cody Johnson','Smoothie King Center','New Orleans, LA','Friday','5/31/2024','7:30 PM','6028501','Cody-Johnson-5-31-2024'],['CMA Music Festival: Cody Johnson, Jon Pardi, Kelsea Ballerini & Luke Bryan - Friday','Nissan Stadium - Nashville','Nashville, TN','Friday','6/7/2024','7:00 PM','5767905','CMA-Music-Festival--Cody-Johnson--Jon-Pardi--Kelsea-Ballerini---Luke-Bryan---Friday-6-7-2024'],['The Country Fest: Lainey Wilson, Cody Johnson & Thomas Rhett - 4 Day Pass','Clay's Park Resort','North Lawrence, OH','Wednesday','6/12/2024','TBD','5948391','The-Country-Fest--Lainey-Wilson--Cody-Johnson---Thomas-Rhett---4-Day-Pass-6-12-2024'],['Tailgate N Tallboys Music Festival: Cody Johnson, Eric Church, Bailey Zimmerman & Riley Green - 4 Day Pass','Interstate Center - IL','Bloomington, IL','Thursday','6/13/2024','TBD','5983293','Tailgate-N-Tallboys-Music-Festival--Cody-Johnson--Eric-Church--Bailey-Zimmerman---Riley-Green---4-Day-Pass-6-13-2024'],['Tailgate N Tallboys Music Festival: Cody Johnson - Thursday (Time: TBD)','Interstate Center - IL','Bloomington, IL','Thursday','6/13/2024','2:00 PM','5983295','Tailgate-N-Tallboys-Music-Festival--Cody-Johnson---Thursday--Time--TBD--6-13-2024'],['The Country Fest: Cody Johnson & Priscilla Block - Friday','Clay's Park Resort','North Lawrence, OH','Friday','6/14/2024','11:00 AM','5948394','The-Country-Fest--Cody-Johnson---Priscilla-Block---Friday-6-14-2024']],'Cody Johnson','http://www.ticketnetwork.com/en/search/?text=Cody Johnson');