//
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-03A
TN_Widget.CreateTable([['Waylon Wyatt','Fox Theatre - Boulder','Boulder, CO','Saturday','11/1/2025','8:00 PM','7153159','Waylon-Wyatt-11-1-2025'],['Sofia Isella','Fox Theatre - Boulder','Boulder, CO','Saturday','11/8/2025','8:00 PM','7229864','Sofia-Isella-11-8-2025'],['Dean Johnson','Fox Theatre - Boulder','Boulder, CO','Sunday','11/9/2025','8:00 PM','7226629','Dean-Johnson-11-9-2025'],['Brian Jonestown Massacre','Fox Theatre - Boulder','Boulder, CO','Tuesday','11/11/2025','8:00 PM','7037116','Brian-Jonestown-Massacre-11-11-2025'],['Emo Nite','Fox Theatre - Boulder','Boulder, CO','Thursday','11/13/2025','9:00 PM','7471060','Emo-Nite-11-13-2025'],['Felly','Fox Theatre - Boulder','Boulder, CO','Friday','11/14/2025','8:00 PM','7107721','Felly-11-14-2025'],['Ky Newman & ATLGrandma','Fox Theatre - Boulder','Boulder, CO','Saturday','11/15/2025','8:00 PM','7244483','Ky-Newman---ATLGrandma-11-15-2025'],['Willis','Fox Theatre - Boulder','Boulder, CO','Sunday','11/16/2025','8:00 PM','7239536','Willis-11-16-2025'],['Portugal. The Man','Fox Theatre - Boulder','Boulder, CO','Tuesday','11/18/2025','8:00 PM','7484582','Portugal--The-Man-11-18-2025'],['Briscoe','Fox Theatre - Boulder','Boulder, CO','Thursday','11/20/2025','8:00 PM','7264274','Briscoe-11-20-2025'],['Tisoki','Fox Theatre - Boulder','Boulder, CO','Saturday','11/29/2025','8:00 PM','7476692','Tisoki-11-29-2025'],['Ninajirachi','Fox Theatre - Boulder','Boulder, CO','Sunday','1/18/2026','8:00 PM','7417883','Ninajirachi-1-18-2026'],['Jammy Buffet - Tribute to Jimmy Buffet','Fox Theatre - Boulder','Boulder, CO','Friday','1/23/2026','8:00 PM','7504927','Jammy-Buffet---Tribute-to-Jimmy-Buffet-1-23-2026'],['Earlybirds Club','Fox Theatre - Boulder','Boulder, CO','Friday','1/30/2026','6:00 PM','7450779','Earlybirds-Club-1-30-2026'],['Jerro','Fox Theatre - Boulder','Boulder, CO','Friday','2/6/2026','8:00 PM','7503335','Jerro-2-6-2026'],['The Ocean Blue with Brian Tighe of The Hang Ups','Fox Theatre - Boulder','Boulder, CO','Saturday','2/7/2026','8:00 PM','7471096','The-Ocean-Blue-with-Brian-Tighe-of-The-Hang-Ups-2-7-2026'],['Say She She','Fox Theatre - Boulder','Boulder, CO','Monday','2/9/2026','8:00 PM','7477378','Say-She-She-2-9-2026'],['The Barr Brothers','Fox Theatre - Boulder','Boulder, CO','Friday','3/13/2026','8:00 PM','7504031','The-Barr-Brothers-3-13-2026'],['Last Dinosaurs','Fox Theatre - Boulder','Boulder, CO','Saturday','3/14/2026','8:00 PM','7509272','Last-Dinosaurs-3-14-2026'],['Jonah Kagen','Fox Theatre - Boulder','Boulder, CO','Saturday','3/21/2026','8:00 PM','7467509','Jonah-Kagen-3-21-2026'],['The Nude Party & Tobacco City','Fox Theatre - Boulder','Boulder, CO','Saturday','4/11/2026','8:00 PM','7504593','The-Nude-Party---Tobacco-City-4-11-2026'],['Pete Yorn','Fox Theatre - Boulder','Boulder, CO','Saturday','4/18/2026','8:00 PM','7459111','Pete-Yorn-4-18-2026'],['Saxsquatch','Fox Theatre - Boulder','Boulder, CO','Friday','5/1/2026','8:00 PM','7460574','Saxsquatch-5-1-2026']],'Fox Theatre Boulder','http://www.ticketnetwork.com/ticket/Fox-Theatre-Boulder-events.aspx');