//
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([['They Might Be Giants','The Admiral - Omaha','Omaha, NE','Wednesday','9/24/2025','8:00 PM','7282230','They-Might-Be-Giants-9-24-2025'],['Bingo Loco','The Admiral - Omaha','Omaha, NE','Friday','9/26/2025','6:00 PM','7289256','Bingo-Loco-9-26-2025'],['Bingo Loco','The Admiral - Omaha','Omaha, NE','Friday','9/26/2025','10:00 PM','7289258','Bingo-Loco-9-26-2025'],['Gary Numan','The Admiral - Omaha','Omaha, NE','Thursday','10/2/2025','8:00 PM','7168986','Gary-Numan-10-2-2025'],['Franz Ferdinand','The Admiral - Omaha','Omaha, NE','Tuesday','10/7/2025','8:00 PM','7081273','Franz-Ferdinand-10-7-2025'],['Bilmuri','The Admiral - Omaha','Omaha, NE','Tuesday','10/14/2025','8:00 PM','7104239','Bilmuri-10-14-2025'],['Lecrae','The Admiral - Omaha','Omaha, NE','Friday','10/17/2025','8:00 PM','7292527','Lecrae-10-17-2025'],['Allen Stone & Ripe','The Admiral - Omaha','Omaha, NE','Friday','10/24/2025','7:00 PM','7235500','Allen-Stone---Ripe-10-24-2025'],['Lukas Nelson','The Admiral - Omaha','Omaha, NE','Wednesday','10/29/2025','8:00 PM','7281821','Lukas-Nelson-10-29-2025'],['Prof','The Admiral - Omaha','Omaha, NE','Friday','10/31/2025','8:00 PM','7194381','Prof-10-31-2025'],['Yung Gravy','The Admiral - Omaha','Omaha, NE','Friday','11/7/2025','8:00 PM','7269455','Yung-Gravy-11-7-2025'],['Danae Hays','The Admiral - Omaha','Omaha, NE','Saturday','11/8/2025','8:00 PM','7158116','Danae-Hays-11-8-2025'],['The Faint','The Admiral - Omaha','Omaha, NE','Sunday','11/9/2025','8:00 PM','7260379','The-Faint-11-9-2025'],['Hippie Sabotage','The Admiral - Omaha','Omaha, NE','Monday','11/10/2025','8:00 PM','7204026','Hippie-Sabotage-11-10-2025'],['Priscilla Block','The Admiral - Omaha','Omaha, NE','Thursday','11/13/2025','8:00 PM','7361244','Priscilla-Block-11-13-2025'],['Chris D'Elia','The Admiral - Omaha','Omaha, NE','Sunday','11/23/2025','7:00 PM','7104843','Chris-D-Elia-11-23-2025'],['honestav','The Admiral - Omaha','Omaha, NE','Wednesday','11/26/2025','8:00 PM','7381572','honestav-11-26-2025'],['Todd-N-Tyler: XXX-Mas Party','The Admiral - Omaha','Omaha, NE','Friday','12/5/2025','7:00 PM','7380900','Todd-N-Tyler--XXX-Mas-Party-12-5-2025'],['Christmas With The Celts','The Admiral - Omaha','Omaha, NE','Saturday','12/6/2025','8:00 PM','7338785','Christmas-With-The-Celts-12-6-2025'],['Rory Scovel','The Admiral - Omaha','Omaha, NE','Friday','3/13/2026','8:00 PM','7353964','Rory-Scovel-3-13-2026']],'Sokol Auditorium','http://www.ticketnetwork.com/ticket/Sokol-Auditorium-events.aspx');