//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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-04A
TN_Widget.CreateTable([['Lee Brice','The Carson Center','Paducah, KY','Friday','2/14/2025','8:00 PM','6916762','Lee-Brice-2-14-2025'],['Terrance Simien & The Zydeco Experience','The Carson Center','Paducah, KY','Tuesday','2/25/2025','7:00 PM','6891402','Terrance-Simien---The-Zydeco-Experience-2-25-2025'],['Hadestown','The Carson Center','Paducah, KY','Thursday','3/6/2025','7:15 PM','6585511','Hadestown-3-6-2025'],['Rodney Carrington','The Carson Center','Paducah, KY','Saturday','3/8/2025','7:30 PM','6891401','Rodney-Carrington-3-8-2025'],['A Taste of Ireland','The Carson Center','Paducah, KY','Friday','3/14/2025','7:30 PM','6890816','A-Taste-of-Ireland-3-14-2025'],['Paw Patrol Live','The Carson Center','Paducah, KY','Tuesday','3/18/2025','6:00 PM','6871605','Paw-Patrol-Live-3-18-2025'],['Paw Patrol Live','The Carson Center','Paducah, KY','Wednesday','3/19/2025','6:00 PM','6871606','Paw-Patrol-Live-3-19-2025'],['State Ballet Theatre of Ukraine: The Sleeping Beauty','The Carson Center','Paducah, KY','Sunday','3/23/2025','2:00 PM','6870739','State-Ballet-Theatre-of-Ukraine--The-Sleeping-Beauty-3-23-2025'],['Don't Let the Pigeon Drive the Bus','The Carson Center','Paducah, KY','Wednesday','3/26/2025','6:00 PM','6866498','Don-t-Let-the-Pigeon-Drive-the-Bus-3-26-2025'],['Golden Girls: The Laughs Continue','The Carson Center','Paducah, KY','Friday','4/18/2025','7:00 PM','6882122','Golden-Girls--The-Laughs-Continue-4-18-2025'],['Sesame Street Live! Say Hello','The Carson Center','Paducah, KY','Friday','4/25/2025','6:00 PM','6916765','Sesame-Street-Live--Say-Hello-4-25-2025'],['Clue - A New Comedy','The Carson Center','Paducah, KY','Tuesday','4/29/2025','7:15 PM','6585508','Clue---A-New-Comedy-4-29-2025'],['Black Violin','The Carson Center','Paducah, KY','Friday','5/2/2025','6:00 PM','6820659','Black-Violin-5-2-2025'],['Dog Man - The Musical','The Carson Center','Paducah, KY','Tuesday','5/6/2025','6:00 PM','6863259','Dog-Man---The-Musical-5-6-2025']],'Four Rivers Center','https://www.ticketnetwork.com/ticket/Four-Rivers-Center-events.aspx');