//
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-01A
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([['Cole Swindell','Mohegan Sun Arena - CT','Uncasville, CT','Thursday','2/6/2025','7:30 PM','6835696','Cole-Swindell-2-6-2025'],['Cole Swindell','Xcite Center At Parx Casino and Racing','Bensalem, PA','Friday','2/7/2025','8:00 PM','6860892','Cole-Swindell-2-7-2025'],['Country Stampede: Luke Bryan, Miranda Lambert & Cole Swindell - 3 Day Pass','Azura Amphitheater','Bonner Springs, KS','Thursday','6/26/2025','TBD','6820474','Country-Stampede--Luke-Bryan--Miranda-Lambert---Cole-Swindell---3-Day-Pass-6-26-2025'],['Country Stampede: Cole Swindell - Saturday','Azura Amphitheater','Bonner Springs, KS','Saturday','6/28/2025','2:30 PM','6721129','Country-Stampede--Cole-Swindell---Saturday-6-28-2025'],['ND Country Fest: Sam Hunt, Cole Swindell, Gary Allan & Sara Evans - 4 Day Pass','Morton County Fairgrounds','New Salem, ND','Wednesday','7/9/2025','TBD','6710502','ND-Country-Fest--Sam-Hunt--Cole-Swindell--Gary-Allan---Sara-Evans---4-Day-Pass-7-9-2025'],['Cole Swindell','Grand Casino Hinckley Amphitheater','Hinckley, MN','Friday','7/11/2025','7:00 PM','6886515','Cole-Swindell-7-11-2025'],['2025 Country Thunder Wisconsin: Cole Swindell, Hardy, Jelly Roll & Dierks Bentley - 4 Day Pass','Country Thunder At Shadow Hill Ranch','Twin Lakes, WI','Thursday','7/17/2025','TBD','6583584','2025-Country-Thunder-Wisconsin--Cole-Swindell--Hardy--Jelly-Roll---Dierks-Bentley---4-Day-Pass-7-17-2025'],['Country Jam USA: Sam Hunt, Cole Swindell & Bailey Zimmerman - 3 Day Pass','Country Jam USA - WI','Eau Claire, WI','Thursday','7/17/2025','TBD','6717625','Country-Jam-USA--Sam-Hunt--Cole-Swindell---Bailey-Zimmerman---3-Day-Pass-7-17-2025'],['2025 Country Thunder Wisconsin: Cole Swindell, Gavin Adcock, & Sara Evans - Thursday','Country Thunder At Shadow Hill Ranch','Twin Lakes, WI','Thursday','7/17/2025','3:00 PM','6583550','2025-Country-Thunder-Wisconsin--Cole-Swindell--Gavin-Adcock----Sara-Evans---Thursday-7-17-2025'],['Country Jam USA: Cole Swindell, Dylan Scott & Sara Evans - Friday','Country Jam USA - WI','Eau Claire, WI','Friday','7/18/2025','1:00 PM','6717623','Country-Jam-USA--Cole-Swindell--Dylan-Scott---Sara-Evans---Friday-7-18-2025'],['Night in the Country Music Festival: Joe Nichols, Cole Swindell & Koe Wetzel - 3 Day Pass','Night in the Country Music Festival','Yerington, NV','Thursday','7/24/2025','TBD','6856941','Night-in-the-Country-Music-Festival--Joe-Nichols--Cole-Swindell---Koe-Wetzel---3-Day-Pass-7-24-2025']],'cole swindell','http://www.ticketnetwork.com/en/search/?text=cole%20swindell');