// 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-04B 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([['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Monday','5/6/2024','7:00 PM','6214203','The-Play-That-Goes-Wrong--5-6-2024'],['Blue Man Group','Astor Place Theatre','New York, NY','Monday','5/6/2024','7:00 PM','5945316','Blue-Man-Group-5-6-2024'],['The Life and Slimes of Marc Summers','New World Stages: Stage 5','New York, NY','Monday','5/6/2024','7:00 PM','6181575','The-Life-and-Slimes-of-Marc-Summers-5-6-2024'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Monday','5/6/2024','8:00 PM','6367658','Perfect-Crime-5-6-2024'],['Titanique - Musical','Daryl Roth Theatre','New York, NY','Tuesday','5/7/2024','7:00 PM','6202616','Titanique---Musical-5-7-2024'],['Blue Man Group','Astor Place Theatre','New York, NY','Tuesday','5/7/2024','7:00 PM','5945317','Blue-Man-Group-5-7-2024'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Tuesday','5/7/2024','7:00 PM','5694047','Little-Shop-Of-Horrors-5-7-2024'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Tuesday','5/7/2024','8:00 PM','6367659','Perfect-Crime-5-7-2024'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Wednesday','5/8/2024','11:00 AM','6287358','The-Gazillion-Bubble-Show-5-8-2024'],['Still','Dr2 Theatre','New York, NY','Wednesday','5/8/2024','1:00 PM','6257005','Still-5-8-2024'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Wednesday','5/8/2024','2:00 PM','6287363','The-Gazillion-Bubble-Show-5-8-2024'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Wednesday','5/8/2024','2:00 PM','6214208','The-Play-That-Goes-Wrong--5-8-2024'],['October 7','Actors Temple Theater','New York, NY','Wednesday','5/8/2024','2:00 PM','6335018','October-7-5-8-2024'],['Stalker','New World Stages: Stage 3','New York, NY','Wednesday','5/8/2024','7:00 PM','6256826','Stalker-5-8-2024'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Wednesday','5/8/2024','7:00 PM','5694052','Little-Shop-Of-Horrors-5-8-2024'],['A Sign of the Times','New World Stages: Stage 1','New York, NY','Wednesday','5/8/2024','7:00 PM','6182095','A-Sign-of-the-Times-5-8-2024'],['Blue Man Group','Astor Place Theatre','New York, NY','Wednesday','5/8/2024','7:00 PM','5945318','Blue-Man-Group-5-8-2024'],['Titanique - Musical','Daryl Roth Theatre','New York, NY','Wednesday','5/8/2024','7:00 PM','6202617','Titanique---Musical-5-8-2024'],['The Life and Slimes of Marc Summers','New World Stages: Stage 5','New York, NY','Wednesday','5/8/2024','7:00 PM','6181580','The-Life-and-Slimes-of-Marc-Summers-5-8-2024'],['October 7','Actors Temple Theater','New York, NY','Wednesday','5/8/2024','7:30 PM','6335014','October-7-5-8-2024'],['Oh, Mary!','Lucille Lortel','New York, NY','Wednesday','5/8/2024','7:30 PM','6334176','Oh--Mary--5-8-2024'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Wednesday','5/8/2024','8:00 PM','6214213','The-Play-That-Goes-Wrong--5-8-2024'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Thursday','5/9/2024','7:00 PM','6214225','The-Play-That-Goes-Wrong--5-9-2024'],['Dungeons & Dragons: The Twenty-Sided Tavern','Stage 42 - New York','New York, NY','Thursday','5/9/2024','7:00 PM','6334022','Dungeons---Dragons--The-Twenty-Sided-Tavern-5-9-2024'],['Stalker','New World Stages: Stage 3','New York, NY','Thursday','5/9/2024','7:00 PM','6256831','Stalker-5-9-2024']],'off broadway','http://www.ticketnetwork.com/en/search/?text=off%20broadway');