//
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([['Dustin Lynch & Scotty McCreery','Knoxville Civic Coliseum','Knoxville, TN','Thursday','11/20/2025','7:00 PM','7119970','Dustin-Lynch---Scotty-McCreery-11-20-2025'],['Dustin Lynch & Scotty McCreery','The Corbin Arena - KY','Corbin, KY','Saturday','11/22/2025','7:00 PM','7119973','Dustin-Lynch---Scotty-McCreery-11-22-2025'],['The Low Dough Show: Scotty McCreery','Joe's Live','Rosemont, IL','Sunday','11/23/2025','7:00 PM','7411333','The-Low-Dough-Show--Scotty-McCreery-11-23-2025'],['Grand Ole Opry: 100th Anniversary Show - Trace Adkins, The Gatlin Brothers, Vince Gill & Scotty McCreery','Grand Ole Opry House','Nashville, TN','Friday','11/28/2025','10:00 PM','7505483','Grand-Ole-Opry--100th-Anniversary-Show---Trace-Adkins--The-Gatlin-Brothers--Vince-Gill---Scotty-McCreery-11-28-2025'],['Scotty McCreery','Choctaw Casino & Resort - Durant','Durant, OK','Saturday','11/29/2025','8:00 PM','7366902','Scotty-McCreery-11-29-2025'],['Dustin Lynch & Scotty McCreery','Liberty First Credit Union Arena','Omaha, NE','Thursday','12/4/2025','7:00 PM','7123687','Dustin-Lynch---Scotty-McCreery-12-4-2025'],['Dustin Lynch & Scotty McCreery','Scheels Arena','Fargo, ND','Friday','12/5/2025','7:00 PM','7119975','Dustin-Lynch---Scotty-McCreery-12-5-2025'],['Dustin Lynch & Scotty McCreery','AMSOIL Arena At DECC','Duluth, MN','Saturday','12/6/2025','7:00 PM','7119977','Dustin-Lynch---Scotty-McCreery-12-6-2025'],['Scotty McCreery','Pompano Beach Amphitheatre','Pompano Beach, FL','Friday','12/12/2025','8:00 PM','6823786','Scotty-McCreery-12-12-2025'],['Scotty McCreery','Sharon L. Morse Performing Arts Center','Lady Lake, FL','Saturday','12/13/2025','7:00 PM','7535297','Scotty-McCreery-12-13-2025'],['Opry Country Christmas Show: Mandy Barnett, The Gatlin Brothers, Scotty McCreery & Charlie McCoy','Grand Ole Opry House','Nashville, TN','Sunday','12/14/2025','7:00 PM','6762484','Opry-Country-Christmas-Show--Mandy-Barnett--The-Gatlin-Brothers--Scotty-McCreery---Charlie-McCoy-12-14-2025'],['Scotty McCreery','Pikes Peak Center','Colorado Springs, CO','Thursday','1/29/2026','7:30 PM','7479040','Scotty-McCreery-1-29-2026'],['Scotty McCreery','Stiefel Theatre For The Performing Arts','Salina, KS','Friday','1/30/2026','7:30 PM','7510212','Scotty-McCreery-1-30-2026'],['Scotty McCreery','Heartland Events Center','Grand Island, NE','Saturday','1/31/2026','7:30 PM','7425187','Scotty-McCreery-1-31-2026'],['Scotty McCreery','Blue Gate Performing Arts Center','Shipshewana, IN','Friday','2/13/2026','7:30 PM','7367299','Scotty-McCreery-2-13-2026'],['Boots In The Park: Jon Pardi & Scotty Mccreery','Kaiser Permanente Sports Village','Bakersfield, CA','Saturday','4/11/2026','TBD','7552294','Boots-In-The-Park--Jon-Pardi---Scotty-Mccreery-4-11-2026'],['Scotty McCreery','Morris Farm','Barco, NC','Saturday','5/23/2026','6:00 PM','7152582','Scotty-McCreery-5-23-2026'],['Country Stampede: Zach Top, Scotty McCreery & Diamond Rio - Friday','Azura Amphitheater','Bonner Springs, KS','Friday','6/26/2026','TBD','7271769','Country-Stampede--Zach-Top--Scotty-McCreery---Diamond-Rio---Friday-6-26-2026'],['Freedom Fest: LoCash, Scotty McCreery, Uncle Kracker & Tyler Farr - 2 Day Pass','Morrison County Fairgrounds','Little Falls, MN','Friday','7/17/2026','TBD','7562068','Freedom-Fest--LoCash--Scotty-McCreery--Uncle-Kracker---Tyler-Farr---2-Day-Pass-7-17-2026'],['County Line Country Fest: Scotty McCreery & Cooper Alan - Thursday','Country on the River Festival Grounds','Prairie Du Chien, WI','Thursday','7/30/2026','8:00 AM','7559815','County-Line-Country-Fest--Scotty-McCreery---Cooper-Alan---Thursday-7-30-2026']],'Scotty McCreery','http://www.ticketnetwork.com/en/search/?text=Scotty%20McCreery');