//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://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[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ 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([['Out of Eden - Eagles Tribute Band','Victory Theatre - IN','Evansville, IN','Friday','9/26/2025','7:00 PM','7279186','Out-of-Eden---Eagles-Tribute-Band-9-26-2025'],['Danae Hays','Victory Theatre - IN','Evansville, IN','Saturday','9/27/2025','8:00 PM','7158625','Danae-Hays-9-27-2025'],['Deana Carter','Victory Theatre - IN','Evansville, IN','Thursday','10/9/2025','7:00 PM','7244956','Deana-Carter-10-9-2025'],['Napoleon Dynamite Live!','Victory Theatre - IN','Evansville, IN','Saturday','10/11/2025','7:30 PM','7192380','Napoleon-Dynamite-Live--10-11-2025'],['Don Jovi - Bon Jovi Tribute','Victory Theatre - IN','Evansville, IN','Saturday','10/18/2025','7:30 PM','7289389','Don-Jovi---Bon-Jovi-Tribute-10-18-2025'],['Eddie Griffin','Victory Theatre - IN','Evansville, IN','Friday','10/24/2025','7:00 PM','7281776','Eddie-Griffin-10-24-2025'],['Home Free','Victory Theatre - IN','Evansville, IN','Saturday','10/25/2025','7:30 PM','7233269','Home-Free-10-25-2025'],['Windborne Music Rock Symphony','Victory Theatre - IN','Evansville, IN','Sunday','10/26/2025','7:00 PM','7163943','Windborne-Music-Rock-Symphony-10-26-2025'],['The Fab Four - The Ultimate Tribute','Victory Theatre - IN','Evansville, IN','Wednesday','11/5/2025','7:30 PM','7094197','The-Fab-Four---The-Ultimate-Tribute-11-5-2025'],['Queensryche','Victory Theatre - IN','Evansville, IN','Sunday','11/9/2025','7:00 PM','7260147','Queensryche-11-9-2025'],['The Magic of Motown','Victory Theatre - IN','Evansville, IN','Friday','11/14/2025','7:30 PM','7339175','The-Magic-of-Motown-11-14-2025'],['Needtobreathe','Victory Theatre - IN','Evansville, IN','Tuesday','11/18/2025','7:30 PM','7148334','Needtobreathe-11-18-2025'],['Cirque Musica Holiday Wonderland','Victory Theatre - IN','Evansville, IN','Tuesday','11/25/2025','7:00 PM','7317046','Cirque-Musica-Holiday-Wonderland-11-25-2025'],['Brad Williams','Victory Theatre - IN','Evansville, IN','Wednesday','2/11/2026','7:00 PM','7122395','Brad-Williams-2-11-2026'],['The Purple Xperience','Victory Theatre - IN','Evansville, IN','Friday','3/6/2026','7:30 PM','7340487','The-Purple-Xperience-3-6-2026']],'Victory Theatre Evansville','http://www.ticketnetwork.com/ticket/Victory-Theatre-Evansville-events.aspx');