//
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([['Sam Grisman Project','Buskirk-Chumley Theater','Bloomington, IN','Sunday','5/3/2026','7:00 PM','7824023','Sam-Grisman-Project-5-3-2026'],['MotionArts Dance Academy: Spring Gala','Buskirk-Chumley Theater','Bloomington, IN','Saturday','5/9/2026','2:00 PM','7824439','MotionArts-Dance-Academy--Spring-Gala-5-9-2026'],['MotionArts Dance Academy: Spring Gala','Buskirk-Chumley Theater','Bloomington, IN','Saturday','5/9/2026','7:00 PM','7824441','MotionArts-Dance-Academy--Spring-Gala-5-9-2026'],['Mamma Mia - Film','Buskirk-Chumley Theater','Bloomington, IN','Friday','5/15/2026','7:00 PM','7885123','Mamma-Mia---Film-5-15-2026'],['Cosmic Songwriter Festival - Saturday','Buskirk-Chumley Theater','Bloomington, IN','Saturday','5/16/2026','7:00 PM','7824440','Cosmic-Songwriter-Festival---Saturday-5-16-2026'],['One Step Above Dance Studio - Kids Edition','Buskirk-Chumley Theater','Bloomington, IN','Saturday','5/23/2026','6:30 PM','7885124','One-Step-Above-Dance-Studio---Kids-Edition-5-23-2026'],['A Love Letter to Handsome John - Film','Buskirk-Chumley Theater','Bloomington, IN','Friday','5/29/2026','7:00 PM','7885125','A-Love-Letter-to-Handsome-John---Film-5-29-2026'],['Cody Ikerd and the Sidewinders','Buskirk-Chumley Theater','Bloomington, IN','Saturday','5/30/2026','7:00 PM','7823953','Cody-Ikerd-and-the-Sidewinders-5-30-2026'],['The Dance Center Spring Recital','Buskirk-Chumley Theater','Bloomington, IN','Tuesday','6/2/2026','7:00 PM','7824433','The-Dance-Center-Spring-Recital-6-2-2026'],['Linda Perry - Let It Die Here - Film','Buskirk-Chumley Theater','Bloomington, IN','Friday','6/5/2026','7:00 PM','7885126','Linda-Perry---Let-It-Die-Here---Film-6-5-2026'],['Zach Rushing','Buskirk-Chumley Theater','Bloomington, IN','Thursday','7/9/2026','7:00 PM','7667492','Zach-Rushing-7-9-2026'],['Tommy Emmanuel','Buskirk-Chumley Theater','Bloomington, IN','Thursday','8/20/2026','7:00 PM','7693390','Tommy-Emmanuel-8-20-2026'],['Matt Stone as ELVIS','Buskirk-Chumley Theater','Bloomington, IN','Friday','8/21/2026','7:00 PM','7885129','Matt-Stone-as-ELVIS-8-21-2026'],['Paula Poundstone','Buskirk-Chumley Theater','Bloomington, IN','Friday','10/9/2026','7:00 PM','7847612','Paula-Poundstone-10-9-2026'],['Nurse Blake','Buskirk-Chumley Theater','Bloomington, IN','Thursday','11/19/2026','7:00 PM','7878245','Nurse-Blake-11-19-2026']],'Buskirk Chumley Theater','http://www.ticketnetwork.com/ticket/Buskirk-Chumley-Theater-events.aspx');