//
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 t = row[4].split("/");
t[0] = months[t[0]];
t[2] = ", " + t[2];
return "
" +
t[0] + " " + "" + t[1] + "" +
t[2] + " " +
row[3].substring(0,3) + " " +
row[5] + " | " +
row[0] + " " +
row[1] + " - " +
row[2] + " | " + this.btnText + "" +
" |
";
},
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 newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
var footerLink = "";
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else if(document.querySelector(".tnpl_results_container") != null) {
document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else
document.write("" + newTable.join('') + "" + footerLink + "
");
}
};
}();
//BPW-TNSERV-04A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['Scotty McCreery','First Financial Music Hall at the Griffin','El Dorado, AR','Thursday','6/25/2026','7:30 PM','7862407','Scotty-McCreery-6-25-2026'],['Country Stampede: Zach Top, Scotty McCreery & Diamond Rio - Friday','Azura Amphitheater','Bonner Springs, KS','Friday','6/26/2026','4:30 PM','7271769','Country-Stampede--Zach-Top--Scotty-McCreery---Diamond-Rio---Friday-6-26-2026'],['Scotty McCreery','Billy Bobs','Fort Worth, TX','Saturday','6/27/2026','10:00 PM','7758695','Scotty-McCreery-6-27-2026'],['Windy City Smokeout Festival: Hootie and The Blowfish, Scotty McCreery & Ghost Hounds - Thursday','Windy City Smokeout','Chicago, IL','Thursday','7/9/2026','2:00 PM','7522491','Windy-City-Smokeout-Festival--Hootie-and-The-Blowfish--Scotty-McCreery---Ghost-Hounds---Thursday-7-9-2026'],['Scotty McCreery','Marshall-Putnam County Fairgrounds','Henry, IL','Thursday','7/16/2026','7:00 PM','7600313','Scotty-McCreery-7-16-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'],['Scotty McCreery','Mattoon Peterson Park','Mattoon, IL','Friday','7/17/2026','7:30 PM','7903276','Scotty-McCreery-7-17-2026'],['Scotty McCreery','Lincoln County Fairgrounds - NE','North Platte, NE','Friday','7/24/2026','6:00 PM','7600332','Scotty-McCreery-7-24-2026'],['Scotty McCreery','Walker's Bluff Casino Resort','Carterville, IL','Sunday','7/26/2026','8:00 PM','7825197','Scotty-McCreery-7-26-2026'],['County Line Country Fest: Scotty McCreery, Brothers Osborne, & Warren Zeiders - 3 Day Pass','Country on the River Festival Grounds','Prairie Du Chien, WI','Thursday','7/30/2026','TBD','7559814','County-Line-Country-Fest--Scotty-McCreery--Brothers-Osborne----Warren-Zeiders---3-Day-Pass-7-30-2026']],'Scotty Mccreery','https://www.ticketnetwork.com');