// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['GWAR, Soulfly & King Parrot','Concord Music Hall','Chicago, IL','Thursday','4/2/2026','6:30 PM','7628144','GWAR--Soulfly---King-Parrot-4-2-2026'],['Dear Maryanne','Beat Kitchen','Chicago, IL','Thursday','4/2/2026','6:30 PM','7808872','Dear-Maryanne-4-2-2026'],['Leo Gonzalez ','Chicago Improv','Schaumburg, IL','Thursday','4/2/2026','7:00 PM','7709474','Leo-Gonzalez--4-2-2026'],['The Merry Wives of Windsor','Courtyard Theater at Chicago Shakespeare Theatre','Chicago, IL','Thursday','4/2/2026','7:00 PM','7762597','The-Merry-Wives-of-Windsor-4-2-2026'],['The Wonder Years','Riviera Theatre - IL','Chicago, IL','Thursday','4/2/2026','7:00 PM','7603352','The-Wonder-Years-4-2-2026'],['The Wiz','Nederlander Theatre at Ford Center for the Performing Arts','Chicago, IL','Thursday','4/2/2026','7:00 PM','7496758','The-Wiz-4-2-2026'],['Lil Rel Howery','The Comedy Bar - Chicago','Chicago, IL','Thursday','4/2/2026','7:00 PM','7835732','Lil-Rel-Howery-4-2-2026'],['The Official Biography','Upstairs Mainstage At The Den Theatre','Chicago, IL','Thursday','4/2/2026','7:30 PM','7686103','The-Official-Biography-4-2-2026'],['Ma Rainey's Black Bottom','Albert Ivar Goodman Theatre','Chicago, IL','Thursday','4/2/2026','7:30 PM','7676977','Ma-Rainey-s-Black-Bottom-4-2-2026'],['The Brief Wondrous Life of Oscar Wao','Owen Bruner Goodman Theatre','Chicago, IL','Thursday','4/2/2026','7:30 PM','7632671','The-Brief-Wondrous-Life-of-Oscar-Wao-4-2-2026']],'Chicago Il','https://www.ticketnetwork.com');