//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.CreateTable([['Daily Bread','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','3/12/2025','7:30 PM','6790821','Daily-Bread-3-12-2025'],['Attila - The Band','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','3/19/2025','7:00 PM','6835641','Attila---The-Band-3-19-2025'],['Buckethead','The Deluxe at Old National Centre','Indianapolis, IN','Friday','3/21/2025','8:00 PM','6955798','Buckethead-3-21-2025'],['Emo Nite','The Deluxe at Old National Centre','Indianapolis, IN','Friday','3/28/2025','9:00 PM','6946688','Emo-Nite-3-28-2025'],['Explosions In the Sky','The Deluxe at Old National Centre','Indianapolis, IN','Tuesday','4/1/2025','8:00 PM','6741645','Explosions-In-the-Sky-4-1-2025'],['Sawyer Hill','The Deluxe at Old National Centre','Indianapolis, IN','Tuesday','4/15/2025','8:00 PM','6932859','Sawyer-Hill-4-15-2025'],['Elderbrook','The Deluxe at Old National Centre','Indianapolis, IN','Tuesday','4/22/2025','8:00 PM','6827061','Elderbrook-4-22-2025'],['Arm's Length & Prince Daddy and The Hyena','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','5/3/2025','7:00 PM','6988232','Arm-s-Length---Prince-Daddy-and-The-Hyena-5-3-2025'],['Larry Fleet','The Deluxe at Old National Centre','Indianapolis, IN','Thursday','5/8/2025','8:00 PM','6695995','Larry-Fleet-5-8-2025'],['HOL!','The Deluxe at Old National Centre','Indianapolis, IN','Friday','5/16/2025','9:00 PM','6987464','HOL--5-16-2025'],['Between The Buried and Me','The Deluxe at Old National Centre','Indianapolis, IN','Sunday','5/18/2025','7:30 PM','6945054','Between-The-Buried-and-Me-5-18-2025'],['Jay Webb','The Deluxe at Old National Centre','Indianapolis, IN','Thursday','5/22/2025','8:00 PM','6988277','Jay-Webb-5-22-2025'],['Orion Sun','The Deluxe at Old National Centre','Indianapolis, IN','Tuesday','6/3/2025','8:00 PM','6972552','Orion-Sun-6-3-2025'],['Osees','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','10/22/2025','8:00 PM','6844251','Osees-10-22-2025'],['RAC & Hotel Garuda','The Deluxe at Old National Centre','Indianapolis, IN','Tuesday','6/17/2070','TBD','4433315','RAC---Hotel-Garuda-6-17-2070'],['Violent J','The Deluxe at Old National Centre','Indianapolis, IN','Friday','8/3/2074','8:00 PM','6539646','Violent-J-8-3-2074']],'Deluxe at Old National Centre','https://www.ticketnetwork.com/ticket/Deluxe-at-Old-National-Centre-events.aspx');