// 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-04A TN_Widget.CreateTable([['GorillaT','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','3/14/2026','9:30 PM','7667081','GorillaT-3-14-2026'],['Moonchild','The Deluxe at Old National Centre','Indianapolis, IN','Sunday','3/15/2026','8:00 PM','7506211','Moonchild-3-15-2026'],['The Happy Fits','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','3/18/2026','7:00 PM','7629184','The-Happy-Fits-3-18-2026'],['Kentheman','The Deluxe at Old National Centre','Indianapolis, IN','Thursday','3/19/2026','8:00 PM','7634073','Kentheman-3-19-2026'],['Two Feet','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','3/25/2026','8:00 PM','7561836','Two-Feet-3-25-2026'],['Midnight 'Til Morning','The Deluxe at Old National Centre','Indianapolis, IN','Sunday','3/29/2026','8:00 PM','7613511','Midnight--Til-Morning-3-29-2026'],['Freddie Dredd','The Deluxe at Old National Centre','Indianapolis, IN','Tuesday','3/31/2026','8:00 PM','7733442','Freddie-Dredd-3-31-2026'],['I See Stars','The Deluxe at Old National Centre','Indianapolis, IN','Friday','4/3/2026','7:00 PM','7474538','I-See-Stars-4-3-2026'],['Anime Night','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','4/4/2026','7:00 PM','7711577','Anime-Night-4-4-2026'],['Indigo De Souza','The Deluxe at Old National Centre','Indianapolis, IN','Tuesday','4/7/2026','8:00 PM','7573108','Indigo-De-Souza-4-7-2026'],['Raq Baby','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','4/8/2026','8:00 PM','7715504','Raq-Baby-4-8-2026'],['Earlybirds Club','The Deluxe at Old National Centre','Indianapolis, IN','Friday','4/10/2026','6:00 PM','7757295','Earlybirds-Club-4-10-2026'],['Nettspend','The Deluxe at Old National Centre','Indianapolis, IN','Tuesday','4/21/2026','8:00 PM','7738239','Nettspend-4-21-2026'],['The Growlers','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','4/25/2026','8:00 PM','7566867','The-Growlers-4-25-2026'],['Biffy Clyro','The Deluxe at Old National Centre','Indianapolis, IN','Tuesday','4/28/2026','8:00 PM','7718105','Biffy-Clyro-4-28-2026'],['Cattle Decapitation','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','5/16/2026','7:00 PM','7732488','Cattle-Decapitation-5-16-2026'],['Autumn!','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','5/20/2026','8:00 PM','7751710','Autumn--5-20-2026'],['Cat Power','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','8/1/2026','8:00 PM','7757194','Cat-Power-8-1-2026'],['American Football - Band','The Deluxe at Old National Centre','Indianapolis, IN','Thursday','8/13/2026','8:00 PM','7718048','American-Football---Band-8-13-2026'],['RAC & Hotel Garuda','The Deluxe at Old National Centre','Indianapolis, IN','Tuesday','6/17/2070','TBD','4433315','RAC---Hotel-Garuda-6-17-2070']],'Deluxe at Old National Centre','http://www.ticketnetwork.com/ticket/Deluxe-at-Old-National-Centre-events.aspx');