// 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-02A 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([['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','Value City Arena at The Schottenstein Center','Columbus, OH','Friday','10/3/2025','7:30 PM','7278411','Parker-McCollum--Ashley-Cooke---Hudson-Westbrook-10-3-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');