//
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([['It's A Wonderful Life','Pueblo Memorial Hall','Pueblo, CO','Saturday','12/6/2025','1:30 PM','7250465','It-s-A-Wonderful-Life-12-6-2025'],['World Ballet Company: The Nutcracker','Pueblo Memorial Hall','Pueblo, CO','Sunday','12/7/2025','6:00 PM','7147460','World-Ballet-Company--The-Nutcracker-12-7-2025'],['The Music of Lion King','Pueblo Memorial Hall','Pueblo, CO','Friday','12/26/2025','3:00 PM','7389127','The-Music-of-Lion-King-12-26-2025'],['Kinky Boots','Pueblo Memorial Hall','Pueblo, CO','Thursday','1/8/2026','7:00 PM','7289391','Kinky-Boots-1-8-2026'],['Brad Williams','Pueblo Memorial Hall','Pueblo, CO','Sunday','1/18/2026','7:00 PM','7122391','Brad-Williams-1-18-2026'],['Mania - The ABBA Tribute','Pueblo Memorial Hall','Pueblo, CO','Saturday','2/14/2026','7:30 PM','7168794','Mania---The-ABBA-Tribute-2-14-2026'],['Felipe Esparza','Pueblo Memorial Hall','Pueblo, CO','Friday','3/13/2026','7:00 PM','7530512','Felipe-Esparza-3-13-2026'],['The Drifters','Pueblo Memorial Hall','Pueblo, CO','Saturday','3/21/2026','7:00 PM','7480400','The-Drifters-3-21-2026'],['International Ballet Stars: Swan Lake','Pueblo Memorial Hall','Pueblo, CO','Tuesday','4/14/2026','7:00 PM','7306953','International-Ballet-Stars--Swan-Lake-4-14-2026'],['I Love You, You're Perfect, Now Change','Pueblo Memorial Hall','Pueblo, CO','Friday','4/17/2026','7:30 PM','7605123','I-Love-You--You-re-Perfect--Now-Change-4-17-2026'],['Mrs. Doubtfire - The Musical','Pueblo Memorial Hall','Pueblo, CO','Monday','4/27/2026','7:30 PM','7289442','Mrs--Doubtfire---The-Musical-4-27-2026'],['Stayin' Alive - One Night of the Bee Gees','Pueblo Memorial Hall','Pueblo, CO','Saturday','5/2/2026','7:30 PM','7414711','Stayin--Alive---One-Night-of-the-Bee-Gees-5-2-2026'],['King of Diamonds - Tribute to Neil Diamond','Pueblo Memorial Hall','Pueblo, CO','Saturday','8/8/2026','7:30 PM','7555070','King-of-Diamonds---Tribute-to-Neil-Diamond-8-8-2026']],'Pueblo Memorial Hall','https://www.ticketnetwork.com/ticket/Pueblo-Memorial-Hall-events.aspx');