//
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-03A
TN_Widget.CreateTable([['The Addams Family','Crighton Theatre','Conroe, TX','Saturday','11/1/2025','7:30 PM','7501321','The-Addams-Family-11-1-2025'],['The Best Christmas Pageant Ever','Crighton Theatre','Conroe, TX','Friday','12/5/2025','7:30 PM','7501310','The-Best-Christmas-Pageant-Ever-12-5-2025'],['The Best Christmas Pageant Ever','Crighton Theatre','Conroe, TX','Saturday','12/6/2025','7:30 PM','7501311','The-Best-Christmas-Pageant-Ever-12-6-2025'],['The Best Christmas Pageant Ever','Crighton Theatre','Conroe, TX','Sunday','12/7/2025','2:00 PM','7501312','The-Best-Christmas-Pageant-Ever-12-7-2025'],['The Best Christmas Pageant Ever','Crighton Theatre','Conroe, TX','Friday','12/12/2025','7:30 PM','7501313','The-Best-Christmas-Pageant-Ever-12-12-2025'],['The Best Christmas Pageant Ever','Crighton Theatre','Conroe, TX','Saturday','12/13/2025','7:30 PM','7501314','The-Best-Christmas-Pageant-Ever-12-13-2025'],['The Best Christmas Pageant Ever','Crighton Theatre','Conroe, TX','Sunday','12/14/2025','2:00 PM','7501315','The-Best-Christmas-Pageant-Ever-12-14-2025'],['The Best Christmas Pageant Ever','Crighton Theatre','Conroe, TX','Friday','12/19/2025','7:30 PM','7501316','The-Best-Christmas-Pageant-Ever-12-19-2025'],['The Best Christmas Pageant Ever','Crighton Theatre','Conroe, TX','Saturday','12/20/2025','7:30 PM','7501317','The-Best-Christmas-Pageant-Ever-12-20-2025'],['The Best Christmas Pageant Ever','Crighton Theatre','Conroe, TX','Sunday','12/21/2025','2:00 PM','7501318','The-Best-Christmas-Pageant-Ever-12-21-2025'],['Of Mice and Men','Crighton Theatre','Conroe, TX','Friday','2/6/2026','7:30 PM','7501305','Of-Mice-and-Men-2-6-2026'],['Of Mice and Men','Crighton Theatre','Conroe, TX','Saturday','2/7/2026','7:30 PM','7501306','Of-Mice-and-Men-2-7-2026'],['Of Mice and Men','Crighton Theatre','Conroe, TX','Sunday','2/8/2026','2:00 PM','7501307','Of-Mice-and-Men-2-8-2026'],['Of Mice and Men','Crighton Theatre','Conroe, TX','Friday','2/13/2026','7:30 PM','7509254','Of-Mice-and-Men-2-13-2026'],['Of Mice and Men','Crighton Theatre','Conroe, TX','Saturday','2/14/2026','7:30 PM','7509255','Of-Mice-and-Men-2-14-2026']],'Crighton Theatre','https://www.ticketnetwork.com/ticket/Crighton-Theatre-events.aspx');