//
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([['Lucy Bedroque','Holocene','Portland, OR','Sunday','4/19/2026','8:00 PM','7632978','Lucy-Bedroque-4-19-2026'],['Brigitte Calls Me Baby','Holocene','Portland, OR','Sunday','4/26/2026','8:00 PM','7677588','Brigitte-Calls-Me-Baby-4-26-2026'],['Cinco De Mayo Celebration','Holocene','Portland, OR','Tuesday','5/5/2026','8:00 PM','7883544','Cinco-De-Mayo-Celebration-5-5-2026'],['Ford.','Holocene','Portland, OR','Wednesday','5/6/2026','8:00 PM','7708991','Ford--5-6-2026'],['Pretty Gay Live! with Catherine McCafferty','Holocene','Portland, OR','Friday','5/8/2026','6:00 PM','7883563','Pretty-Gay-Live--with-Catherine-McCafferty-5-8-2026'],['Party Girl - A Night Of Party Girl Anthems','Holocene','Portland, OR','Friday','5/8/2026','9:00 PM','7883557','Party-Girl---A-Night-Of-Party-Girl-Anthems-5-8-2026'],['Zinadelphia','Holocene','Portland, OR','Saturday','5/9/2026','6:00 PM','7716756','Zinadelphia-5-9-2026'],['Machinedrum','Holocene','Portland, OR','Saturday','5/9/2026','9:00 PM','7883570','Machinedrum-5-9-2026'],['Ritt Momney','Holocene','Portland, OR','Wednesday','5/13/2026','TBD','7720336','Ritt-Momney-5-13-2026'],['Ritt Momney','Holocene','Portland, OR','Wednesday','5/13/2026','7:00 PM','7880025','Ritt-Momney-5-13-2026'],['Andy Stott','Holocene','Portland, OR','Thursday','5/14/2026','8:00 PM','7883551','Andy-Stott-5-14-2026'],['Sorry for Party Rocking','Holocene','Portland, OR','Friday','5/15/2026','9:00 PM','7883552','Sorry-for-Party-Rocking-5-15-2026'],['Junior Varsity','Holocene','Portland, OR','Sunday','5/17/2026','8:00 PM','7883545','Junior-Varsity-5-17-2026'],['The Hugs','Holocene','Portland, OR','Wednesday','5/20/2026','8:00 PM','7883549','The-Hugs-5-20-2026'],['VHOOR','Holocene','Portland, OR','Saturday','5/23/2026','10:00 PM','7883561','VHOOR-5-23-2026'],['Mietze Conte','Holocene','Portland, OR','Sunday','5/24/2026','9:00 PM','7880214','Mietze-Conte-5-24-2026'],['INJI','Holocene','Portland, OR','Tuesday','5/26/2026','8:00 PM','7566767','INJI-5-26-2026'],['Ray Bull','Holocene','Portland, OR','Wednesday','5/27/2026','8:00 PM','7732711','Ray-Bull-5-27-2026'],['Goth Prom','Holocene','Portland, OR','Thursday','5/28/2026','8:00 PM','7883550','Goth-Prom-5-28-2026'],['Daisy Grenade','Holocene','Portland, OR','Sunday','5/31/2026','8:00 PM','7693603','Daisy-Grenade-5-31-2026'],['Head Automatica','Holocene','Portland, OR','Tuesday','6/2/2026','8:00 PM','7868613','Head-Automatica-6-2-2026'],['Dorian Electra','Holocene','Portland, OR','Wednesday','6/10/2026','8:00 PM','7843752','Dorian-Electra-6-10-2026'],['Matthew Dear','Holocene','Portland, OR','Thursday','6/11/2026','9:00 PM','7883546','Matthew-Dear-6-11-2026'],['Girli','Holocene','Portland, OR','Wednesday','7/1/2026','8:00 PM','7745852','Girli-7-1-2026'],['Riff Wood','Holocene','Portland, OR','Tuesday','7/21/2026','8:00 PM','7843184','Riff-Wood-7-21-2026'],['Otha - Artist','Holocene','Portland, OR','Thursday','8/6/2026','9:00 PM','7831611','Otha---Artist-8-6-2026'],['Tyler Ballgame','Holocene','Portland, OR','Sunday','10/25/2026','8:00 PM','7862287','Tyler-Ballgame-10-25-2026'],['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');