//
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([['Already Gone - A Tribute to The Eagles','Raising Cane's River Center Theatre','Baton Rouge, LA','Friday','3/13/2026','7:30 PM','7657582','Already-Gone---A-Tribute-to-The-Eagles-3-13-2026'],['C.S. Lewis' The Screwtape Letters','Raising Cane's River Center Theatre','Baton Rouge, LA','Saturday','3/14/2026','4:00 PM','7572021','C-S--Lewis--The-Screwtape-Letters-3-14-2026'],['The Thorn','Raising Cane's River Center Theatre','Baton Rouge, LA','Tuesday','3/17/2026','7:00 PM','7460136','The-Thorn-3-17-2026'],['The Thorn','Raising Cane's River Center Theatre','Baton Rouge, LA','Wednesday','3/18/2026','7:00 PM','7460137','The-Thorn-3-18-2026'],['Randy Travis & James Dupre','Raising Cane's River Center Theatre','Baton Rouge, LA','Friday','3/27/2026','7:30 PM','7617613','Randy-Travis---James-Dupre-3-27-2026'],['Black Jacket Symphony: Led Zeppelin IV','Raising Cane's River Center Theatre','Baton Rouge, LA','Friday','4/3/2026','7:30 PM','7673690','Black-Jacket-Symphony--Led-Zeppelin-IV-4-3-2026'],['Rapunzel','Raising Cane's River Center Theatre','Baton Rouge, LA','Friday','4/17/2026','7:00 PM','7302789','Rapunzel-4-17-2026'],['Rapunzel','Raising Cane's River Center Theatre','Baton Rouge, LA','Saturday','4/18/2026','2:00 PM','7302790','Rapunzel-4-18-2026'],['Mrs. Doubtfire - The Musical','Raising Cane's River Center Theatre','Baton Rouge, LA','Tuesday','4/21/2026','7:30 PM','7321045','Mrs--Doubtfire---The-Musical-4-21-2026'],['Bob Dylan','Raising Cane's River Center Theatre','Baton Rouge, LA','Monday','4/27/2026','8:00 PM','7612920','Bob-Dylan-4-27-2026'],['Desi Banks','Raising Cane's River Center Theatre','Baton Rouge, LA','Friday','5/29/2026','7:00 PM','7643456','Desi-Banks-5-29-2026'],['Riverdance 30 - The New Generation','Raising Cane's River Center Theatre','Baton Rouge, LA','Monday','6/22/2026','7:30 PM','7580594','Riverdance-30---The-New-Generation-6-22-2026'],['The Princess Concert','Raising Cane's River Center Theatre','Baton Rouge, LA','Sunday','6/28/2026','3:30 PM','7737622','The-Princess-Concert-6-28-2026'],['Brit Floyd','Raising Cane's River Center Theatre','Baton Rouge, LA','Sunday','7/19/2026','7:30 PM','7729607','Brit-Floyd-7-19-2026']],'Baton Rouge River Center Theater','https://www.ticketnetwork.com/ticket/Baton-Rouge-River-Center-Theater-events.aspx');