// 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([['Lucas Zelnick','Comedy Off Broadway','Lexington, KY','Friday','2/21/2025','7:00 PM','6841004','Lucas-Zelnick-2-21-2025'],['Titanique - Musical','Daryl Roth Theatre','New York, NY','Friday','2/21/2025','7:00 PM','6515165','Titanique---Musical-2-21-2025'],['Drag - The Musical','New World Stages: Stage 3','New York, NY','Friday','2/21/2025','7:00 PM','6555101','Drag---The-Musical-2-21-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Friday','2/21/2025','7:00 PM','6554730','The-Play-That-Goes-Wrong--2-21-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Friday','2/21/2025','7:00 PM','6230558','Little-Shop-Of-Horrors-2-21-2025'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Friday','2/21/2025','7:00 PM','6683988','The-Gazillion-Bubble-Show-2-21-2025'],['The Jonathan Larson Project','Orpheum Theatre - NYC','New York, NY','Friday','2/21/2025','8:00 PM','6959478','The-Jonathan-Larson-Project-2-21-2025'],['Lucas Zelnick','Comedy Off Broadway','Lexington, KY','Friday','2/21/2025','9:30 PM','6841005','Lucas-Zelnick-2-21-2025'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Saturday','2/22/2025','11:00 AM','6683993','The-Gazillion-Bubble-Show-2-22-2025'],['Vital's Wizard of Oz','Actors Temple Theater','New York, NY','Saturday','2/22/2025','11:00 AM','6987596','Vital-s-Wizard-of-Oz-2-22-2025'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Saturday','2/22/2025','2:00 PM','6683997','The-Gazillion-Bubble-Show-2-22-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Saturday','2/22/2025','2:00 PM','6554834','The-Play-That-Goes-Wrong--2-22-2025'],['Liberation','Laura Pels Theatre At The Steinberg Center','New York, NY','Saturday','2/22/2025','2:00 PM','6558464','Liberation-2-22-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Saturday','2/22/2025','2:00 PM','6230563','Little-Shop-Of-Horrors-2-22-2025'],['Henrik Ibsen's Ghosts','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Saturday','2/22/2025','2:00 PM','6938384','Henrik-Ibsen-s-Ghosts-2-22-2025'],['The Jonathan Larson Project','Orpheum Theatre - NYC','New York, NY','Saturday','2/22/2025','2:00 PM','6920611','The-Jonathan-Larson-Project-2-22-2025'],['Drag - The Musical','New World Stages: Stage 3','New York, NY','Saturday','2/22/2025','3:00 PM','6555172','Drag---The-Musical-2-22-2025'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Saturday','2/22/2025','4:30 PM','6684001','The-Gazillion-Bubble-Show-2-22-2025'],['Titanique - Musical','Daryl Roth Theatre','New York, NY','Saturday','2/22/2025','5:00 PM','6515169','Titanique---Musical-2-22-2025'],['Lucas Zelnick','Comedy Off Broadway','Lexington, KY','Saturday','2/22/2025','6:30 PM','6840862','Lucas-Zelnick-2-22-2025'],['Liberation','Laura Pels Theatre At The Steinberg Center','New York, NY','Saturday','2/22/2025','7:30 PM','6558462','Liberation-2-22-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Saturday','2/22/2025','8:00 PM','6554884','The-Play-That-Goes-Wrong--2-22-2025'],['Drag - The Musical','New World Stages: Stage 3','New York, NY','Saturday','2/22/2025','8:00 PM','6555147','Drag---The-Musical-2-22-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Saturday','2/22/2025','8:00 PM','6230567','Little-Shop-Of-Horrors-2-22-2025'],['The Jonathan Larson Project','Orpheum Theatre - NYC','New York, NY','Saturday','2/22/2025','8:00 PM','6959479','The-Jonathan-Larson-Project-2-22-2025']],'off broadway','http://www.ticketnetwork.com/en/search/?text=off%20broadway');