// 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([['Monaleo','Vogue Theatre - IN','Indianapolis, IN','Saturday','2/7/2026','8:00 PM','7510533','Monaleo-2-7-2026'],['Bo Johnson','Upstairs at Helium Comedy Club - Indianapolis','Indianapolis, IN','Saturday','2/7/2026','10:00 PM','7552099','Bo-Johnson-2-7-2026'],['Joe Turner's Come And Gone','OneAmerica Mainstage - Indiana Repertory Theater','Indianapolis, IN','Sunday','2/8/2026','2:00 PM','7572704','Joe-Turner-s-Come-And-Gone-2-8-2026'],['Joe Turner's Come And Gone','OneAmerica Mainstage - Indiana Repertory Theater','Indianapolis, IN','Tuesday','2/10/2026','6:30 PM','7571243','Joe-Turner-s-Come-And-Gone-2-10-2026'],['SosMula','The Hi-Fi','Indianapolis, IN','Tuesday','2/10/2026','8:00 PM','7261896','SosMula-2-10-2026'],['Open Mic','Helium Comedy Club - Indianapolis','Indianapolis, IN','Tuesday','2/10/2026','8:00 PM','7657982','Open-Mic-2-10-2026'],['IU Indianapolis Jaguars Women's Basketball vs. Oakland University Golden Grizzlies','The Jungle - IUPUI','Indianapolis, IN','Wednesday','2/11/2026','6:30 PM','7374360','IU-Indianapolis-Jaguars-Women-s-Basketball-vs--Oakland-University-Golden-Grizzlies-2-11-2026'],['AJ Wilkerson','Helium Comedy Club - Indianapolis','Indianapolis, IN','Wednesday','2/11/2026','7:30 PM','7647612','AJ-Wilkerson-2-11-2026'],['Butler Ballet: Midwinter Dances','Howard L. Schrott Center for the Arts','Indianapolis, IN','Wednesday','2/11/2026','7:30 PM','7422475','Butler-Ballet--Midwinter-Dances-2-11-2026'],['Butler Bulldogs vs. UConn Huskies','Hinkle Fieldhouse','Indianapolis, IN','Wednesday','2/11/2026','7:30 PM','7404972','Butler-Bulldogs-vs--UConn-Huskies-2-11-2026']],'Indianapolis In','https://www.ticketnetwork.com');