//
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-01A
TN_Widget.CreateTable([['Easton Corbin','Hard Rock Live - Hard Rock Hotel & Casino Tulsa','Catoosa, OK','Friday','10/3/2025','8:00 PM','7194928','Easton-Corbin-10-3-2025'],['Easton Corbin & Kate Watson','Waller County Fairgrounds','Hempstead, TX','Saturday','10/4/2025','TBD','7384207','Easton-Corbin---Kate-Watson-10-4-2025'],['Easton Corbin','LaMar Performance Cinema','Lamar, CO','Thursday','10/9/2025','6:00 PM','7376341','Easton-Corbin-10-9-2025'],['Easton Corbin','Grizzly Rose','Denver, CO','Friday','10/10/2025','8:00 PM','7062184','Easton-Corbin-10-10-2025'],['Easton Corbin','Phil Long Music Hall at Bourbon Brothers - CO','Colorado Springs, CO','Friday','10/17/2025','7:30 PM','7155166','Easton-Corbin-10-17-2025'],['Easton Corbin','Haute Spot','Cedar Park, TX','Thursday','11/6/2025','6:00 PM','7384177','Easton-Corbin-11-6-2025'],['Easton Corbin','Thirsty Horse Saloon','San Antonio, TX','Friday','11/7/2025','9:00 PM','7344137','Easton-Corbin-11-7-2025'],['Easton Corbin','Billy Bobs','Fort Worth, TX','Saturday','11/8/2025','10:00 PM','7292261','Easton-Corbin-11-8-2025'],['Fowl & Fame: Easton Corbin','The Lawn at the Christmas Warehouse','Des Arc, AR','Saturday','11/22/2025','6:30 PM','7384173','Fowl---Fame--Easton-Corbin-11-22-2025'],['Easton Corbin','Texas Club','Baton Rouge, LA','Saturday','1/24/2026','9:00 PM','7278555','Easton-Corbin-1-24-2026'],['Easton Corbin','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','2/7/2026','8:00 PM','7200293','Easton-Corbin-2-7-2026'],['Easton Corbin','Rogue Theatre - OR','Grants Pass, OR','Friday','2/20/2026','8:00 PM','7056538','Easton-Corbin-2-20-2026'],['Easton Corbin','Stage One at Harris Center for the Arts','Folsom, CA','Wednesday','2/25/2026','7:30 PM','7316146','Easton-Corbin-2-25-2026'],['Easton Corbin','The Coyote Store - Gail','Gail, TX','Friday','7/26/2075','8:00 PM','6939496','Easton-Corbin-7-26-2075']],'Easton Corbin','http://www.ticketnetwork.com/ticket/Easton-Corbin-events.aspx');