// var TN_Widget = function() { return { //Options newWindow : true, linkText : "Tickets", tixUrl : "https://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[3] +"
"+"" + row[4] + "
"+"" + row[5] + ""+"" + row[0] +"" + row[1] +"
" + row[2] +""+""+ 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-03A TN_Widget.CreateTable([['Drift','Copernicus Center','Chicago, IL','Friday','12/12/2025','7:30 PM','7499045','Drift-12-12-2025'],['City Wide Symphony Holiday Concert','Copernicus Center','Chicago, IL','Saturday','12/13/2025','7:00 PM','7542904','City-Wide-Symphony-Holiday-Concert-12-13-2025'],['Tradiciones de Navidad','Copernicus Center','Chicago, IL','Wednesday','12/17/2025','1:00 PM','7550573','Tradiciones-de-Navidad-12-17-2025'],['Ballet Folklorico de Chicago: Tradiciones de Navidad','Copernicus Center','Chicago, IL','Saturday','12/20/2025','5:00 PM','7553485','Ballet-Folklorico-de-Chicago--Tradiciones-de-Navidad-12-20-2025'],['ENEJ','Copernicus Center','Chicago, IL','Sunday','1/11/2026','6:00 PM','7550574','ENEJ-1-11-2026'],['ONEW','Copernicus Center','Chicago, IL','Wednesday','1/14/2026','7:30 PM','7512323','ONEW-1-14-2026'],['Samay Raina','Copernicus Center','Chicago, IL','Friday','2/27/2026','7:30 PM','7572815','Samay-Raina-2-27-2026'],['Yolanda Del Rio','Copernicus Center','Chicago, IL','Saturday','2/28/2026','7:00 PM','7115713','Yolanda-Del-Rio-2-28-2026'],['Alldete','Copernicus Center','Chicago, IL','Sunday','3/1/2026','6:00 PM','7550575','Alldete-3-1-2026'],['Amanda Miguel','Copernicus Center','Chicago, IL','Saturday','3/28/2026','7:00 PM','7513890','Amanda-Miguel-3-28-2026'],['John Milton','Copernicus Center','Chicago, IL','Friday','10/26/2074','9:00 PM','6679730','John-Milton-10-26-2074'],['Esteriore Brothers','Copernicus Center','Chicago, IL','Friday','9/20/2075','8:00 PM','7079739','Esteriore-Brothers-9-20-2075']],'Copernicus Center','https://www.ticketnetwork.com/ticket/Copernicus-Center-events.aspx');