// 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-04B 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 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'],['Country Thunder Bristol: Cody Johnson, Hardy, Bailey Zimmerman & Trace Adkins - 2 Day Pass','Bristol Motor Speedway','Bristol, TN','Friday','6/28/2024','TBD','6017022','Country-Thunder-Bristol--Cody-Johnson--Hardy--Bailey-Zimmerman---Trace-Adkins---2-Day-Pass-6-28-2024'],['Country Thunder Bristol: Cody Johnson & Trace Adkins - Friday','Bristol Motor Speedway','Bristol, TN','Friday','6/28/2024','1:00 PM','6017025','Country-Thunder-Bristol--Cody-Johnson---Trace-Adkins---Friday-6-28-2024'],['Cody Johnson','Fifth Third Stadium','Kennesaw, GA','Saturday','6/29/2024','5:45 PM','6115860','Cody-Johnson-6-29-2024'],['Country Concert: Cody Johnson, Lainey Wilson & Hardy - 3 Day Pass','Country Concert At Hickory Hill Lakes','Fort Loramie, OH','Thursday','7/11/2024','TBD','6116717','Country-Concert--Cody-Johnson--Lainey-Wilson---Hardy---3-Day-Pass-7-11-2024'],['Windy City Smokeout: Thomas Rhett, Parker McCollum, Cody Johnson & Carrie Underwood - 4 Day Pass','Windy City Smokeout','Chicago, IL','Thursday','7/11/2024','TBD','5884783','Windy-City-Smokeout--Thomas-Rhett--Parker-McCollum--Cody-Johnson---Carrie-Underwood---4-Day-Pass-7-11-2024'],['Country Concert: Cody Johnson, Riley Green, Trace Adkins & Jo Dee Messina - Thursday (Time: TBD)','Country Concert At Hickory Hill Lakes','Fort Loramie, OH','Thursday','7/11/2024','12:00 PM','6116728','Country-Concert--Cody-Johnson--Riley-Green--Trace-Adkins---Jo-Dee-Messina---Thursday--Time--TBD--7-11-2024']],'Cody Johnson','http://www.ticketnetwork.com/en/search/?text=Cody Johnson');