//
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-01A
TN_Widget.CreateTable([['Willis','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','11/7/2025','8:00 PM','7239528','Willis-11-7-2025'],['Justin Bieber Dance Party','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','11/14/2025','9:00 PM','7500246','Justin-Bieber-Dance-Party-11-14-2025'],['The Kilans','Live in the Atrium at The Catalyst','Santa Cruz, CA','Sunday','11/16/2025','8:00 PM','7500247','The-Kilans-11-16-2025'],['Glass Spells','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','11/28/2025','8:00 PM','7500248','Glass-Spells-11-28-2025'],['Chad & JT','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','12/5/2025','7:00 PM','7500249','Chad---JT-12-5-2025'],['Hobo Johnson and The Lovemakers','Live in the Atrium at The Catalyst','Santa Cruz, CA','Wednesday','12/10/2025','8:00 PM','7204505','Hobo-Johnson-and-The-Lovemakers-12-10-2025'],['Big Sad 1900','Live in the Atrium at The Catalyst','Santa Cruz, CA','Saturday','12/13/2025','9:00 PM','7500250','Big-Sad-1900-12-13-2025'],['Landon Conrath','Live in the Atrium at The Catalyst','Santa Cruz, CA','Saturday','3/21/2026','9:00 PM','7493114','Landon-Conrath-3-21-2026'],['Sports. - Band','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','5/8/2026','8:00 PM','7484393','Sports----Band-5-8-2026']],'The Catalyst Atrium','https://www.ticketnetwork.com/ticket/The-Catalyst-Atrium-events.aspx');