// 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([['The Country Fest: Warren Zeiders, Bailey Zimmerman, Dierks Bentley & HARDY - 4 Day Pass','Clay's Park Resort','North Lawrence, OH','Wednesday','6/11/2025','TBD','6701349','The-Country-Fest--Warren-Zeiders--Bailey-Zimmerman--Dierks-Bentley---HARDY---4-Day-Pass-6-11-2025'],['The Country Fest: HARDY, Kameron Marlowe, Ashley Cooke & Taylor Holder - Saturday','Clay's Park Resort','North Lawrence, OH','Saturday','6/14/2025','11:00 AM','6701353','The-Country-Fest--HARDY--Kameron-Marlowe--Ashley-Cooke---Taylor-Holder---Saturday-6-14-2025'],['Tri-State Rodeo: Dylan Scott & Ashley Cooke','Tri-State Rodeo Arena','Fort Madison, IA','Friday','6/20/2025','7:30 PM','7029032','Tri-State-Rodeo--Dylan-Scott---Ashley-Cooke-6-20-2025'],['Country Jam: Luke Bryan, Tracy Lawrence, Ashley Cooke & Billy Dean - Saturday','Country Jam USA - CO','Mack, CO','Saturday','6/28/2025','2:00 PM','6603290','Country-Jam--Luke-Bryan--Tracy-Lawrence--Ashley-Cooke---Billy-Dean---Saturday-6-28-2025'],['Ashley Cooke','Cedar County Fairgrounds - NE','Hartington, NE','Sunday','7/20/2025','8:30 PM','6872724','Ashley-Cooke-7-20-2025'],['Sunfest Country Music Festival: Jordan Davis & Ashley Cooke - Friday','Laketown Ranch Music & Recreation Park','Lake Cowichan, Canada','Friday','8/1/2025','1:00 PM','6807166','Sunfest-Country-Music-Festival--Jordan-Davis---Ashley-Cooke---Friday-8-1-2025'],['Oregon Jamboree: Jordan Davis, Joe Nichols & Ashley Cooke - Sunday','Oregon Jamboree','Sweet Home, OR','Sunday','8/3/2025','11:00 AM','6738616','Oregon-Jamboree--Jordan-Davis--Joe-Nichols---Ashley-Cooke---Sunday-8-3-2025'],['Parker McCollum, Ashley Cooke & Vincent Mason','Selland Arena at Fresno Convention Center','Fresno, CA','Thursday','8/14/2025','7:30 PM','6881871','Parker-McCollum--Ashley-Cooke---Vincent-Mason-8-14-2025'],['Parker McCollum, Ashley Cooke & Vincent Mason','SAP Center','San Jose, CA','Friday','8/15/2025','7:30 PM','6881872','Parker-McCollum--Ashley-Cooke---Vincent-Mason-8-15-2025'],['Parker McCollum, Ashley Cooke & Vincent Mason','Ironstone Amphitheatre At Ironstone Vineyards','Murphys, CA','Saturday','8/16/2025','7:30 PM','6881873','Parker-McCollum--Ashley-Cooke---Vincent-Mason-8-16-2025'],['Parker McCollum, Ashley Cooke & Vincent Mason','BECU Live at Northern Quest Resort & Casino','Airway Heights, WA','Thursday','8/21/2025','7:30 PM','6881874','Parker-McCollum--Ashley-Cooke---Vincent-Mason-8-21-2025'],['Parker McCollum, Ashley Cooke & Vincent Mason','Cascades Amphitheater - WA','Ridgefield, WA','Friday','8/22/2025','7:30 PM','6881875','Parker-McCollum--Ashley-Cooke---Vincent-Mason-8-22-2025'],['Parker McCollum, Ashley Cooke & Vincent Mason','Abbotsford Centre','Abbotsford, Canada','Saturday','8/23/2025','7:30 PM','6881876','Parker-McCollum--Ashley-Cooke---Vincent-Mason-8-23-2025'],['Parker McCollum, Ashley Cooke & Hudson Westbrook','Pier Six Pavilion','Baltimore, MD','Thursday','9/18/2025','7:30 PM','7053610','Parker-McCollum--Ashley-Cooke---Hudson-Westbrook-9-18-2025'],['Parker McCollum, Ashley Cooke & Hudson Westbrook','Skyla Credit Union Amphitheatre','Charlotte, NC','Friday','9/19/2025','7:30 PM','7053611','Parker-McCollum--Ashley-Cooke---Hudson-Westbrook-9-19-2025'],['Parker McCollum, Ashley Cooke & Hudson Westbrook','Red Hat Amphitheater','Raleigh, NC','Saturday','9/20/2025','7:30 PM','7053612','Parker-McCollum--Ashley-Cooke---Hudson-Westbrook-9-20-2025'],['Parker McCollum, Ashley Cooke & Kassi Ashton','Thompson Boling Arena at Food City Center','Knoxville, TN','Thursday','9/25/2025','7:30 PM','7053613','Parker-McCollum--Ashley-Cooke---Kassi-Ashton-9-25-2025'],['Parker McCollum, Ashley Cooke & Hudson Westbrook','Credit Union 1 Amphitheatre','Tinley Park, IL','Saturday','10/4/2025','7:30 PM','7053615','Parker-McCollum--Ashley-Cooke---Hudson-Westbrook-10-4-2025']],'Ashley Cooke','http://www.ticketnetwork.com/en/search/?text=Ashley%20Cooke');