// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['LSD and the Search for God','Live in the Atrium at The Catalyst','Santa Cruz, CA','Thursday','1/15/2026','9:00 PM','7624196','LSD-and-the-Search-for-God-1-15-2026'],['Haunt Me','Live in the Atrium at The Catalyst','Santa Cruz, CA','Saturday','1/17/2026','8:00 PM','7534889','Haunt-Me-1-17-2026'],['Captured! By Robots!','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','1/23/2026','8:00 PM','7624197','Captured--By-Robots--1-23-2026'],['Dexter and The Moonrocks','Live in the Atrium at The Catalyst','Santa Cruz, CA','Saturday','1/31/2026','8:00 PM','7558241','Dexter-and-The-Moonrocks-1-31-2026'],['76th Street','Live in the Atrium at The Catalyst','Santa Cruz, CA','Thursday','2/12/2026','8:00 PM','7600218','76th-Street-2-12-2026'],['Makeout Reef & Israel's Arcade','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','2/13/2026','8:00 PM','7624199','Makeout-Reef---Israel-s-Arcade-2-13-2026'],['Blunts & Blondes','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','2/20/2026','9:00 PM','7624200','Blunts---Blondes-2-20-2026'],['Denm - Band','Live in the Atrium at The Catalyst','Santa Cruz, CA','Saturday','2/21/2026','8:00 PM','7573681','Denm---Band-2-21-2026'],['Jordana','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','3/6/2026','8:00 PM','7541124','Jordana-3-6-2026'],['Esther Rose','Live in the Atrium at The Catalyst','Santa Cruz, CA','Saturday','3/7/2026','8:00 PM','7624201','Esther-Rose-3-7-2026'],['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'],['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'],['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'],['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']],'The Catalyst Atrium','http://www.ticketnetwork.com/ticket/The-Catalyst-Atrium-events.aspx');