//
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-04A
TN_Widget.CreateTable([['El Dorado Musical Theatr: Roald Dahl's Willy Wonka','Stage One at Harris Center for the Arts','Folsom, CA','Saturday','7/12/2025','2:00 PM','7102843','El-Dorado-Musical-Theatr--Roald-Dahl-s-Willy-Wonka-7-12-2025'],['El Dorado Musical Theatr: Roald Dahl's Willy Wonka','Stage One at Harris Center for the Arts','Folsom, CA','Saturday','7/12/2025','7:00 PM','7102844','El-Dorado-Musical-Theatr--Roald-Dahl-s-Willy-Wonka-7-12-2025'],['El Dorado Musical Theatr: Roald Dahl's Willy Wonka','Stage One at Harris Center for the Arts','Folsom, CA','Sunday','7/13/2025','2:00 PM','7102845','El-Dorado-Musical-Theatr--Roald-Dahl-s-Willy-Wonka-7-13-2025'],['Jake Shimabukuro','Stage One at Harris Center for the Arts','Folsom, CA','Friday','7/18/2025','7:30 PM','7145638','Jake-Shimabukuro-7-18-2025'],['The Alley Cats Live In Concert','Stage One at Harris Center for the Arts','Folsom, CA','Saturday','7/19/2025','3:00 PM','7018855','The-Alley-Cats-Live-In-Concert-7-19-2025'],['The Alley Cats Live In Concert','Stage One at Harris Center for the Arts','Folsom, CA','Saturday','7/19/2025','7:30 PM','7018856','The-Alley-Cats-Live-In-Concert-7-19-2025'],['ABBA Concert Experience','Stage One at Harris Center for the Arts','Folsom, CA','Saturday','8/2/2025','3:00 PM','7018859','ABBA-Concert-Experience-8-2-2025'],['ABBA Concert Experience','Stage One at Harris Center for the Arts','Folsom, CA','Saturday','8/2/2025','7:30 PM','7018860','ABBA-Concert-Experience-8-2-2025'],['Ben Folds','Stage One at Harris Center for the Arts','Folsom, CA','Friday','8/8/2025','7:30 PM','7213227','Ben-Folds-8-8-2025'],['TedxFolsom 2025','Stage One at Harris Center for the Arts','Folsom, CA','Saturday','8/16/2025','10:00 AM','7170453','TedxFolsom-2025-8-16-2025'],['Hello Gorgeous - A Tribute To Barbra Streisand','Stage One at Harris Center for the Arts','Folsom, CA','Sunday','8/17/2025','3:00 PM','7018863','Hello-Gorgeous---A-Tribute-To-Barbra-Streisand-8-17-2025'],['Hello Gorgeous - A Tribute To Barbra Streisand','Stage One at Harris Center for the Arts','Folsom, CA','Sunday','8/17/2025','7:30 PM','7018862','Hello-Gorgeous---A-Tribute-To-Barbra-Streisand-8-17-2025'],['Rob Ely','Stage One at Harris Center for the Arts','Folsom, CA','Saturday','8/23/2025','7:30 PM','7018865','Rob-Ely-8-23-2025'],['Benise','Stage One at Harris Center for the Arts','Folsom, CA','Sunday','8/24/2025','3:00 PM','6927530','Benise-8-24-2025'],['Fleetwood Mask','Stage One at Harris Center for the Arts','Folsom, CA','Saturday','8/30/2025','7:30 PM','7057129','Fleetwood-Mask-8-30-2025'],['Piano Men: Generations - Tribute to Billy Joel & Elton John','Stage One at Harris Center for the Arts','Folsom, CA','Sunday','8/31/2025','2:00 PM','7040431','Piano-Men--Generations---Tribute-to-Billy-Joel---Elton-John-8-31-2025'],['Sara Evans','Stage One at Harris Center for the Arts','Folsom, CA','Sunday','10/19/2025','7:30 PM','7144264','Sara-Evans-10-19-2025'],['An Irish Christmas ','Stage One at Harris Center for the Arts','Folsom, CA','Monday','12/15/2025','7:30 PM','7209355','An-Irish-Christmas--12-15-2025'],['Anne Wilson','Stage One at Harris Center for the Arts','Folsom, CA','Friday','1/9/2026','7:00 PM','7175398','Anne-Wilson-1-9-2026']],'Three Stages','https://www.ticketnetwork.com/ticket/Three-Stages-events.aspx');