// 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-02A TN_Widget.CreateTable([['Cosmo Sheldrake','Holocene','Portland, OR','Sunday','7/20/2025','8:00 PM','6874080','Cosmo-Sheldrake-7-20-2025'],['Spirit of The Beehive','Holocene','Portland, OR','Monday','7/21/2025','8:00 PM','7099365','Spirit-of-The-Beehive-7-21-2025'],['Josh Conway','Holocene','Portland, OR','Wednesday','7/23/2025','11:00 PM','7254332','Josh-Conway-7-23-2025'],['BashfortheWorld','Holocene','Portland, OR','Tuesday','7/29/2025','8:00 PM','7120423','BashfortheWorld-7-29-2025'],['Emo Nite','Holocene','Portland, OR','Friday','8/1/2025','9:00 PM','7266727','Emo-Nite-8-1-2025'],['Ellise','Holocene','Portland, OR','Tuesday','8/19/2025','8:00 PM','7085048','Ellise-8-19-2025'],['Mind's Eye','Holocene','Portland, OR','Wednesday','9/17/2025','8:00 PM','7241450','Mind-s-Eye-9-17-2025'],['Daisy The Great','Holocene','Portland, OR','Sunday','9/21/2025','8:00 PM','7182824','Daisy-The-Great-9-21-2025'],['Anika','Holocene','Portland, OR','Monday','9/22/2025','9:00 PM','7073678','Anika-9-22-2025'],['Autechre','Holocene','Portland, OR','Tuesday','10/7/2025','8:00 PM','7011377','Autechre-10-7-2025'],['Marielle Kraft','Holocene','Portland, OR','Saturday','10/11/2025','6:00 PM','7241543','Marielle-Kraft-10-11-2025'],['Michael Minelli','Holocene','Portland, OR','Friday','10/17/2025','6:00 PM','7166968','Michael-Minelli-10-17-2025'],['Aidan Bissett','Holocene','Portland, OR','Saturday','10/18/2025','5:00 PM','7148828','Aidan-Bissett-10-18-2025'],['Noah Floersch','Holocene','Portland, OR','Sunday','10/19/2025','8:00 PM','7208928','Noah-Floersch-10-19-2025'],['Bo Staloch','Holocene','Portland, OR','Tuesday','10/21/2025','8:00 PM','7241600','Bo-Staloch-10-21-2025'],['VOILA','Holocene','Portland, OR','Wednesday','10/22/2025','8:00 PM','7235127','VOILA-10-22-2025'],['Ari Abdul','Holocene','Portland, OR','Thursday','10/23/2025','8:00 PM','7224140','Ari-Abdul-10-23-2025'],['Frost Children','Holocene','Portland, OR','Monday','10/27/2025','8:00 PM','7195087','Frost-Children-10-27-2025'],['Midwxst','Holocene','Portland, OR','Wednesday','10/29/2025','8:00 PM','7263519','Midwxst-10-29-2025'],['Felly','Holocene','Portland, OR','Tuesday','11/4/2025','8:00 PM','7107681','Felly-11-4-2025'],['Yaelokre','Holocene','Portland, OR','Friday','11/14/2025','6:00 PM','7181421','Yaelokre-11-14-2025'],['Anna Of The North','Holocene','Portland, OR','Saturday','11/29/2025','6:00 PM','7261660','Anna-Of-The-North-11-29-2025'],['Safe Mind','Holocene','Portland, OR','Wednesday','12/3/2025','9:00 PM','7184925','Safe-Mind-12-3-2025'],['Sydney Rose','Holocene','Portland, OR','Saturday','12/6/2025','6:00 PM','7233789','Sydney-Rose-12-6-2025'],['The Haunt - Show','Holocene','Portland, OR','Friday','12/19/2025','6:00 PM','7197002','The-Haunt---Show-12-19-2025'],['Midwxst','Holocene','Portland, OR','Sunday','11/12/2073','8:00 PM','5869775','Midwxst-11-12-2073']],'Holocene','http://www.ticketnetwork.com/ticket/Holocene-events.aspx');