//
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([['The Cat In The Hat','Colonial Theatre - Keene','Keene, NH','Saturday','3/14/2026','2:00 PM','7218229','The-Cat-In-The-Hat-3-14-2026'],['Just Duet: Broadway Style','Colonial Theatre - Laconia','Laconia, NH','Saturday','3/21/2026','7:00 PM','7699511','Just-Duet--Broadway-Style-3-21-2026'],['The Peking Acrobats','Colonial Theatre - Keene','Keene, NH','Friday','4/3/2026','7:00 PM','7218231','The-Peking-Acrobats-4-3-2026'],['Menopause - The Musical 2','Colonial Theatre - Laconia','Laconia, NH','Saturday','4/18/2026','3:00 PM','7266410','Menopause---The-Musical-2-4-18-2026'],['Menopause - The Musical 2','Colonial Theatre - Laconia','Laconia, NH','Saturday','4/18/2026','7:00 PM','7266411','Menopause---The-Musical-2-4-18-2026'],['The Magician's Elephant','Colonial Theatre - Laconia','Laconia, NH','Friday','5/1/2026','7:30 PM','7745015','The-Magician-s-Elephant-5-1-2026'],['The Magician's Elephant','Colonial Theatre - Laconia','Laconia, NH','Saturday','5/2/2026','2:00 PM','7745016','The-Magician-s-Elephant-5-2-2026'],['SHARP Dance Company','Colonial Theatre - Keene','Keene, NH','Saturday','5/2/2026','7:30 PM','7501855','SHARP-Dance-Company-5-2-2026'],['The Magician's Elephant','Colonial Theatre - Laconia','Laconia, NH','Sunday','5/3/2026','2:00 PM','7745017','The-Magician-s-Elephant-5-3-2026'],['Shrek The Musical','Colonial Theatre - Laconia','Laconia, NH','Friday','8/7/2026','7:30 PM','7748377','Shrek-The-Musical-8-7-2026'],['Shrek The Musical','Colonial Theatre - Laconia','Laconia, NH','Saturday','8/8/2026','7:30 PM','7748406','Shrek-The-Musical-8-8-2026'],['Shrek The Musical','Colonial Theatre - Laconia','Laconia, NH','Sunday','8/9/2026','2:00 PM','7749074','Shrek-The-Musical-8-9-2026'],['Peter and the Starcatcher','Colonial Theatre - Laconia','Laconia, NH','Friday','10/9/2026','7:30 PM','7749073','Peter-and-the-Starcatcher-10-9-2026'],['Peter and the Starcatcher','Colonial Theatre - Laconia','Laconia, NH','Saturday','10/10/2026','7:30 PM','7749119','Peter-and-the-Starcatcher-10-10-2026'],['A Christmas Carol','Colonial Theatre - Laconia','Laconia, NH','Thursday','12/10/2026','7:30 PM','7749457','A-Christmas-Carol-12-10-2026'],['A Christmas Carol','Colonial Theatre - Laconia','Laconia, NH','Friday','12/11/2026','7:30 PM','7749681','A-Christmas-Carol-12-11-2026'],['A Christmas Carol','Colonial Theatre - Laconia','Laconia, NH','Saturday','12/12/2026','2:00 PM','7749683','A-Christmas-Carol-12-12-2026'],['A Christmas Carol','Colonial Theatre - Laconia','Laconia, NH','Sunday','12/13/2026','2:00 PM','7749837','A-Christmas-Carol-12-13-2026']],'Colonial Theater New Hampshire','https://www.ticketnetwork.com/ticket/Colonial-Theater-New-Hampshire-events.aspx');