//
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 t = row[4].split("/");
t[0] = months[t[0]];
t[2] = ", " + t[2];
return "
" +
t[0] + " " + "" + t[1] + "" +
t[2] + " " +
row[3].substring(0,3) + " " +
row[5] + " | " +
row[0] + " " +
row[1] + " - " +
row[2] + " | " + this.btnText + "" +
" |
";
},
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 newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
var footerLink = "";
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else if(document.querySelector(".tnpl_results_container") != null) {
document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else
document.write("" + newTable.join('') + "" + footerLink + "
");
}
};
}();
//BPW-TNSERV-01B
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.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','https://www.ticketnetwork.com');