// 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-04A 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([['Ponoka Stampede: Cooper Alan','Ponoka Stampede','Ponoka, Canada','Sunday','6/28/2026','6:30 PM','7260988','Ponoka-Stampede--Cooper-Alan-6-28-2026'],['Ride 2026: Cooper Alan & Tanya Tucker - 2 Day Pass','Community Stage At Roundup City Park','Roundup, MT','Friday','7/3/2026','TBD','7746797','Ride-2026--Cooper-Alan---Tanya-Tucker---2-Day-Pass-7-3-2026'],['RIDE - Roundup Independence Day Extravaganza: Tanya Tucker & Cooper Alan - 2 Day Pass','Community Stage At Roundup City Park','Roundup, MT','Friday','7/3/2026','TBD','8028328','RIDE---Roundup-Independence-Day-Extravaganza--Tanya-Tucker---Cooper-Alan---2-Day-Pass-7-3-2026'],['Cooper Alan','Clinton County Fair','Plattsburgh, NY','Monday','7/13/2026','7:30 PM','7746709','Cooper-Alan-7-13-2026'],['Cooper Alan','Dr. Pepper Park','Roanoke, VA','Thursday','7/16/2026','6:00 PM','7984657','Cooper-Alan-7-16-2026'],['Cooper Alan','The Forx','Wayland, NY','Friday','7/17/2026','6:00 PM','8029044','Cooper-Alan-7-17-2026'],['Dusty Roots Backyard Bash: Cooper Alan & Tayler Holder','The Dusty Armadillo','Rootstown, OH','Saturday','7/18/2026','3:00 PM','7734343','Dusty-Roots-Backyard-Bash--Cooper-Alan---Tayler-Holder-7-18-2026'],['County Line Country Fest: Scotty McCreery & Cooper Alan - Thursday','Country on the River Festival Grounds','Prairie Du Chien, WI','Thursday','7/30/2026','8:00 AM','7559815','County-Line-Country-Fest--Scotty-McCreery---Cooper-Alan---Thursday-7-30-2026'],['Cooper Alan & Dylan Marlowe','Adams County Fair Grounds - CO','Brighton, CO','Saturday','8/1/2026','8:00 PM','8029086','Cooper-Alan---Dylan-Marlowe-8-1-2026'],['Cooper Alan','Preservation Plaza at Arnolds Park Amusement Park','Arnolds Park, IA','Friday','8/7/2026','7:30 PM','7617995','Cooper-Alan-8-7-2026'],['Cooper Alan & Jackson Dean','Brown County Fairgrounds - SD','Aberdeen, SD','Wednesday','8/12/2026','8:00 PM','7636503','Cooper-Alan---Jackson-Dean-8-12-2026'],['Cooper Alan','EPIC Event Center - WI','Green Bay, WI','Thursday','8/13/2026','7:30 PM','7922404','Cooper-Alan-8-13-2026'],['Flo Rida & Cooper Alan','Little River Casino Resort','Manistee, MI','Saturday','8/15/2026','7:00 PM','8023656','Flo-Rida---Cooper-Alan-8-15-2026'],['Cooper Alan','Borgata Music Box','Atlantic City, NJ','Friday','8/28/2026','7:30 PM','7930304','Cooper-Alan-8-28-2026'],['Cooper Alan','Oak Grove Racing Gaming and Hotel','Oak Grove, KY','Sunday','9/6/2026','8:00 PM','7877762','Cooper-Alan-9-6-2026'],['Dylan Scott & Cooper Alan','Fulton County Fair','Wauseon, OH','Monday','9/7/2026','7:00 PM','8029051','Dylan-Scott---Cooper-Alan-9-7-2026'],['Cooper Alan','Oaklawn Event Center','Hot Springs National Park, AR','Friday','9/25/2026','7:00 PM','8023522','Cooper-Alan-9-25-2026']],'Cooper Alan','http://www.ticketnetwork.com/en/search/?text=Cooper%20Alan');