//
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-01A
TN_Widget.CreateTable([['Annabelle Dinda','Fox Theatre - Boulder','Boulder, CO','Monday','8/10/2026','8:30 PM','8042671','Annabelle-Dinda-8-10-2026'],['House Of Heavy','Fox Theatre - Boulder','Boulder, CO','Thursday','8/13/2026','9:00 PM','8118711','House-Of-Heavy-8-13-2026'],['Wax Monkey','Fox Theatre - Boulder','Boulder, CO','Thursday','8/20/2026','8:00 PM','7940306','Wax-Monkey-8-20-2026'],['Rehash','Fox Theatre - Boulder','Boulder, CO','Sunday','8/23/2026','8:00 PM','7931302','Rehash-8-23-2026'],['Congress The Band','Fox Theatre - Boulder','Boulder, CO','Friday','9/4/2026','8:00 PM','7923445','Congress-The-Band-9-4-2026'],['Black Flag','Fox Theatre - Boulder','Boulder, CO','Saturday','9/5/2026','8:00 PM','7935864','Black-Flag-9-5-2026'],['Psychedelic Porn Crumpets','Fox Theatre - Boulder','Boulder, CO','Wednesday','9/9/2026','8:00 PM','8026914','Psychedelic-Porn-Crumpets-9-9-2026'],['Young and Dead','Fox Theatre - Boulder','Boulder, CO','Friday','9/11/2026','8:00 PM','7940291','Young-and-Dead-9-11-2026'],['Schur','Fox Theatre - Boulder','Boulder, CO','Friday','9/18/2026','8:00 PM','8000946','Schur-9-18-2026'],['The Bends','Fox Theatre - Boulder','Boulder, CO','Wednesday','9/23/2026','8:00 PM','7881566','The-Bends-9-23-2026'],['Bombargo','Fox Theatre - Boulder','Boulder, CO','Thursday','9/24/2026','8:00 PM','8041612','Bombargo-9-24-2026'],['Scott Nice & David Starfire','Fox Theatre - Boulder','Boulder, CO','Friday','9/25/2026','9:00 PM','8153495','Scott-Nice---David-Starfire-9-25-2026'],['Holywatr','Fox Theatre - Boulder','Boulder, CO','Saturday','9/26/2026','8:00 PM','8056187','Holywatr-9-26-2026'],['Phillip Phillips','Fox Theatre - Boulder','Boulder, CO','Wednesday','9/30/2026','8:00 PM','8076633','Phillip-Phillips-9-30-2026'],['Hans Williams','Fox Theatre - Boulder','Boulder, CO','Thursday','10/8/2026','8:00 PM','7970308','Hans-Williams-10-8-2026'],['Glaive','Fox Theatre - Boulder','Boulder, CO','Friday','10/9/2026','8:00 PM','7955091','Glaive-10-9-2026'],['Geordie Greep','Fox Theatre - Boulder','Boulder, CO','Monday','10/12/2026','8:00 PM','8083313','Geordie-Greep-10-12-2026'],['King Buffalo & L.A. Witch','Fox Theatre - Boulder','Boulder, CO','Thursday','10/29/2026','8:00 PM','7980909','King-Buffalo---L-A--Witch-10-29-2026'],['George Clanton','Fox Theatre - Boulder','Boulder, CO','Saturday','10/31/2026','8:00 PM','8182603','George-Clanton-10-31-2026'],['Em Beihold','Fox Theatre - Boulder','Boulder, CO','Tuesday','11/3/2026','8:00 PM','8081834','Em-Beihold-11-3-2026'],['Katie Pruitt','Fox Theatre - Boulder','Boulder, CO','Sunday','11/8/2026','8:00 PM','8056603','Katie-Pruitt-11-8-2026'],['Foy Vance','Fox Theatre - Boulder','Boulder, CO','Friday','11/20/2026','7:00 PM','7748040','Foy-Vance-11-20-2026']],'Fox Theatre Boulder','http://www.ticketnetwork.com/ticket/Fox-Theatre-Boulder-events.aspx');