// 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([['Big Ten Fan Fest - 2 Day Pass','Indiana Convention Center','Indianapolis, IN','Friday','12/5/2025','TBD','6861326','Big-Ten-Fan-Fest---2-Day-Pass-12-5-2025'],['Big Ten Fan Fest - Friday','Indiana Convention Center','Indianapolis, IN','Friday','12/5/2025','4:00 PM','6861327','Big-Ten-Fan-Fest---Friday-12-5-2025'],['Hamilton','Murat Theatre at Old National Centre','Indianapolis, IN','Friday','12/5/2025','7:00 PM','7037391','Hamilton-12-5-2025'],['A Christmas Carol','OneAmerica Mainstage - Indiana Repertory Theater','Indianapolis, IN','Friday','12/5/2025','7:00 PM','7421074','A-Christmas-Carol-12-5-2025'],['Maria Bamford','Helium Comedy Club - Indianapolis','Indianapolis, IN','Friday','12/5/2025','7:00 PM','7392341','Maria-Bamford-12-5-2025'],['Indianapolis Symphony Orchestra: Jack Everly - Yuletide Celebration','Hilbert Circle Theatre','Indianapolis, IN','Friday','12/5/2025','7:30 PM','7507728','Indianapolis-Symphony-Orchestra--Jack-Everly---Yuletide-Celebration-12-5-2025'],['Brandi Denise','Upstairs at Helium Comedy Club - Indianapolis','Indianapolis, IN','Friday','12/5/2025','7:30 PM','7392646','Brandi-Denise-12-5-2025'],['Natalie MacMaster & Donnell Leahy','Shelton Auditorium At Butler Arts Center','Indianapolis, IN','Friday','12/5/2025','8:00 PM','7156322','Natalie-MacMaster---Donnell-Leahy-12-5-2025'],['Butler Ballet: The Nutcracker','Clowes Memorial Hall','Indianapolis, IN','Friday','12/5/2025','8:00 PM','7421339','Butler-Ballet--The-Nutcracker-12-5-2025'],['Dirt Monkey x Smoakland','Vogue Theatre - IN','Indianapolis, IN','Friday','12/5/2025','9:00 PM','7153146','Dirt-Monkey-x-Smoakland-12-5-2025']],'Indianapolis In','https://www.ticketnetwork.com');