// 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([['Stan Society: Justin Bieber Night','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','1/24/2026','9:00 PM','7614013','Stan-Society--Justin-Bieber-Night-1-24-2026'],['The Runarounds','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','2/11/2026','8:00 PM','7473904','The-Runarounds-2-11-2026'],['Rewind: The Ultimate 2000s Rave','The Deluxe at Old National Centre','Indianapolis, IN','Friday','2/20/2026','9:00 PM','7630172','Rewind--The-Ultimate-2000s-Rave-2-20-2026'],['DJ Pauly D','The Deluxe at Old National Centre','Indianapolis, IN','Friday','2/27/2026','9:00 PM','7466163','DJ-Pauly-D-2-27-2026'],['Jamie MacDonald','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','2/28/2026','7:00 PM','7594594','Jamie-MacDonald-2-28-2026'],['Ace Hood','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','3/4/2026','8:00 PM','7610189','Ace-Hood-3-4-2026'],['The Floozies & Too Many Zooz','The Deluxe at Old National Centre','Indianapolis, IN','Thursday','3/5/2026','8:00 PM','7490547','The-Floozies---Too-Many-Zooz-3-5-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'],['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'],['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'],['The Growlers','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','4/25/2026','8:00 PM','7566867','The-Growlers-4-25-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');