//
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([['Metalachi','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','3/20/2026','8:00 PM','7624202','Metalachi-3-20-2026'],['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'],['JMSN','Live in the Atrium at The Catalyst','Santa Cruz, CA','Saturday','3/28/2026','8:00 PM','7677360','JMSN-3-28-2026'],['Vial - Band','Live in the Atrium at The Catalyst','Santa Cruz, CA','Sunday','3/29/2026','8:00 PM','7666543','Vial---Band-3-29-2026'],['The Thing','Live in the Atrium at The Catalyst','Santa Cruz, CA','Wednesday','4/1/2026','8:00 PM','7542009','The-Thing-4-1-2026'],['The Red Pears & Together Pangea','Live in the Atrium at The Catalyst','Santa Cruz, CA','Thursday','4/2/2026','8:00 PM','7684191','The-Red-Pears---Together-Pangea-4-2-2026'],['Elise Trouw','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','4/3/2026','8:00 PM','7559744','Elise-Trouw-4-3-2026'],['aurorawave','Live in the Atrium at The Catalyst','Santa Cruz, CA','Tuesday','4/14/2026','8:00 PM','7624203','aurorawave-4-14-2026'],['Grag Queen','Live in the Atrium at The Catalyst','Santa Cruz, CA','Tuesday','4/21/2026','9:00 PM','7624204','Grag-Queen-4-21-2026'],['Everyone Asked About You','Live in the Atrium at The Catalyst','Santa Cruz, CA','Thursday','4/30/2026','8:00 PM','7739548','Everyone-Asked-About-You-4-30-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'],['Arts Fishing Club','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','5/22/2026','8:00 PM','7541026','Arts-Fishing-Club-5-22-2026'],['PawPaw Rod','Live in the Atrium at The Catalyst','Santa Cruz, CA','Wednesday','9/9/2026','8:00 PM','7751811','PawPaw-Rod-9-9-2026']],'The Catalyst Atrium','http://www.ticketnetwork.com/ticket/The-Catalyst-Atrium-events.aspx');