// 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([['The Sloppy Boys','Beat Kitchen','Chicago, IL','Saturday','11/8/2025','6:00 PM','7381148','The-Sloppy-Boys-11-8-2025'],['The Sloppy Boys','Beat Kitchen','Chicago, IL','Saturday','11/8/2025','9:30 PM','7526379','The-Sloppy-Boys-11-8-2025'],['Andrew Cushin','Beat Kitchen','Chicago, IL','Sunday','11/9/2025','8:00 PM','7062466','Andrew-Cushin-11-9-2025'],['Mikayla Geier','Beat Kitchen','Chicago, IL','Monday','11/10/2025','8:00 PM','7365132','Mikayla-Geier-11-10-2025'],['Chicago Underground Comedy','Beat Kitchen','Chicago, IL','Tuesday','11/11/2025','8:00 PM','7535092','Chicago-Underground-Comedy-11-11-2025'],['The Toxhards','Beat Kitchen','Chicago, IL','Wednesday','11/12/2025','8:00 PM','7283987','The-Toxhards-11-12-2025'],['Welshly Arms','Beat Kitchen','Chicago, IL','Thursday','11/13/2025','8:00 PM','7381123','Welshly-Arms-11-13-2025'],['A Story Told','Beat Kitchen','Chicago, IL','Sunday','11/16/2025','8:00 PM','7381134','A-Story-Told-11-16-2025'],['NXCRE and The Villians','Beat Kitchen','Chicago, IL','Monday','11/17/2025','7:30 PM','7339666','NXCRE-and-The-Villians-11-17-2025'],['Wyatt Waddell','Beat Kitchen','Chicago, IL','Tuesday','11/18/2025','8:00 PM','7413145','Wyatt-Waddell-11-18-2025'],['Splitjaw','Beat Kitchen','Chicago, IL','Friday','11/21/2025','7:00 PM','7413141','Splitjaw-11-21-2025'],['Bird and Byron','Beat Kitchen','Chicago, IL','Sunday','11/23/2025','7:00 PM','7314072','Bird-and-Byron-11-23-2025'],['Chicago Underground Comedy','Beat Kitchen','Chicago, IL','Tuesday','11/25/2025','8:00 PM','7535097','Chicago-Underground-Comedy-11-25-2025'],['Android Paranoid - Tribute to Radiohead','Beat Kitchen','Chicago, IL','Wednesday','11/26/2025','8:00 PM','7535099','Android-Paranoid---Tribute-to-Radiohead-11-26-2025'],['Direct Hit!','Beat Kitchen','Chicago, IL','Saturday','11/29/2025','8:00 PM','7535100','Direct-Hit--11-29-2025'],['Rhea Raj','Beat Kitchen','Chicago, IL','Tuesday','12/2/2025','7:00 PM','7477171','Rhea-Raj-12-2-2025'],['Motherfolk','Beat Kitchen','Chicago, IL','Thursday','12/4/2025','8:00 PM','7154822','Motherfolk-12-4-2025'],['Delaney Bailey','Beat Kitchen','Chicago, IL','Friday','12/5/2025','8:00 PM','7409532','Delaney-Bailey-12-5-2025'],['Bent Birds Xmas Jamboree','Beat Kitchen','Chicago, IL','Saturday','12/6/2025','5:00 PM','7435580','Bent-Birds-Xmas-Jamboree-12-6-2025'],['Ariana and the Rose','Beat Kitchen','Chicago, IL','Monday','12/8/2025','8:00 PM','7413119','Ariana-and-the-Rose-12-8-2025'],['Young Culture','Beat Kitchen','Chicago, IL','Friday','12/12/2025','8:00 PM','7381344','Young-Culture-12-12-2025'],['Earlybirds Club','Beat Kitchen','Chicago, IL','Saturday','12/13/2025','6:00 PM','7241758','Earlybirds-Club-12-13-2025'],['Swearwords','Beat Kitchen','Chicago, IL','Thursday','12/18/2025','8:00 PM','7546606','Swearwords-12-18-2025']],'Beat Kitchen','http://www.ticketnetwork.com/ticket/Beat-Kitchen-events.aspx');