//
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([['Bad Bunny Dance Party','Live in the Atrium at The Catalyst','Santa Cruz, CA','Saturday','2/22/2025','9:00 PM','6983075','Bad-Bunny-Dance-Party-2-22-2025'],['Tyr','Live in the Atrium at The Catalyst','Santa Cruz, CA','Tuesday','2/25/2025','8:00 PM','6983070','Tyr-2-25-2025'],['Rich Amiri','Live in the Atrium at The Catalyst','Santa Cruz, CA','Thursday','2/27/2025','9:00 PM','6882249','Rich-Amiri-2-27-2025'],['Rich Kids on LSD','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','2/28/2025','9:00 PM','6983079','Rich-Kids-on-LSD-2-28-2025'],['Dustin Nickerson','Live in the Atrium at The Catalyst','Santa Cruz, CA','Saturday','3/1/2025','6:30 PM','6983072','Dustin-Nickerson-3-1-2025'],['Pigeon Pit','Live in the Atrium at The Catalyst','Santa Cruz, CA','Sunday','3/2/2025','8:00 PM','6983081','Pigeon-Pit-3-2-2025'],['Sydney Sprague','Live in the Atrium at The Catalyst','Santa Cruz, CA','Saturday','3/8/2025','8:00 PM','6983077','Sydney-Sprague-3-8-2025'],['Slow Joy','Live in the Atrium at The Catalyst','Santa Cruz, CA','Saturday','3/15/2025','6:00 PM','6983076','Slow-Joy-3-15-2025'],['The Jins','Live in the Atrium at The Catalyst','Santa Cruz, CA','Thursday','3/20/2025','8:00 PM','6983078','The-Jins-3-20-2025'],['Evening Elephants','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','3/21/2025','9:00 PM','6946627','Evening-Elephants-3-21-2025'],['Kitty Craft','Live in the Atrium at The Catalyst','Santa Cruz, CA','Monday','3/31/2025','8:00 PM','6983080','Kitty-Craft-3-31-2025'],['Magic Sword','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','4/4/2025','8:00 PM','6886887','Magic-Sword-4-4-2025'],['6arelyhuman','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','5/2/2025','8:00 PM','6987740','6arelyhuman-5-2-2025'],['Geordie Greep','Live in the Atrium at The Catalyst','Santa Cruz, CA','Monday','5/5/2025','8:00 PM','6739105','Geordie-Greep-5-5-2025'],['MIKE. (Michael Jordan Bonema)','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','5/9/2025','9:00 PM','6774574','MIKE---Michael-Jordan-Bonema--5-9-2025'],['Stephen Stanley','Live in the Atrium at The Catalyst','Santa Cruz, CA','Thursday','5/22/2025','7:00 PM','6970471','Stephen-Stanley-5-22-2025'],['Loving & Ora Cogan','Live in the Atrium at The Catalyst','Santa Cruz, CA','Wednesday','7/30/2025','8:00 PM','6987805','Loving---Ora-Cogan-7-30-2025']],'The Catalyst Atrium','https://www.ticketnetwork.com/ticket/The-Catalyst-Atrium-events.aspx');