// 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-02A TN_Widget.CreateTable([['LA Dispute','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','9/20/2025','7:30 PM','7154766','LA-Dispute-9-20-2025'],['Northlane','The Deluxe at Old National Centre','Indianapolis, IN','Monday','9/22/2025','7:30 PM','7314650','Northlane-9-22-2025'],['Tom Sandoval and The Most Extras','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','9/24/2025','8:00 PM','7283732','Tom-Sandoval-and-The-Most-Extras-9-24-2025'],['Babytron','The Deluxe at Old National Centre','Indianapolis, IN','Tuesday','9/30/2025','8:00 PM','7198531','Babytron-9-30-2025'],['Anamanaguchi','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','10/1/2025','8:00 PM','7154724','Anamanaguchi-10-1-2025'],['The National Parks','The Deluxe at Old National Centre','Indianapolis, IN','Thursday','10/2/2025','8:00 PM','7087216','The-National-Parks-10-2-2025'],['Matt Maltese','The Deluxe at Old National Centre','Indianapolis, IN','Thursday','10/9/2025','7:00 PM','7047440','Matt-Maltese-10-9-2025'],['Stan Society: Life Of A Showgirl Tour','The Deluxe at Old National Centre','Indianapolis, IN','Friday','10/10/2025','8:00 PM','7400873','Stan-Society--Life-Of-A-Showgirl-Tour-10-10-2025'],['The Sword, Rickshaw Billie's Burger Patrol & Moon Destroys','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','10/11/2025','8:30 PM','7262006','The-Sword--Rickshaw-Billie-s-Burger-Patrol---Moon-Destroys-10-11-2025'],['Petey USA','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','10/18/2025','8:00 PM','7283133','Petey-USA-10-18-2025'],['Jukebox The Ghost','The Deluxe at Old National Centre','Indianapolis, IN','Monday','10/20/2025','8:00 PM','7167575','Jukebox-The-Ghost-10-20-2025'],['Destin Conrad','The Deluxe at Old National Centre','Indianapolis, IN','Tuesday','10/21/2025','8:00 PM','7259651','Destin-Conrad-10-21-2025'],['Osees','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','10/22/2025','8:00 PM','6844251','Osees-10-22-2025'],['Abi Carter','The Deluxe at Old National Centre','Indianapolis, IN','Friday','10/24/2025','8:00 PM','7120663','Abi-Carter-10-24-2025'],['The Spill Canvas & Mae','The Deluxe at Old National Centre','Indianapolis, IN','Sunday','10/26/2025','7:30 PM','7094973','The-Spill-Canvas---Mae-10-26-2025'],['Plain White T's & We The Kings','The Deluxe at Old National Centre','Indianapolis, IN','Friday','10/31/2025','7:00 PM','7365026','Plain-White-T-s---We-The-Kings-10-31-2025'],['Sanguisugabogg','The Deluxe at Old National Centre','Indianapolis, IN','Thursday','11/6/2025','6:00 PM','7293908','Sanguisugabogg-11-6-2025'],['TroyBoi','The Deluxe at Old National Centre','Indianapolis, IN','Friday','11/7/2025','9:00 PM','7295766','TroyBoi-11-7-2025'],['The Wrecks','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','11/12/2025','7:00 PM','7295875','The-Wrecks-11-12-2025'],['The Movement','The Deluxe at Old National Centre','Indianapolis, IN','Thursday','11/13/2025','7:30 PM','7260773','The-Movement-11-13-2025'],['Deathpact','The Deluxe at Old National Centre','Indianapolis, IN','Friday','11/14/2025','10:00 PM','7282733','Deathpact-11-14-2025'],['The Elovaters','The Deluxe at Old National Centre','Indianapolis, IN','Thursday','11/20/2025','7:00 PM','7236071','The-Elovaters-11-20-2025'],['Adventure Club','The Deluxe at Old National Centre','Indianapolis, IN','Friday','11/28/2025','9:00 PM','7197134','Adventure-Club-11-28-2025'],['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');