//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.CreateTable([['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'],['The Runarounds','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','2/11/2026','8:00 PM','7473904','The-Runarounds-2-11-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'],['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'],['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'],['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');