//
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-03A
TN_Widget.CreateTable([['North State Symphony: Masterworks 3 - Shostakovich Fifth','Cascade Theatre','Redding, CA','Sunday','5/11/2025','2:00 PM','6806479','North-State-Symphony--Masterworks-3---Shostakovich-Fifth-5-11-2025'],['The Wallflowers','Cascade Theatre','Redding, CA','Tuesday','5/27/2025','7:30 PM','6935877','The-Wallflowers-5-27-2025'],['Queen Revisited - A Tribute to Queen','Cascade Theatre','Redding, CA','Friday','5/30/2025','8:00 PM','7106466','Queen-Revisited---A-Tribute-to-Queen-5-30-2025'],['Stephen Wilson Jr.','Cascade Theatre','Redding, CA','Tuesday','6/3/2025','7:30 PM','7046782','Stephen-Wilson-Jr--6-3-2025'],['California Dance Company: Circus of Dreams','Cascade Theatre','Redding, CA','Saturday','6/14/2025','10:00 AM','7138665','California-Dance-Company--Circus-of-Dreams-6-14-2025'],['California Dance Company: Circus of Dreams','Cascade Theatre','Redding, CA','Saturday','6/14/2025','4:00 PM','7138715','California-Dance-Company--Circus-of-Dreams-6-14-2025'],['California Dance Company: Circus of Dreams','Cascade Theatre','Redding, CA','Saturday','6/14/2025','7:00 PM','7138730','California-Dance-Company--Circus-of-Dreams-6-14-2025'],['The Wedding Singer','Cascade Theatre','Redding, CA','Friday','6/20/2025','7:00 PM','6935876','The-Wedding-Singer-6-20-2025'],['The Wedding Singer','Cascade Theatre','Redding, CA','Saturday','6/21/2025','2:00 PM','6935875','The-Wedding-Singer-6-21-2025'],['The Wedding Singer','Cascade Theatre','Redding, CA','Saturday','6/21/2025','7:00 PM','6935874','The-Wedding-Singer-6-21-2025'],['The Wedding Singer','Cascade Theatre','Redding, CA','Sunday','6/22/2025','2:00 PM','6935873','The-Wedding-Singer-6-22-2025'],['The Wedding Singer','Cascade Theatre','Redding, CA','Friday','6/27/2025','7:00 PM','6935912','The-Wedding-Singer-6-27-2025'],['The Wedding Singer','Cascade Theatre','Redding, CA','Saturday','6/28/2025','2:00 PM','6935913','The-Wedding-Singer-6-28-2025'],['The Wedding Singer','Cascade Theatre','Redding, CA','Saturday','6/28/2025','7:00 PM','6935915','The-Wedding-Singer-6-28-2025'],['The Wedding Singer','Cascade Theatre','Redding, CA','Sunday','6/29/2025','2:00 PM','6935916','The-Wedding-Singer-6-29-2025'],['You Should Be Dancing - A Tribute to the Bee Gees','Cascade Theatre','Redding, CA','Saturday','8/9/2025','7:30 PM','7121670','You-Should-Be-Dancing---A-Tribute-to-the-Bee-Gees-8-9-2025'],['The Trouble With Angels: Jane Lynch & Kate Flannery','Cascade Theatre','Redding, CA','Friday','9/5/2025','7:30 PM','7138729','The-Trouble-With-Angels--Jane-Lynch---Kate-Flannery-9-5-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']],'Cascade Theater','http://www.ticketnetwork.com/ticket/Cascade-Theater-events.aspx');