//
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-01A
TN_Widget.CreateTable([['Clue Live Screening with Lesley Ann Warren','The Clayton Center - NC','Clayton, NC','Friday','2/7/2025','8:00 PM','6802038','Clue-Live-Screening-with-Lesley-Ann-Warren-2-7-2025'],['Romeo and Juliet - Theatrical Production','Haslam Family Flexible Theatre at Clayton Center For The Arts','Maryville, TN','Thursday','2/13/2025','8:00 PM','6934179','Romeo-and-Juliet---Theatrical-Production-2-13-2025'],['Romeo and Juliet - Theatrical Production','Haslam Family Flexible Theatre at Clayton Center For The Arts','Maryville, TN','Friday','2/14/2025','8:00 PM','6934180','Romeo-and-Juliet---Theatrical-Production-2-14-2025'],['Romeo and Juliet - Theatrical Production','Haslam Family Flexible Theatre at Clayton Center For The Arts','Maryville, TN','Saturday','2/15/2025','8:00 PM','6934181','Romeo-and-Juliet---Theatrical-Production-2-15-2025'],['Romeo and Juliet - Theatrical Production','Haslam Family Flexible Theatre at Clayton Center For The Arts','Maryville, TN','Sunday','2/16/2025','2:00 PM','6934182','Romeo-and-Juliet---Theatrical-Production-2-16-2025'],['Solstice: A Winter Circus Experience','Ronald and Lynda Nutt Theatre at Clayton Center For The Arts','Maryville, TN','Friday','2/21/2025','7:00 PM','6693301','Solstice--A-Winter-Circus-Experience-2-21-2025'],['The British Invaders','The Clayton Center - NC','Clayton, NC','Saturday','2/22/2025','8:00 PM','6933855','The-British-Invaders-2-22-2025'],['Gerald Clayton Quintet','SFJAZZ Center - Miner Auditorium','San Francisco, CA','Saturday','3/1/2025','7:30 PM','6565843','Gerald-Clayton-Quintet-3-1-2025'],['Clayton Bellamy - Legendary Life Of Tom Petty','Schermerhorn Symphony Center','Nashville, TN','Friday','3/7/2025','7:30 PM','6920605','Clayton-Bellamy---Legendary-Life-Of-Tom-Petty-3-7-2025'],['Clayton Stephenson','Kennedy Center Terrace Theater','Washington, DC','Saturday','3/15/2025','2:00 PM','6729561','Clayton-Stephenson-3-15-2025'],['Derina Harvey Band','The Clayton Center - NC','Clayton, NC','Saturday','3/15/2025','8:00 PM','6933856','Derina-Harvey-Band-3-15-2025'],['Jon Reep','The Clayton Center - NC','Clayton, NC','Saturday','4/5/2025','7:30 PM','6933857','Jon-Reep-4-5-2025'],['Sister Hazel','The Clayton Center - NC','Clayton, NC','Thursday','4/10/2025','8:00 PM','6933859','Sister-Hazel-4-10-2025'],['Eau Claire Jazz Festival Concert Series: John Clayton & Camille Thurman','RCU Theatre - Pablo Center at the Confluence','Eau Claire, WI','Friday','4/11/2025','7:30 PM','6924056','Eau-Claire-Jazz-Festival-Concert-Series--John-Clayton---Camille-Thurman-4-11-2025'],['Eau Claire Jazz Festival Concert Series: John Clayton & Camille Thurman','RCU Theatre - Pablo Center at the Confluence','Eau Claire, WI','Saturday','4/12/2025','7:30 PM','6924630','Eau-Claire-Jazz-Festival-Concert-Series--John-Clayton---Camille-Thurman-4-12-2025'],['Colorado Springs Philharmonic: Kalena Bovell & CLayton Stephenson - Gershwin & Price','Pikes Peak Center','Colorado Springs, CO','Saturday','4/12/2025','7:30 PM','6660527','Colorado-Springs-Philharmonic--Kalena-Bovell---CLayton-Stephenson---Gershwin---Price-4-12-2025'],['Colorado Springs Philharmonic: Kalena Bovell & CLayton Stephenson - Gershwin & Price','Pikes Peak Center','Colorado Springs, CO','Sunday','4/13/2025','2:30 PM','6660528','Colorado-Springs-Philharmonic--Kalena-Bovell---CLayton-Stephenson---Gershwin---Price-4-13-2025'],['The Beat Goes On - Cher Tribute Show','The Clayton Center - NC','Clayton, NC','Friday','5/2/2025','8:00 PM','6933860','The-Beat-Goes-On---Cher-Tribute-Show-5-2-2025']],'Clayton Center','https://www.ticketnetwork.com/ticket/Clayton-Center-events.aspx');