//
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-04A
TN_Widget.CreateTable([['The Haunted Mansion','Buskirk-Chumley Theater','Bloomington, IN','Thursday','10/30/2025','7:00 PM','7318711','The-Haunted-Mansion-10-30-2025'],['Twitty & Lynn - A Salute to Conway And Loretta','Buskirk-Chumley Theater','Bloomington, IN','Sunday','11/2/2025','3:00 PM','7394230','Twitty---Lynn---A-Salute-to-Conway-And-Loretta-11-2-2025'],['Reverend Peyton's Big Damn Band','Buskirk-Chumley Theater','Bloomington, IN','Saturday','11/8/2025','7:00 PM','7394349','Reverend-Peyton-s-Big-Damn-Band-11-8-2025'],['UpDating','Buskirk-Chumley Theater','Bloomington, IN','Sunday','11/9/2025','7:00 PM','7394391','UpDating-11-9-2025'],['Joshua Redman','Buskirk-Chumley Theater','Bloomington, IN','Monday','11/10/2025','7:00 PM','7394390','Joshua-Redman-11-10-2025'],['Bob Schneider & Rhett Miller','Buskirk-Chumley Theater','Bloomington, IN','Friday','11/14/2025','7:00 PM','7394404','Bob-Schneider---Rhett-Miller-11-14-2025'],['Bloomington Symphony Orchestra: Between Friends','Buskirk-Chumley Theater','Bloomington, IN','Friday','11/28/2025','5:00 PM','7471036','Bloomington-Symphony-Orchestra--Between-Friends-11-28-2025'],['Bloomington Symphony Orchestra: Between Friends','Buskirk-Chumley Theater','Bloomington, IN','Friday','11/28/2025','8:00 PM','7471037','Bloomington-Symphony-Orchestra--Between-Friends-11-28-2025'],['BloominGrass','Buskirk-Chumley Theater','Bloomington, IN','Thursday','12/4/2025','6:30 PM','7461821','BloominGrass-12-4-2025'],['Jon McLaughlin and Friends: Home For The Holidays','Buskirk-Chumley Theater','Bloomington, IN','Saturday','12/13/2025','7:00 PM','7273155','Jon-McLaughlin-and-Friends--Home-For-The-Holidays-12-13-2025'],['International Ballet Stars: The Nutcracker','Buskirk-Chumley Theater','Bloomington, IN','Wednesday','12/17/2025','7:00 PM','7471042','International-Ballet-Stars--The-Nutcracker-12-17-2025'],['Bloomington Symphony Orchestra: Between Silence and Strauss','Buskirk-Chumley Theater','Bloomington, IN','Sunday','3/8/2026','5:00 PM','7471038','Bloomington-Symphony-Orchestra--Between-Silence-and-Strauss-3-8-2026'],['Stavros Halkias','Buskirk-Chumley Theater','Bloomington, IN','Thursday','4/9/2026','7:00 PM','7510096','Stavros-Halkias-4-9-2026']],'Buskirk Chumley Theater','http://www.ticketnetwork.com/ticket/Buskirk-Chumley-Theater-events.aspx');