//
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-03A
TN_Widget.CreateTable([['Poppy','The Admiral - Omaha','Omaha, NE','Monday','7/27/2026','7:00 PM','7743079','Poppy-7-27-2026'],['Sleep Theory','The Admiral - Omaha','Omaha, NE','Saturday','8/1/2026','8:00 PM','7851123','Sleep-Theory-8-1-2026'],['Little Stranger','The Admiral - Omaha','Omaha, NE','Wednesday','8/5/2026','8:00 PM','7876027','Little-Stranger-8-5-2026'],['The Crane Wives','The Admiral - Omaha','Omaha, NE','Wednesday','8/12/2026','8:00 PM','7825754','The-Crane-Wives-8-12-2026'],['Insane Clown Posse','The Admiral - Omaha','Omaha, NE','Thursday','9/10/2026','7:00 PM','7746942','Insane-Clown-Posse-9-10-2026'],['Violent Femmes','The Admiral - Omaha','Omaha, NE','Thursday','9/17/2026','8:00 PM','7897106','Violent-Femmes-9-17-2026'],['Zach Rushing','The Admiral - Omaha','Omaha, NE','Friday','9/25/2026','7:30 PM','7924018','Zach-Rushing-9-25-2026'],['Coheed and Cambria','The Admiral - Omaha','Omaha, NE','Sunday','9/27/2026','7:30 PM','7957757','Coheed-and-Cambria-9-27-2026'],['The Midnight','The Admiral - Omaha','Omaha, NE','Monday','9/28/2026','8:00 PM','7981000','The-Midnight-9-28-2026'],['Jordan Jensen','The Admiral - Omaha','Omaha, NE','Wednesday','10/7/2026','7:00 PM','7980380','Jordan-Jensen-10-7-2026'],['Earl Sweatshirt & MIKE','The Admiral - Omaha','Omaha, NE','Friday','10/9/2026','8:00 PM','7795042','Earl-Sweatshirt---MIKE-10-9-2026'],['The Urge','The Admiral - Omaha','Omaha, NE','Saturday','10/10/2026','8:00 PM','8019427','The-Urge-10-10-2026'],['Becky Robinson','The Admiral - Omaha','Omaha, NE','Friday','10/16/2026','8:00 PM','7879260','Becky-Robinson-10-16-2026'],['Becky Robinson','The Admiral - Omaha','Omaha, NE','Saturday','10/17/2026','8:00 PM','8000507','Becky-Robinson-10-17-2026'],['Stewart Copeland','The Admiral - Omaha','Omaha, NE','Friday','11/6/2026','7:30 PM','7917566','Stewart-Copeland-11-6-2026']],'Sokol Auditorium','http://www.ticketnetwork.com/ticket/Sokol-Auditorium-events.aspx');