//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.CreateTable([['Tennessee Whiskey - Tribute to Chris Stapleton','Medina Entertainment Center','Hamel, MN','Saturday','10/4/2025','8:00 PM','7124111','Tennessee-Whiskey---Tribute-to-Chris-Stapleton-10-4-2025'],['Chris Stapleton','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Fort Lauderdale, FL','Friday','10/10/2025','7:00 PM','6919632','Chris-Stapleton-10-10-2025'],['The Ultimate Eric Church Tribute & Tennessee Whiskey - Tribute to Chris Stapleton','La Porte Civic Auditorium','La Porte, IN','Friday','10/10/2025','7:00 PM','7277924','The-Ultimate-Eric-Church-Tribute---Tennessee-Whiskey---Tribute-to-Chris-Stapleton-10-10-2025'],['Tennessee Whiskey - Tribute to Chris Stapleton','The Machine Shop Concert Lounge','Flint, MI','Saturday','10/11/2025','7:00 PM','7165005','Tennessee-Whiskey---Tribute-to-Chris-Stapleton-10-11-2025'],['Chris Stapleton','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Fort Lauderdale, FL','Saturday','10/11/2025','7:30 PM','6938614','Chris-Stapleton-10-11-2025'],['Boots On The Bayou: Cody Johnson & Chris Stapleton - 2 Day Pass','Lamar Dixon Expo Center','Gonzales, LA','Friday','10/31/2025','TBD','7358873','Boots-On-The-Bayou--Cody-Johnson---Chris-Stapleton---2-Day-Pass-10-31-2025'],['Tennessee Whiskey - Tribute to Chris Stapleton','District 142','Wyandotte, MI','Saturday','11/15/2025','7:00 PM','7141410','Tennessee-Whiskey---Tribute-to-Chris-Stapleton-11-15-2025'],['Tennessee Whiskey - Tribute to Chris Stapleton','Bloomington Center For The Performing Arts','Bloomington, IL','Friday','1/23/2026','7:00 PM','7366880','Tennessee-Whiskey---Tribute-to-Chris-Stapleton-1-23-2026'],['Tennessee Whiskey - Tributes to Chris Stapleton and Eric Church','Joe's Live','Rosemont, IL','Friday','2/20/2026','8:00 PM','7335254','Tennessee-Whiskey---Tributes-to-Chris-Stapleton-and-Eric-Church-2-20-2026'],['Outlaw State of Mind - Chris Stapleton Tribute','Riviera Theatre - NY','North Tonawanda, NY','Friday','3/6/2026','7:30 PM','7301573','Outlaw-State-of-Mind---Chris-Stapleton-Tribute-3-6-2026'],['2026 Gulf Coast Jam: Post Malone, Chris Stapleton, Riley Green & Keith Urban - 4 Day Pass','Frank Brown Park','Panama City Beach, FL','Thursday','5/28/2026','TBD','7181094','2026-Gulf-Coast-Jam--Post-Malone--Chris-Stapleton--Riley-Green---Keith-Urban---4-Day-Pass-5-28-2026']],'Chris Stapleton','http://www.ticketnetwork.com/ticket/Chris-Stapleton-events.aspx');