//
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([['Aladdin','Shoals Community Theatre','Florence, AL','Sunday','5/25/2025','2:00 PM','7124517','Aladdin-5-25-2025'],['Matilda - The Musical','Shoals Community Theatre','Florence, AL','Thursday','7/17/2025','7:00 PM','7105595','Matilda---The-Musical-7-17-2025'],['Matilda - The Musical','Shoals Community Theatre','Florence, AL','Friday','7/18/2025','7:00 PM','7105596','Matilda---The-Musical-7-18-2025'],['Matilda - The Musical','Shoals Community Theatre','Florence, AL','Saturday','7/19/2025','7:00 PM','7105597','Matilda---The-Musical-7-19-2025'],['Matilda - The Musical','Shoals Community Theatre','Florence, AL','Sunday','7/20/2025','2:00 PM','7105598','Matilda---The-Musical-7-20-2025'],['Barefoot In The Park','Shoals Community Theatre','Florence, AL','Thursday','8/14/2025','7:30 PM','7105592','Barefoot-In-The-Park-8-14-2025'],['Barefoot In The Park','Shoals Community Theatre','Florence, AL','Friday','8/15/2025','7:30 PM','7105593','Barefoot-In-The-Park-8-15-2025'],['Barefoot In The Park','Shoals Community Theatre','Florence, AL','Saturday','8/16/2025','7:30 PM','7105594','Barefoot-In-The-Park-8-16-2025'],['Barefoot In The Park','Shoals Community Theatre','Florence, AL','Sunday','8/17/2025','2:00 PM','7105601','Barefoot-In-The-Park-8-17-2025'],['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']],'Shoals Community Theatre','https://www.ticketnetwork.com/ticket/Shoals-Community-Theatre-events.aspx');