//
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-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([['Charley Crockett','Wind Creek Event Center','Bethlehem, PA','Saturday','3/7/2026','8:00 PM','7524715','Charley-Crockett-3-7-2026'],['Charley Crockett','Roadrunner','Brighton, MA','Sunday','3/8/2026','8:00 PM','7525101','Charley-Crockett-3-8-2026'],['Charley Crockett','Bell Auditorium','Augusta, GA','Tuesday','3/10/2026','7:30 PM','7524713','Charley-Crockett-3-10-2026'],['Charley Crockett','Seminole Hard Rock Tampa Event Center','Tampa, FL','Wednesday','3/11/2026','8:00 PM','7524714','Charley-Crockett-3-11-2026'],['Charley Crockett','Saenger Theatre - New Orleans','New Orleans, LA','Friday','4/24/2026','8:00 PM','7576409','Charley-Crockett-4-24-2026'],['Music City Rodeo: Charley Crockett - Friday','Bridgestone Arena','Nashville, TN','Friday','5/29/2026','6:00 PM','7624760','Music-City-Rodeo--Charley-Crockett---Friday-5-29-2026'],['Green River Festival: Charley Crockett, Spoon & Geese - 3 Day Pass','Franklin County Fairgrounds - Greenfield','Greenfield, MA','Friday','6/19/2026','TBD','7459954','Green-River-Festival--Charley-Crockett--Spoon---Geese---3-Day-Pass-6-19-2026'],['Green River Festival: Charley Crockett, The War and Treaty & Kashus Culpepper - Friday','Franklin County Fairgrounds - Greenfield','Greenfield, MA','Friday','6/19/2026','10:00 AM','7459956','Green-River-Festival--Charley-Crockett--The-War-and-Treaty---Kashus-Culpepper---Friday-6-19-2026'],['Blue Ox Music Festival: Daniel Donato's Cosmic Country, Charley Crockett & Marcus King Band - 3 Day Pass','Blue Ox Festival Grounds','Eau Claire, WI','Thursday','6/25/2026','TBD','7578754','Blue-Ox-Music-Festival--Daniel-Donato-s-Cosmic-Country--Charley-Crockett---Marcus-King-Band---3-Day-Pass-6-25-2026'],['Charley Crockett','Spruce Meadows','Calgary, Canada','Saturday','7/4/2026','7:00 PM','7579734','Charley-Crockett-7-4-2026'],['Minnesota Country Club Festival: Treaty Oak Revival, The Red Clay Strays & Charley Crockett - 2 Day Pass','Harriet Island Regional Park','Saint Paul, MN','Friday','7/10/2026','TBD','7709706','Minnesota-Country-Club-Festival--Treaty-Oak-Revival--The-Red-Clay-Strays---Charley-Crockett---2-Day-Pass-7-10-2026'],['Grand Targhee Festival: Marcus King Band, Charley Crockett & Ryan Bingham and The Texas Gentlemen - 2 Day Pass','Grand Targhee Resort','Alta, WY','Friday','7/10/2026','TBD','7599818','Grand-Targhee-Festival--Marcus-King-Band--Charley-Crockett---Ryan-Bingham-and-The-Texas-Gentlemen---2-Day-Pass-7-10-2026'],['Minnesota Country Club Festival: Treaty Oak Revival, Charley Crockett, & Stephen Wilson Jr. - Friday','Harriet Island Regional Park','Saint Paul, MN','Friday','7/10/2026','12:00 PM','7709707','Minnesota-Country-Club-Festival--Treaty-Oak-Revival--Charley-Crockett----Stephen-Wilson-Jr----Friday-7-10-2026'],['Grand Targhee Festival: Charley Crockett, Ryan Bingham and The Texas Gentlemen & JJ Grey and Mofro - Saturday','Grand Targhee Resort','Alta, WY','Saturday','7/11/2026','12:00 PM','7599820','Grand-Targhee-Festival--Charley-Crockett--Ryan-Bingham-and-The-Texas-Gentlemen---JJ-Grey-and-Mofro---Saturday-7-11-2026'],['Charley Crockett','Elkhart County Fairgrounds','Goshen, IN','Monday','7/27/2026','8:00 PM','7570047','Charley-Crockett-7-27-2026']],'Charley Crockett','http://www.ticketnetwork.com/en/search/?text=Charley%20Crockett');