//
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([['AJ Lee and Blue Summit','Cascade Theatre','Redding, CA','Saturday','11/1/2025','7:30 PM','7452406','AJ-Lee-and-Blue-Summit-11-1-2025'],['International Fly Fishing Film Festival','Cascade Theatre','Redding, CA','Friday','11/7/2025','7:00 PM','7474713','International-Fly-Fishing-Film-Festival-11-7-2025'],['Judy Collins & Tom Rush','Cascade Theatre','Redding, CA','Sunday','11/9/2025','7:30 PM','7451825','Judy-Collins---Tom-Rush-11-9-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'],['A Celtic Christmas','Cascade Theatre','Redding, CA','Tuesday','12/16/2025','7:30 PM','7452601','A-Celtic-Christmas-12-16-2025'],['Mark O'Connor's An Appalachian Christmas','Cascade Theatre','Redding, CA','Sunday','12/21/2025','7:30 PM','7452692','Mark-O-Connor-s-An-Appalachian-Christmas-12-21-2025'],['The Peking Acrobats','Cascade Theatre','Redding, CA','Thursday','1/22/2026','7:30 PM','7452602','The-Peking-Acrobats-1-22-2026'],['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'],['World Ballet Company: Cinderella','Cascade Theatre','Redding, CA','Tuesday','2/17/2026','7:00 PM','7453298','World-Ballet-Company--Cinderella-2-17-2026'],['Suzanne Vega','Cascade Theatre','Redding, CA','Wednesday','2/18/2026','7:30 PM','7416340','Suzanne-Vega-2-18-2026'],['Electric Elton - A Tribute to Elton John','Cascade Theatre','Redding, CA','Saturday','2/28/2026','7:30 PM','7450653','Electric-Elton---A-Tribute-to-Elton-John-2-28-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');