//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//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([['Cooper Alan','Big Top Live','Sarasota, FL','Thursday','9/18/2025','7:00 PM','7138724','Cooper-Alan-9-18-2025'],['Cooper Alan','The Ranch Concert Hall & Saloon','Fort Myers, FL','Friday','9/19/2025','7:00 PM','7138725','Cooper-Alan-9-19-2025'],['Cooper Alan','Bloomsburg Fair','Bloomsburg, PA','Monday','9/22/2025','8:00 PM','7187824','Cooper-Alan-9-22-2025'],['Dustin Lynch, Cooper Alan & Tigirily Gold','Sandia Casino Amphitheater','Albuquerque, NM','Friday','9/26/2025','8:00 PM','7148255','Dustin-Lynch--Cooper-Alan---Tigirily-Gold-9-26-2025'],['Cooper Alan','Tulsa Expo Square - Oklahoma Stage','Tulsa, OK','Thursday','10/2/2025','7:30 PM','7165622','Cooper-Alan-10-2-2025'],['Fallfest Country Music Festival: Dylan Scott, LoCash, Cooper Alan & Drew Baldridge','Overlook Community Campus','Lancaster, PA','Sunday','10/5/2025','11:00 AM','7288209','Fallfest-Country-Music-Festival--Dylan-Scott--LoCash--Cooper-Alan---Drew-Baldridge-10-5-2025'],['Cooper Alan','Burton Cummings Theatre','Winnipeg, Canada','Wednesday','10/8/2025','8:00 PM','7171577','Cooper-Alan-10-8-2025'],['Cooper Alan','Coors Event Centre - SK','Saskatoon, Canada','Thursday','10/9/2025','7:00 PM','7171580','Cooper-Alan-10-9-2025'],['Cooper Alan','Conexus Arts Centre','Regina, Canada','Friday','10/10/2025','8:00 PM','7172067','Cooper-Alan-10-10-2025'],['Cooper Alan','Grey Eagle Resort & Casino','Calgary, Canada','Sunday','10/12/2025','8:00 PM','7171578','Cooper-Alan-10-12-2025'],['Cooper Alan','Midway - Edmonton','Edmonton, Canada','Tuesday','10/14/2025','7:00 PM','7171579','Cooper-Alan-10-14-2025'],['Cooper Alan','Midway - Edmonton','Edmonton, Canada','Wednesday','10/15/2025','7:00 PM','7356763','Cooper-Alan-10-15-2025'],['2026 Gulf Coast Jam: Post Malone, Chris Stapleton, Riley Green & Keith Urban - 4 Day Pass','Frank Brown Park','Panama City Beach, FL','Thursday','5/28/2026','TBD','7181094','2026-Gulf-Coast-Jam--Post-Malone--Chris-Stapleton--Riley-Green---Keith-Urban---4-Day-Pass-5-28-2026']],'Cooper Alan','http://www.ticketnetwork.com/en/search/?text=Cooper%20Alan');