//
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-03A
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([['Jamey Johnson','Woltosz Theatre At Gogue Performing Arts Center','Auburn, AL','Thursday','10/1/2026','7:00 PM','8203924','Jamey-Johnson-10-1-2026'],['Jamey Johnson','The Sound Amphitheater','Gautier, MS','Friday','10/2/2026','7:00 PM','7877644','Jamey-Johnson-10-2-2026'],['Jamey Johnson','Saracen Casino Resort','Pine Bluff, AR','Saturday','10/3/2026','8:00 PM','8118727','Jamey-Johnson-10-3-2026'],['Jamey Johnson','Hard Rock Hotel & Casino Bristol','Bristol, VA','Thursday','10/8/2026','8:00 PM','7877645','Jamey-Johnson-10-8-2026'],['Jamey Johnson','Hollywood Casino at Charles Town Races','Charles Town, WV','Friday','10/9/2026','8:00 PM','7877646','Jamey-Johnson-10-9-2026'],['Jamey Johnson','Tropicana Showroom at Tropicana Casino - NJ','Atlantic City, NJ','Saturday','10/10/2026','8:00 PM','7877647','Jamey-Johnson-10-10-2026'],['Jamey Johnson','Event Center at Turning Stone Resort & Casino','Verona, NY','Sunday','10/11/2026','8:00 PM','7877648','Jamey-Johnson-10-11-2026'],['Don't Look Ethel! A Salute to the Musical Genius of Ray Stevens - ft. Jamey Johnson, Ronnie Milsap & Lee Greenwood','Grand Ole Opry House','Nashville, TN','Monday','11/9/2026','7:00 PM','8234804','Don-t-Look-Ethel--A-Salute-to-the-Musical-Genius-of-Ray-Stevens---ft--Jamey-Johnson--Ronnie-Milsap---Lee-Greenwood-11-9-2026'],['Jamey Johnson','Skyline Event Center At Osage Casino','Tulsa, OK','Friday','11/20/2026','8:00 PM','7933825','Jamey-Johnson-11-20-2026'],['Jamey Johnson','Choctaw Casino & Resort - Durant','Durant, OK','Saturday','11/21/2026','8:00 PM','8254065','Jamey-Johnson-11-21-2026'],['Jamey Johnson','San Jose Civic','San Jose, CA','Wednesday','12/9/2026','8:00 PM','8057479','Jamey-Johnson-12-9-2026'],['Jamey Johnson','Hard Rock Live - Sacramento','Wheatland, CA','Thursday','12/10/2026','8:00 PM','8057480','Jamey-Johnson-12-10-2026'],['Jamey Johnson','Silver Legacy Casino','Reno, NV','Friday','12/11/2026','8:00 PM','8057481','Jamey-Johnson-12-11-2026'],['Jamey Johnson','The Showroom At the Golden Nugget','Las Vegas, NV','Saturday','12/12/2026','10:00 PM','8057482','Jamey-Johnson-12-12-2026'],['Jamey Johnson','Gila River Hotels & Casinos - Wild Horse Pass','Chandler, AZ','Sunday','12/13/2026','7:00 PM','8057483','Jamey-Johnson-12-13-2026']],'Jamey Johnson','http://www.ticketnetwork.com/en/search/?text=Jamey%20Johnson');