//
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-01A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['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'],['K92.3's Jingle Jam: Scotty McCreery, Lauren Alaina, Ashley Cooke & Kameron Marlowe','Apopka Amphitheater','Apopka, FL','Sunday','12/7/2025','5:00 PM','7565446','K92-3-s-Jingle-Jam--Scotty-McCreery--Lauren-Alaina--Ashley-Cooke---Kameron-Marlowe-12-7-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','https://www.ticketnetwork.com');