//
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-02A
TN_Widget.CreateTable([['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Sunday','5/11/2025','3:00 PM','7118504','Thurgood-5-11-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Tuesday','5/13/2025','2:00 PM','7118505','Thurgood-5-13-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Thursday','5/15/2025','2:00 PM','7118506','Thurgood-5-15-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Friday','5/16/2025','7:30 PM','7118507','Thurgood-5-16-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Saturday','5/17/2025','2:00 PM','7118508','Thurgood-5-17-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Sunday','5/18/2025','3:00 PM','7118509','Thurgood-5-18-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Tuesday','5/20/2025','2:00 PM','7118510','Thurgood-5-20-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Friday','5/23/2025','7:30 PM','7118512','Thurgood-5-23-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Saturday','5/24/2025','2:00 PM','7118513','Thurgood-5-24-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Saturday','5/24/2025','7:30 PM','7118514','Thurgood-5-24-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Sunday','5/25/2025','3:00 PM','7118530','Thurgood-5-25-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Wednesday','5/28/2025','2:00 PM','7118531','Thurgood-5-28-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Thursday','5/29/2025','2:00 PM','7118532','Thurgood-5-29-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Friday','5/30/2025','7:30 PM','7118533','Thurgood-5-30-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Saturday','5/31/2025','2:00 PM','7118534','Thurgood-5-31-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Saturday','5/31/2025','7:30 PM','7118535','Thurgood-5-31-2025'],['Thurgood','Smith Theatre At Barter Theatre','Abingdon, VA','Sunday','6/1/2025','3:00 PM','7118536','Thurgood-6-1-2025']],'Thurgood','https://www.ticketnetwork.com/ticket/Thurgood-events.aspx');