// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Melodrama & Olio','The Admiral - Omaha','Omaha, NE','Friday','2/14/2025','7:30 PM','6824735','Melodrama---Olio-2-14-2025'],['Melodrama & Olio','The Admiral - Omaha','Omaha, NE','Saturday','2/15/2025','7:30 PM','6824765','Melodrama---Olio-2-15-2025'],['Omaha Entertainment Awards','The Admiral - Omaha','Omaha, NE','Sunday','2/16/2025','6:30 PM','6830987','Omaha-Entertainment-Awards-2-16-2025'],['Melodrama & Olio','The Admiral - Omaha','Omaha, NE','Friday','2/21/2025','7:30 PM','6824763','Melodrama---Olio-2-21-2025'],['Buckethead','The Admiral - Omaha','Omaha, NE','Tuesday','3/11/2025','8:00 PM','6957102','Buckethead-3-11-2025'],['The Amity Affliction','The Admiral - Omaha','Omaha, NE','Monday','3/17/2025','7:00 PM','6843530','The-Amity-Affliction-3-17-2025'],['Ismo Leikola','The Admiral - Omaha','Omaha, NE','Sunday','4/13/2025','7:00 PM','6724872','Ismo-Leikola-4-13-2025'],['Pecos and The Rooftops','The Admiral - Omaha','Omaha, NE','Friday','4/18/2025','8:00 PM','6916556','Pecos-and-The-Rooftops-4-18-2025'],['Tropidelic','The Admiral - Omaha','Omaha, NE','Saturday','4/19/2025','7:30 PM','6875237','Tropidelic-4-19-2025'],['Pattie Gonia','The Admiral - Omaha','Omaha, NE','Wednesday','4/23/2025','8:00 PM','6972099','Pattie-Gonia-4-23-2025'],['Five For Fighting & String Quartet','The Admiral - Omaha','Omaha, NE','Saturday','4/26/2025','8:00 PM','6954767','Five-For-Fighting---String-Quartet-4-26-2025'],['Awolnation','The Admiral - Omaha','Omaha, NE','Tuesday','4/29/2025','8:00 PM','6710748','Awolnation-4-29-2025'],['Citizen Soldier','The Admiral - Omaha','Omaha, NE','Sunday','5/4/2025','7:00 PM','6814335','Citizen-Soldier-5-4-2025'],['Future Islands','The Admiral - Omaha','Omaha, NE','Wednesday','5/7/2025','8:00 PM','6944402','Future-Islands-5-7-2025'],['Julien Baker & Torres','The Admiral - Omaha','Omaha, NE','Monday','5/12/2025','8:00 PM','6969195','Julien-Baker---Torres-5-12-2025'],['The Liverpool Legends - Beatles Tribute','The Admiral - Omaha','Omaha, NE','Saturday','5/24/2025','8:00 PM','6872217','The-Liverpool-Legends---Beatles-Tribute-5-24-2025']],'Sokol Auditorium','https://www.ticketnetwork.com/ticket/Sokol-Auditorium-events.aspx');