//
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([['Unsane','Club Congress At Hotel Congress','Tucson, AZ','Monday','9/14/2026','7:30 PM','7798961','Unsane-9-14-2026'],['Solya','Club Congress At Hotel Congress','Tucson, AZ','Tuesday','9/15/2026','7:00 PM','7668610','Solya-9-15-2026'],['House Of Heavy','Club Congress At Hotel Congress','Tucson, AZ','Saturday','9/19/2026','9:30 PM','8118713','House-Of-Heavy-9-19-2026'],['Chasing Abbey','Club Congress At Hotel Congress','Tucson, AZ','Friday','9/25/2026','7:00 PM','8171567','Chasing-Abbey-9-25-2026'],['Tokyo Tea Room','Club Congress At Hotel Congress','Tucson, AZ','Saturday','10/3/2026','7:00 PM','7984792','Tokyo-Tea-Room-10-3-2026'],['The Black Queen','Club Congress At Hotel Congress','Tucson, AZ','Thursday','10/8/2026','7:30 PM','8171569','The-Black-Queen-10-8-2026'],['Jay Buchanan','Club Congress At Hotel Congress','Tucson, AZ','Sunday','10/11/2026','7:00 PM','8198251','Jay-Buchanan-10-11-2026'],['Beauty School Dropout','Club Congress At Hotel Congress','Tucson, AZ','Monday','10/12/2026','7:30 PM','8198117','Beauty-School-Dropout-10-12-2026'],['Dev Lemons','Club Congress At Hotel Congress','Tucson, AZ','Saturday','10/17/2026','7:00 PM','8134433','Dev-Lemons-10-17-2026'],['Automatic','Club Congress At Hotel Congress','Tucson, AZ','Friday','10/23/2026','6:00 PM','8171577','Automatic-10-23-2026'],['T.3','Club Congress At Hotel Congress','Tucson, AZ','Sunday','10/25/2026','7:30 PM','8214829','T-3-10-25-2026'],['Surely Tempo','Club Congress At Hotel Congress','Tucson, AZ','Monday','10/26/2026','7:00 PM','8158324','Surely-Tempo-10-26-2026'],['City of the Sun','Club Congress At Hotel Congress','Tucson, AZ','Tuesday','10/27/2026','6:00 PM','8132400','City-of-the-Sun-10-27-2026'],['Acid Mothers Temple','Club Congress At Hotel Congress','Tucson, AZ','Friday','10/30/2026','8:00 PM','8109525','Acid-Mothers-Temple-10-30-2026'],['They Are Gutting a Body of Water','Club Congress At Hotel Congress','Tucson, AZ','Saturday','11/7/2026','7:00 PM','7981600','They-Are-Gutting-a-Body-of-Water-11-7-2026'],['Prince Daddy and The Hyena','Club Congress At Hotel Congress','Tucson, AZ','Sunday','11/8/2026','6:00 PM','8182112','Prince-Daddy-and-The-Hyena-11-8-2026'],['Dave Hause and The Mermaid','Club Congress At Hotel Congress','Tucson, AZ','Wednesday','11/11/2026','7:00 PM','8109534','Dave-Hause-and-The-Mermaid-11-11-2026'],['Forbidden','Club Congress At Hotel Congress','Tucson, AZ','Saturday','11/21/2026','6:00 PM','8156587','Forbidden-11-21-2026'],['Daisy Grenade','Club Congress At Hotel Congress','Tucson, AZ','Sunday','11/22/2026','7:00 PM','8150073','Daisy-Grenade-11-22-2026'],['Mini Trees','Club Congress At Hotel Congress','Tucson, AZ','Thursday','12/3/2026','7:30 PM','8245457','Mini-Trees-12-3-2026'],['Wishy','Club Congress At Hotel Congress','Tucson, AZ','Saturday','12/12/2026','6:00 PM','8218255','Wishy-12-12-2026']],'Club Congress','https://www.ticketnetwork.com/ticket/Club-Congress-events.aspx');