//
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-03A
TN_Widget.CreateTable([['Braxton Keith','The Admiral - Omaha','Omaha, NE','Thursday','7/17/2025','8:00 PM','7068892','Braxton-Keith-7-17-2025'],['Bingo Loco','The Admiral - Omaha','Omaha, NE','Friday','7/25/2025','6:00 PM','7085706','Bingo-Loco-7-25-2025'],['Bingo Loco','The Admiral - Omaha','Omaha, NE','Friday','7/25/2025','10:00 PM','7085707','Bingo-Loco-7-25-2025'],['Flipturn','The Admiral - Omaha','Omaha, NE','Monday','8/4/2025','8:00 PM','7106952','Flipturn-8-4-2025'],['Our Last Night','The Admiral - Omaha','Omaha, NE','Tuesday','8/12/2025','7:15 PM','7033481','Our-Last-Night-8-12-2025'],['Andy Grammer','The Admiral - Omaha','Omaha, NE','Thursday','8/14/2025','7:00 PM','7048135','Andy-Grammer-8-14-2025'],['Umphrey's McGee','The Admiral - Omaha','Omaha, NE','Friday','8/15/2025','8:00 PM','7107050','Umphrey-s-McGee-8-15-2025'],['Steve Earle','The Admiral - Omaha','Omaha, NE','Thursday','8/21/2025','8:00 PM','7081340','Steve-Earle-8-21-2025'],['EST Gee','The Admiral - Omaha','Omaha, NE','Friday','8/22/2025','8:00 PM','7204235','EST-Gee-8-22-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'],['Allen Stone & Ripe','The Admiral - Omaha','Omaha, NE','Friday','10/24/2025','7:00 PM','7235500','Allen-Stone---Ripe-10-24-2025'],['Prof','The Admiral - Omaha','Omaha, NE','Friday','10/31/2025','8:00 PM','7194381','Prof-10-31-2025'],['Danae Hays','The Admiral - Omaha','Omaha, NE','Saturday','11/8/2025','8:00 PM','7158116','Danae-Hays-11-8-2025'],['Hippie Sabotage','The Admiral - Omaha','Omaha, NE','Monday','11/10/2025','8:00 PM','7204026','Hippie-Sabotage-11-10-2025'],['Chris D'Elia','The Admiral - Omaha','Omaha, NE','Sunday','11/23/2025','7:00 PM','7104843','Chris-D-Elia-11-23-2025']],'Sokol Auditorium','https://www.ticketnetwork.com/ticket/Sokol-Auditorium-events.aspx');