// 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-03A TN_Widget.CreateTable([['Rodney Crowell','Englert Theatre','Iowa City, IA','Wednesday','11/19/2025','7:30 PM','7247756','Rodney-Crowell-11-19-2025'],['The Nutcracker','Englert Theatre','Iowa City, IA','Thursday','12/4/2025','9:45 AM','7456761','The-Nutcracker-12-4-2025'],['The Nutcracker','Englert Theatre','Iowa City, IA','Thursday','12/4/2025','7:30 PM','7452786','The-Nutcracker-12-4-2025'],['The Nutcracker','Englert Theatre','Iowa City, IA','Friday','12/5/2025','7:30 PM','7452787','The-Nutcracker-12-5-2025'],['The Nutcracker','Englert Theatre','Iowa City, IA','Saturday','12/6/2025','1:00 PM','7452788','The-Nutcracker-12-6-2025'],['The Nutcracker','Englert Theatre','Iowa City, IA','Saturday','12/6/2025','7:30 PM','7452789','The-Nutcracker-12-6-2025'],['The Nutcracker','Englert Theatre','Iowa City, IA','Sunday','12/7/2025','1:00 PM','7452790','The-Nutcracker-12-7-2025'],['The Nutcracker','Englert Theatre','Iowa City, IA','Sunday','12/7/2025','6:30 PM','7452791','The-Nutcracker-12-7-2025'],['Asleep At The Wheel','Englert Theatre','Iowa City, IA','Wednesday','12/10/2025','7:30 PM','7529372','Asleep-At-The-Wheel-12-10-2025'],['Winterland','Englert Theatre','Iowa City, IA','Friday','12/12/2025','7:30 PM','7400991','Winterland-12-12-2025'],['Euforquestra','Englert Theatre','Iowa City, IA','Friday','12/19/2025','7:30 PM','7369998','Euforquestra-12-19-2025'],['Chris Thile','Englert Theatre','Iowa City, IA','Friday','1/16/2026','7:30 PM','7247755','Chris-Thile-1-16-2026'],['Rebirth Brass Band','Englert Theatre','Iowa City, IA','Sunday','1/18/2026','7:30 PM','7414805','Rebirth-Brass-Band-1-18-2026'],['Joseph - The Band','Englert Theatre','Iowa City, IA','Thursday','1/22/2026','8:00 PM','7543861','Joseph---The-Band-1-22-2026'],['Big Head Todd and The Monsters','Englert Theatre','Iowa City, IA','Sunday','1/25/2026','7:30 PM','7356171','Big-Head-Todd-and-The-Monsters-1-25-2026'],['Vitamin String Quartet','Englert Theatre','Iowa City, IA','Friday','1/30/2026','7:30 PM','7393695','Vitamin-String-Quartet-1-30-2026'],['Tom Arnold','Englert Theatre','Iowa City, IA','Friday','2/6/2026','7:30 PM','7421366','Tom-Arnold-2-6-2026'],['Sierra Hull & The Milk Carton Kids','Englert Theatre','Iowa City, IA','Thursday','2/12/2026','6:30 PM','7546553','Sierra-Hull---The-Milk-Carton-Kids-2-12-2026'],['The Second City','Englert Theatre','Iowa City, IA','Friday','2/13/2026','7:30 PM','7535404','The-Second-City-2-13-2026'],['The Second City','Englert Theatre','Iowa City, IA','Saturday','2/14/2026','7:30 PM','7535405','The-Second-City-2-14-2026'],['The Moth','Englert Theatre','Iowa City, IA','Thursday','2/26/2026','7:30 PM','7411223','The-Moth-2-26-2026'],['The Lone Bellow','Englert Theatre','Iowa City, IA','Sunday','3/1/2026','7:30 PM','7510069','The-Lone-Bellow-3-1-2026'],['Dar Williams','Englert Theatre','Iowa City, IA','Thursday','3/5/2026','7:30 PM','7411224','Dar-Williams-3-5-2026'],['Billy Gardell','Englert Theatre','Iowa City, IA','Saturday','3/14/2026','7:00 PM','7535391','Billy-Gardell-3-14-2026'],['Henry Cho','Englert Theatre','Iowa City, IA','Friday','4/10/2026','8:00 PM','7414689','Henry-Cho-4-10-2026'],['Little Feat','Englert Theatre','Iowa City, IA','Friday','5/8/2026','7:30 PM','7560071','Little-Feat-5-8-2026']],'Englert Civic Theatre','http://www.ticketnetwork.com/ticket/Englert-Civic-Theatre-events.aspx');