//
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-01A
TN_Widget.CreateTable([['Bob Schneider & Rhett Miller','Buskirk-Chumley Theater','Bloomington, IN','Friday','11/14/2025','7:00 PM','7394404','Bob-Schneider---Rhett-Miller-11-14-2025'],['Warren Miller's Sno-ciety','Buskirk-Chumley Theater','Bloomington, IN','Sunday','11/16/2025','7:00 PM','7471039','Warren-Miller-s-Sno-ciety-11-16-2025'],['The Hunger Games: Mockingjay Pt. 1 (2014)','Buskirk-Chumley Theater','Bloomington, IN','Tuesday','11/18/2025','7:00 PM','7530808','The-Hunger-Games--Mockingjay-Pt--1--2014--11-18-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'],['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');