//
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-02B
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','Round Rock Amphitheater','Round Rock, TX','Thursday','6/5/2025','6:00 PM','7020858','Jamey-Johnson-6-5-2025'],['Jamey Johnson','Margaritaville Resort Casino','Bossier City, LA','Friday','6/6/2025','8:00 PM','7020747','Jamey-Johnson-6-6-2025'],['Jamey Johnson','Grand Event Center at Golden Nugget - Lake Charles','Lake Charles, LA','Saturday','6/7/2025','8:00 PM','7022311','Jamey-Johnson-6-7-2025'],['Jamey Johnson','Packard Music Hall','Warren, OH','Thursday','6/12/2025','8:00 PM','7020468','Jamey-Johnson-6-12-2025'],['Jamey Johnson','Aretha Franklin Amphitheatre','Detroit, MI','Friday','6/13/2025','8:00 PM','7050118','Jamey-Johnson-6-13-2025'],['Jamey Johnson','Isleta Casino & Resort - Showroom','Albuquerque, NM','Friday','6/20/2025','8:00 PM','7068587','Jamey-Johnson-6-20-2025'],['Jamey Johnson','Gila River Hotels & Casinos - Wild Horse Pass','Chandler, AZ','Saturday','6/21/2025','8:00 PM','7049017','Jamey-Johnson-6-21-2025'],['Jamey Johnson','Old Saloon','Emigrant, MT','Thursday','6/26/2025','7:00 PM','7046647','Jamey-Johnson-6-26-2025'],['Jamey Johnson','Old Saloon','Emigrant, MT','Friday','6/27/2025','6:00 PM','7025236','Jamey-Johnson-6-27-2025'],['Jamey Johnson','The Pantheon at Caesars Virginia','Danville, VA','Friday','7/11/2025','9:00 PM','7058339','Jamey-Johnson-7-11-2025'],['Jamey Johnson','J.D. Legends','Franklin, OH','Friday','7/25/2025','7:00 PM','7001836','Jamey-Johnson-7-25-2025'],['Jamey Johnson','J.D. Legends','Franklin, OH','Saturday','7/26/2025','7:00 PM','7001837','Jamey-Johnson-7-26-2025'],['Jamey Johnson','Hollywood Casino at Charles Town Races','Charles Town, WV','Saturday','8/9/2025','8:00 PM','7059360','Jamey-Johnson-8-9-2025'],['Jamey Johnson','Brushy Mountain State Penitentiary','Petros, TN','Saturday','8/16/2025','7:30 PM','7087110','Jamey-Johnson-8-16-2025'],['Jamey Johnson','Harrah's Cherokee Resort Event Center','Cherokee, NC','Friday','9/5/2025','9:00 PM','7084192','Jamey-Johnson-9-5-2025'],['Jamey Johnson','Harrah's Cherokee Resort Event Center','Cherokee, NC','Saturday','9/6/2025','7:30 PM','7084193','Jamey-Johnson-9-6-2025'],['Jamey Johnson','Oaklawn Event Center','Hot Springs National Park, AR','Thursday','9/11/2025','7:00 PM','7049731','Jamey-Johnson-9-11-2025'],['Jamey Johnson','John T. Floore Country Store','Helotes, TX','Saturday','9/13/2025','8:30 PM','7048278','Jamey-Johnson-9-13-2025'],['Jamey Johnson','Stir Cove At Harrahs','Council Bluffs, IA','Sunday','9/21/2025','8:00 PM','7084834','Jamey-Johnson-9-21-2025'],['Jamey Johnson','Choctaw Casino & Resort - Durant','Durant, OK','Friday','9/26/2025','8:00 PM','7020775','Jamey-Johnson-9-26-2025'],['Jamey Johnson','Billy Bobs','Fort Worth, TX','Saturday','9/27/2025','10:00 PM','7049050','Jamey-Johnson-9-27-2025'],['Jamey Johnson','Tropicana Showroom at Tropicana Casino - NJ','Atlantic City, NJ','Saturday','10/4/2025','8:00 PM','7045474','Jamey-Johnson-10-4-2025'],['Jamey Johnson','Event Center at Turning Stone Resort & Casino','Verona, NY','Sunday','10/5/2025','8:00 PM','7084886','Jamey-Johnson-10-5-2025'],['Jamey Johnson','Beau Rivage Theatre','Biloxi, MS','Friday','10/10/2025','8:00 PM','7049803','Jamey-Johnson-10-10-2025'],['Jamey Johnson & The Nashville Symphony','Schermerhorn Symphony Center','Nashville, TN','Friday','10/17/2025','7:30 PM','7057027','Jamey-Johnson---The-Nashville-Symphony-10-17-2025'],['Jamey Johnson & The Nashville Symphony','Schermerhorn Symphony Center','Nashville, TN','Saturday','10/18/2025','7:30 PM','7057028','Jamey-Johnson---The-Nashville-Symphony-10-18-2025']],'Jamey Johnson','http://www.ticketnetwork.com/en/search/?text=Jamey Johnson');