// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Moms Unhinged Standup Comedy Show','Buskirk-Chumley Theater','Bloomington, IN','Thursday','9/18/2025','7:00 PM','7313403','Moms-Unhinged-Standup-Comedy-Show-9-18-2025'],['Michael Palascak','Buskirk-Chumley Theater','Bloomington, IN','Friday','9/19/2025','7:00 PM','7243680','Michael-Palascak-9-19-2025'],['Girl Climber - Film','Buskirk-Chumley Theater','Bloomington, IN','Sunday','10/5/2025','7:00 PM','7393870','Girl-Climber---Film-10-5-2025'],['Fred Armisen's Comedy For Musicians But Everyone Is Welcome','Buskirk-Chumley Theater','Bloomington, IN','Thursday','10/9/2025','7:00 PM','7311472','Fred-Armisen-s-Comedy-For-Musicians-But-Everyone-Is-Welcome-10-9-2025'],['Fred Armisen's Comedy For Musicians But Everyone Is Welcome','Buskirk-Chumley Theater','Bloomington, IN','Thursday','10/9/2025','9:30 PM','7319927','Fred-Armisen-s-Comedy-For-Musicians-But-Everyone-Is-Welcome-10-9-2025'],['Steve Gonsalves','Buskirk-Chumley Theater','Bloomington, IN','Saturday','10/11/2025','7:00 PM','7072447','Steve-Gonsalves-10-11-2025'],['Halloween - Film','Buskirk-Chumley Theater','Bloomington, IN','Friday','10/17/2025','7:00 PM','7318707','Halloween---Film-10-17-2025'],['Bloomington Boogies','Buskirk-Chumley Theater','Bloomington, IN','Sunday','10/19/2025','5:30 PM','7394231','Bloomington-Boogies-10-19-2025'],['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'],['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']],'Buskirk Chumley Theater','http://www.ticketnetwork.com/ticket/Buskirk-Chumley-Theater-events.aspx');