// 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-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['American Ballet Theatre: Othello','David H. Koch Theater','New York, NY','Friday','3/6/2026','7:30 PM','7387508','American-Ballet-Theatre--Othello-3-6-2026'],['American Ballet Theatre: Othello','David H. Koch Theater','New York, NY','Saturday','3/7/2026','2:00 PM','7387510','American-Ballet-Theatre--Othello-3-7-2026'],['American Ballet Theatre: Othello','David H. Koch Theater','New York, NY','Saturday','3/7/2026','7:30 PM','7387509','American-Ballet-Theatre--Othello-3-7-2026'],['American Ballet Theatre: Othello','David H. Koch Theater','New York, NY','Sunday','3/8/2026','2:00 PM','7387511','American-Ballet-Theatre--Othello-3-8-2026'],['American Ballet Theatre: Othello','David H. Koch Theater','New York, NY','Tuesday','3/10/2026','7:30 PM','7387512','American-Ballet-Theatre--Othello-3-10-2026'],['American Ballet Theatre: Mozartlana & Firebird','David H. Koch Theater','New York, NY','Friday','3/13/2026','7:30 PM','7387516','American-Ballet-Theatre--Mozartlana---Firebird-3-13-2026'],['American Ballet Theatre: Mozartlana & Firebird','David H. Koch Theater','New York, NY','Saturday','3/14/2026','2:00 PM','7387517','American-Ballet-Theatre--Mozartlana---Firebird-3-14-2026'],['American Ballet Theatre: Raymonda Act III - Grand Pas Honrols & Firebird','David H. Koch Theater','New York, NY','Saturday','3/14/2026','7:30 PM','7387520','American-Ballet-Theatre--Raymonda-Act-III---Grand-Pas-Honrols---Firebird-3-14-2026'],['American Ballet Theatre: Raymonda Act III - Grand Pas Honrols & Firebird','David H. Koch Theater','New York, NY','Sunday','3/15/2026','2:00 PM','7387522','American-Ballet-Theatre--Raymonda-Act-III---Grand-Pas-Honrols---Firebird-3-15-2026'],['American Ballet Theatre: Raymonda Act III - Grand Pas Honrols & Firebird','David H. Koch Theater','New York, NY','Tuesday','3/17/2026','7:30 PM','7387523','American-Ballet-Theatre--Raymonda-Act-III---Grand-Pas-Honrols---Firebird-3-17-2026'],['American Ballet Theatre: Raymonda Act III - Grand Pas Honrols & Firebird','David H. Koch Theater','New York, NY','Wednesday','3/18/2026','2:00 PM','7387524','American-Ballet-Theatre--Raymonda-Act-III---Grand-Pas-Honrols---Firebird-3-18-2026'],['American Ballet Theatre: Mozartlana & Firebird','David H. Koch Theater','New York, NY','Wednesday','3/18/2026','7:30 PM','7387518','American-Ballet-Theatre--Mozartlana---Firebird-3-18-2026'],['American Ballet Theatre: Othello','David H. Koch Theater','New York, NY','Thursday','3/19/2026','7:30 PM','7387513','American-Ballet-Theatre--Othello-3-19-2026'],['American Ballet Theatre: Othello','David H. Koch Theater','New York, NY','Friday','3/20/2026','2:00 PM','7387515','American-Ballet-Theatre--Othello-3-20-2026'],['American Ballet Theatre: Othello','David H. Koch Theater','New York, NY','Friday','3/20/2026','7:30 PM','7387514','American-Ballet-Theatre--Othello-3-20-2026'],['American Ballet Theatre: Raymonda Act III - Grand Pas Honrols & Firebird','David H. Koch Theater','New York, NY','Saturday','3/21/2026','2:00 PM','7387525','American-Ballet-Theatre--Raymonda-Act-III---Grand-Pas-Honrols---Firebird-3-21-2026'],['American Ballet Theatre: Mozartlana & Firebird','David H. Koch Theater','New York, NY','Saturday','3/21/2026','7:30 PM','7387519','American-Ballet-Theatre--Mozartlana---Firebird-3-21-2026']],'american ballet','https://www.ticketnetwork.com');