//
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([['Young Frankenstein','Shoals Community Theatre','Florence, AL','Thursday','10/2/2025','7:30 PM','7105662','Young-Frankenstein-10-2-2025'],['Young Frankenstein','Shoals Community Theatre','Florence, AL','Friday','10/3/2025','7:30 PM','7105663','Young-Frankenstein-10-3-2025'],['Young Frankenstein','Shoals Community Theatre','Florence, AL','Saturday','10/4/2025','7:30 PM','7105664','Young-Frankenstein-10-4-2025'],['Young Frankenstein','Shoals Community Theatre','Florence, AL','Sunday','10/5/2025','2:00 PM','7105665','Young-Frankenstein-10-5-2025'],['Elf Jr. ','Shoals Community Theatre','Florence, AL','Thursday','11/20/2025','7:00 PM','7105666','Elf-Jr---11-20-2025'],['Elf Jr. ','Shoals Community Theatre','Florence, AL','Friday','11/21/2025','7:00 PM','7105667','Elf-Jr---11-21-2025'],['Elf Jr. ','Shoals Community Theatre','Florence, AL','Saturday','11/22/2025','7:00 PM','7105668','Elf-Jr---11-22-2025'],['Elf Jr. ','Shoals Community Theatre','Florence, AL','Sunday','11/23/2025','2:00 PM','7105669','Elf-Jr---11-23-2025'],['The Zodiac Players: The Diary of Anne Frank','Shoals Community Theatre','Florence, AL','Thursday','1/15/2026','7:30 PM','7270564','The-Zodiac-Players--The-Diary-of-Anne-Frank-1-15-2026'],['The Zodiac Players: The Diary of Anne Frank','Shoals Community Theatre','Florence, AL','Friday','1/16/2026','7:30 PM','7270565','The-Zodiac-Players--The-Diary-of-Anne-Frank-1-16-2026'],['The Zodiac Players: The Diary of Anne Frank','Shoals Community Theatre','Florence, AL','Saturday','1/17/2026','7:30 PM','7270566','The-Zodiac-Players--The-Diary-of-Anne-Frank-1-17-2026'],['The Zodiac Players: The Diary of Anne Frank','Shoals Community Theatre','Florence, AL','Sunday','1/18/2026','2:00 PM','7270567','The-Zodiac-Players--The-Diary-of-Anne-Frank-1-18-2026'],['The Jungle Book','Shoals Community Theatre','Florence, AL','Thursday','3/5/2026','7:00 PM','7270568','The-Jungle-Book-3-5-2026'],['The Jungle Book','Shoals Community Theatre','Florence, AL','Friday','3/6/2026','7:00 PM','7270569','The-Jungle-Book-3-6-2026'],['The Jungle Book','Shoals Community Theatre','Florence, AL','Saturday','3/7/2026','7:00 PM','7270570','The-Jungle-Book-3-7-2026'],['The Jungle Book','Shoals Community Theatre','Florence, AL','Sunday','3/8/2026','2:00 PM','7270571','The-Jungle-Book-3-8-2026'],['The Zodiac Players: The Prince of Egypt','Shoals Community Theatre','Florence, AL','Thursday','4/9/2026','7:30 PM','7270572','The-Zodiac-Players--The-Prince-of-Egypt-4-9-2026'],['The Zodiac Players: The Prince of Egypt','Shoals Community Theatre','Florence, AL','Friday','4/10/2026','7:30 PM','7270573','The-Zodiac-Players--The-Prince-of-Egypt-4-10-2026'],['The Zodiac Players: The Prince of Egypt','Shoals Community Theatre','Florence, AL','Saturday','4/11/2026','7:30 PM','7270574','The-Zodiac-Players--The-Prince-of-Egypt-4-11-2026'],['The Zodiac Players: The Prince of Egypt','Shoals Community Theatre','Florence, AL','Sunday','4/12/2026','2:00 PM','7270575','The-Zodiac-Players--The-Prince-of-Egypt-4-12-2026']],'Shoals Community Theatre','https://www.ticketnetwork.com/ticket/Shoals-Community-Theatre-events.aspx');