// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-02A 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([['Leonardo! A Wonderful Show About A Terrible Monster - Live Performance','Kennedy Center Family Theater','Washington, DC','Friday','3/28/2025','7:00 PM','6907639','Leonardo--A-Wonderful-Show-About-A-Terrible-Monster---Live-Performance-3-28-2025'],['Leonardo! A Wonderful Show About A Terrible Monster - Live Performance','Kennedy Center Family Theater','Washington, DC','Saturday','3/29/2025','11:00 AM','6907665','Leonardo--A-Wonderful-Show-About-A-Terrible-Monster---Live-Performance-3-29-2025'],['Leonardo! A Wonderful Show About A Terrible Monster - Live Performance','Kennedy Center Family Theater','Washington, DC','Saturday','3/29/2025','1:30 PM','6907666','Leonardo--A-Wonderful-Show-About-A-Terrible-Monster---Live-Performance-3-29-2025'],['Leonardo! A Wonderful Show About A Terrible Monster - Live Performance','Kennedy Center Family Theater','Washington, DC','Sunday','3/30/2025','1:30 PM','6907667','Leonardo--A-Wonderful-Show-About-A-Terrible-Monster---Live-Performance-3-30-2025'],['Leonardo! A Wonderful Show About A Terrible Monster - Live Performance','Kennedy Center Family Theater','Washington, DC','Friday','4/4/2025','7:00 PM','6907668','Leonardo--A-Wonderful-Show-About-A-Terrible-Monster---Live-Performance-4-4-2025'],['Leonardo! A Wonderful Show About A Terrible Monster - Live Performance','Kennedy Center Family Theater','Washington, DC','Saturday','4/5/2025','11:00 AM','6907684','Leonardo--A-Wonderful-Show-About-A-Terrible-Monster---Live-Performance-4-5-2025'],['Leonardo! A Wonderful Show About A Terrible Monster - Live Performance','Kennedy Center Family Theater','Washington, DC','Saturday','4/5/2025','1:30 PM','6907685','Leonardo--A-Wonderful-Show-About-A-Terrible-Monster---Live-Performance-4-5-2025'],['Leonardo! A Wonderful Show About A Terrible Monster - Live Performance','Kennedy Center Family Theater','Washington, DC','Sunday','4/6/2025','1:30 PM','6907686','Leonardo--A-Wonderful-Show-About-A-Terrible-Monster---Live-Performance-4-6-2025'],['Leonardo! A Wonderful Show About A Terrible Monster - Live Performance','Kennedy Center Family Theater','Washington, DC','Sunday','4/6/2025','4:00 PM','6907687','Leonardo--A-Wonderful-Show-About-A-Terrible-Monster---Live-Performance-4-6-2025'],['Falu','Kennedy Center Family Theater','Washington, DC','Saturday','4/26/2025','1:30 PM','6919421','Falu-4-26-2025'],['Asian AF ','Kennedy Center Family Theater','Washington, DC','Friday','5/16/2025','7:00 PM','6933637','Asian-AF--5-16-2025'],['Asian AF ','Kennedy Center Family Theater','Washington, DC','Friday','5/16/2025','9:30 PM','6933638','Asian-AF--5-16-2025'],['Asian AF ','Kennedy Center Family Theater','Washington, DC','Saturday','5/17/2025','7:00 PM','6933639','Asian-AF--5-17-2025'],['Asian AF ','Kennedy Center Family Theater','Washington, DC','Saturday','5/17/2025','9:30 PM','6933640','Asian-AF--5-17-2025'],['Vanessa Gonzalez','Kennedy Center Family Theater','Washington, DC','Friday','5/23/2025','7:00 PM','6933642','Vanessa-Gonzalez-5-23-2025'],['Vanessa Gonzalez','Kennedy Center Family Theater','Washington, DC','Friday','5/23/2025','9:30 PM','6933643','Vanessa-Gonzalez-5-23-2025'],['Chris Grace: As Scarlett Johansson','Kennedy Center Family Theater','Washington, DC','Friday','7/11/2025','7:30 PM','6470754','Chris-Grace--As-Scarlett-Johansson-7-11-2025'],['Chris Grace: As Scarlett Johansson','Kennedy Center Family Theater','Washington, DC','Saturday','7/12/2025','7:00 PM','6470755','Chris-Grace--As-Scarlett-Johansson-7-12-2025'],['Chris Grace: As Scarlett Johansson','Kennedy Center Family Theater','Washington, DC','Saturday','7/12/2025','9:30 PM','6470756','Chris-Grace--As-Scarlett-Johansson-7-12-2025'],['Chris Grace: As Scarlett Johansson','Kennedy Center Family Theater','Washington, DC','Sunday','7/13/2025','2:00 PM','6470757','Chris-Grace--As-Scarlett-Johansson-7-13-2025']],'Kennedy Center Family Theater ','http://www.ticketnetwork.com/en/search/?text=Kennedy Center Family Theater ');