// 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 = "" + this.footerText + ""; 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-02A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Saturday','12/7/2024','2:00 PM','6367193','George-Balanchine-s-The-Nutcracker-12-7-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Saturday','12/7/2024','7:30 PM','6367194','George-Balanchine-s-The-Nutcracker-12-7-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Sunday','12/8/2024','2:00 PM','6367195','George-Balanchine-s-The-Nutcracker-12-8-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Friday','12/13/2024','7:30 PM','6367196','George-Balanchine-s-The-Nutcracker-12-13-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Saturday','12/14/2024','2:00 PM','6367204','George-Balanchine-s-The-Nutcracker-12-14-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Saturday','12/14/2024','7:30 PM','6367197','George-Balanchine-s-The-Nutcracker-12-14-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Sunday','12/15/2024','2:00 PM','6367205','George-Balanchine-s-The-Nutcracker-12-15-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Sunday','12/15/2024','7:30 PM','6367198','George-Balanchine-s-The-Nutcracker-12-15-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Thursday','12/19/2024','7:30 PM','6367199','George-Balanchine-s-The-Nutcracker-12-19-2024'],['Nutcracker In A Nutshell','Keller Auditorium','Portland, OR','Friday','12/20/2024','12:00 PM','6367210','Nutcracker-In-A-Nutshell-12-20-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Friday','12/20/2024','7:30 PM','6367200','George-Balanchine-s-The-Nutcracker-12-20-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Saturday','12/21/2024','2:00 PM','6367206','George-Balanchine-s-The-Nutcracker-12-21-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Saturday','12/21/2024','7:30 PM','6367201','George-Balanchine-s-The-Nutcracker-12-21-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Sunday','12/22/2024','2:00 PM','6367207','George-Balanchine-s-The-Nutcracker-12-22-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Sunday','12/22/2024','7:30 PM','6367202','George-Balanchine-s-The-Nutcracker-12-22-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Monday','12/23/2024','2:00 PM','6367208','George-Balanchine-s-The-Nutcracker-12-23-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Monday','12/23/2024','7:30 PM','6367203','George-Balanchine-s-The-Nutcracker-12-23-2024'],['George Balanchine's The Nutcracker','Keller Auditorium','Portland, OR','Tuesday','12/24/2024','12:00 PM','6367209','George-Balanchine-s-The-Nutcracker-12-24-2024']],'oregon ballet','https://www.ticketnetwork.com');