//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Wednesday','6/17/2026','7:30 PM','7034790','Wicked-6-17-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Thursday','6/18/2026','2:00 PM','7034792','Wicked-6-18-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Thursday','6/18/2026','7:30 PM','7034791','Wicked-6-18-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Friday','6/19/2026','7:30 PM','7034796','Wicked-6-19-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Saturday','6/20/2026','2:00 PM','7034800','Wicked-6-20-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Saturday','6/20/2026','7:30 PM','7034797','Wicked-6-20-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Sunday','6/21/2026','1:00 PM','7034801','Wicked-6-21-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Sunday','6/21/2026','6:30 PM','7034802','Wicked-6-21-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Tuesday','6/23/2026','7:30 PM','7034803','Wicked-6-23-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Wednesday','6/24/2026','7:30 PM','7034804','Wicked-6-24-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Thursday','6/25/2026','7:30 PM','7034805','Wicked-6-25-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Friday','6/26/2026','7:30 PM','7034806','Wicked-6-26-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Saturday','6/27/2026','2:00 PM','7034809','Wicked-6-27-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Saturday','6/27/2026','7:30 PM','7034807','Wicked-6-27-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Sunday','6/28/2026','1:00 PM','7034810','Wicked-6-28-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Sunday','6/28/2026','6:30 PM','7034811','Wicked-6-28-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Tuesday','6/30/2026','7:30 PM','7034812','Wicked-6-30-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Wednesday','7/1/2026','7:30 PM','7034813','Wicked-7-1-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Thursday','7/2/2026','7:30 PM','7034814','Wicked-7-2-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Friday','7/3/2026','2:00 PM','7034816','Wicked-7-3-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Friday','7/3/2026','7:30 PM','7034815','Wicked-7-3-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Saturday','7/4/2026','2:00 PM','7034817','Wicked-7-4-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Sunday','7/5/2026','1:00 PM','7034818','Wicked-7-5-2026'],['Wicked','Orpheum Theatre - Omaha','Omaha, NE','Sunday','7/5/2026','6:30 PM','7034819','Wicked-7-5-2026']],'wicked omaha ne','http://www.ticketnetwork.com/en/search/?text=wicked%20omaha%20ne');