//
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([['Shreveport Symphony Orchestra: Elf In Concert','The Strand Theatre - LA','Shreveport, LA','Sunday','12/7/2025','3:00 PM','7225310','Shreveport-Symphony-Orchestra--Elf-In-Concert-12-7-2025'],['Theatre School of Dance: Our Christmas Carol','The Strand Theatre - LA','Shreveport, LA','Saturday','12/13/2025','5:00 PM','7556585','Theatre-School-of-Dance--Our-Christmas-Carol-12-13-2025'],['World Ballet Company: The Nutcracker','The Strand Theatre - LA','Shreveport, LA','Friday','12/19/2025','7:00 PM','7196607','World-Ballet-Company--The-Nutcracker-12-19-2025'],['The Choir of Man','The Strand Theatre - LA','Shreveport, LA','Friday','1/23/2026','7:30 PM','7225327','The-Choir-of-Man-1-23-2026'],['Toast - The Ultimate Bread Experience','The Strand Theatre - LA','Shreveport, LA','Friday','2/13/2026','7:00 PM','7556586','Toast---The-Ultimate-Bread-Experience-2-13-2026'],['Brad Williams','The Strand Theatre - LA','Shreveport, LA','Friday','2/20/2026','7:00 PM','7225374','Brad-Williams-2-20-2026'],['Hadestown','The Strand Theatre - LA','Shreveport, LA','Monday','2/23/2026','8:00 PM','7225338','Hadestown-2-23-2026'],['The Peking Acrobats','The Strand Theatre - LA','Shreveport, LA','Friday','3/6/2026','7:00 PM','7225349','The-Peking-Acrobats-3-6-2026'],['Gary Owen','The Strand Theatre - LA','Shreveport, LA','Friday','3/13/2026','8:00 PM','7571973','Gary-Owen-3-13-2026'],['Mark Paul ','The Strand Theatre - LA','Shreveport, LA','Friday','3/20/2026','7:00 PM','7499066','Mark-Paul--3-20-2026'],['Bored Teachers Comedy Tour','The Strand Theatre - LA','Shreveport, LA','Thursday','4/16/2026','7:30 PM','7571974','Bored-Teachers-Comedy-Tour-4-16-2026'],['Hotel California - The Original Eagles Tribute','The Strand Theatre - LA','Shreveport, LA','Monday','4/27/2026','7:30 PM','7556573','Hotel-California---The-Original-Eagles-Tribute-4-27-2026'],['Big Bad Voodoo Daddy','The Strand Theatre - LA','Shreveport, LA','Thursday','5/28/2026','7:00 PM','7283098','Big-Bad-Voodoo-Daddy-5-28-2026'],['The Music Man','The Strand Theatre - LA','Shreveport, LA','Sunday','6/28/2026','7:00 PM','7225358','The-Music-Man-6-28-2026']],'Strand Theatre Shreveport','https://www.ticketnetwork.com/ticket/Strand-Theatre-Shreveport-events.aspx');