//
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-02A
TN_Widget.CreateTable([['North State Symphony: Mendelssohn's Scottish Symphony','Cascade Theatre','Redding, CA','Saturday','9/20/2025','7:30 PM','7288208','North-State-Symphony--Mendelssohn-s-Scottish-Symphony-9-20-2025'],['Magic Men Australia','Cascade Theatre','Redding, CA','Thursday','10/2/2025','7:30 PM','7106465','Magic-Men-Australia-10-2-2025'],['Come Together: The Beatles Concert Experience','Cascade Theatre','Redding, CA','Friday','10/3/2025','7:30 PM','7049312','Come-Together--The-Beatles-Concert-Experience-10-3-2025'],['Queen Revisited - A Tribute to Queen','Cascade Theatre','Redding, CA','Saturday','10/11/2025','8:00 PM','7106466','Queen-Revisited---A-Tribute-to-Queen-10-11-2025'],['Molly Tuttle','Cascade Theatre','Redding, CA','Sunday','10/19/2025','7:30 PM','7196169','Molly-Tuttle-10-19-2025'],['North State Symphony: Frankenstein - Film With Live Soundtrack','Cascade Theatre','Redding, CA','Saturday','10/25/2025','7:30 PM','7288210','North-State-Symphony--Frankenstein---Film-With-Live-Soundtrack-10-25-2025'],['World Ballet Company: The Nutcracker','Cascade Theatre','Redding, CA','Tuesday','12/2/2025','7:00 PM','7252484','World-Ballet-Company--The-Nutcracker-12-2-2025'],['Redding City Ballet: The Nutcracker','Cascade Theatre','Redding, CA','Friday','12/12/2025','7:00 PM','7411436','Redding-City-Ballet--The-Nutcracker-12-12-2025'],['Redding City Ballet: The Nutcracker','Cascade Theatre','Redding, CA','Saturday','12/13/2025','2:00 PM','7411437','Redding-City-Ballet--The-Nutcracker-12-13-2025'],['Redding City Ballet: The Nutcracker','Cascade Theatre','Redding, CA','Saturday','12/13/2025','7:00 PM','7411438','Redding-City-Ballet--The-Nutcracker-12-13-2025'],['Redding City Ballet: The Nutcracker','Cascade Theatre','Redding, CA','Sunday','12/14/2025','2:00 PM','7411439','Redding-City-Ballet--The-Nutcracker-12-14-2025'],['North State Symphony: Masterworks 2 - Billy The Kid','Cascade Theatre','Redding, CA','Sunday','2/1/2026','2:00 PM','7288213','North-State-Symphony--Masterworks-2---Billy-The-Kid-2-1-2026'],['Mania - The ABBA Tribute','Cascade Theatre','Redding, CA','Friday','2/6/2026','7:30 PM','7176303','Mania---The-ABBA-Tribute-2-6-2026'],['Suzanne Vega','Cascade Theatre','Redding, CA','Wednesday','2/18/2026','7:30 PM','7416340','Suzanne-Vega-2-18-2026'],['North State Symphony','Cascade Theatre','Redding, CA','Saturday','3/28/2026','7:30 PM','7292474','North-State-Symphony-3-28-2026'],['Tommy Emmanuel','Cascade Theatre','Redding, CA','Tuesday','4/21/2026','7:30 PM','7160035','Tommy-Emmanuel-4-21-2026']],'Cascade Theater','http://www.ticketnetwork.com/ticket/Cascade-Theater-events.aspx');