// 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-04A 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','Thursday','11/6/2025','7:00 PM','7168884','The-Play-That-Goes-Wrong--11-6-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Thursday','11/6/2025','7:00 PM','6230918','Little-Shop-Of-Horrors-11-6-2025'],['Romy & Michele: The Musical','Stage 42 - New York','New York, NY','Thursday','11/6/2025','7:00 PM','7285243','Romy---Michele--The-Musical-11-6-2025'],['44 - The Unofficial, Unsanctioned Obama Musical','Daryl Roth Theatre','New York, NY','Thursday','11/6/2025','7:00 PM','7309199','44---The-Unofficial--Unsanctioned-Obama-Musical-11-6-2025'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Thursday','11/6/2025','7:00 PM','7250829','Heathers---The-Musical-11-6-2025'],['Richard II','Astor Place Theatre','New York, NY','Thursday','11/6/2025','7:00 PM','7396462','Richard-II-11-6-2025'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Thursday','11/6/2025','7:00 PM','7414012','Jamie-Allan-s-Amaze-11-6-2025'],['Rafi Bastos','Comedy Off Broadway','Lexington, KY','Thursday','11/6/2025','7:00 PM','7424002','Rafi-Bastos-11-6-2025'],['The Pitch - Play','Actors Temple Theater','New York, NY','Thursday','11/6/2025','7:30 PM','7271085','The-Pitch---Play-11-6-2025'],['The Other Americans','Public Theater - Anspacher Theater','New York, NY','Thursday','11/6/2025','7:30 PM','7465784','The-Other-Americans-11-6-2025'],['Vir Das','Lincoln Center Theater - Claire Tow Theater','New York, NY','Thursday','11/6/2025','8:30 PM','7394422','Vir-Das-11-6-2025'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Friday','11/7/2025','7:00 PM','7414017','Jamie-Allan-s-Amaze-11-7-2025'],['Richard II','Astor Place Theatre','New York, NY','Friday','11/7/2025','7:00 PM','7396493','Richard-II-11-7-2025'],['Pen Pals - Play','Dr2 Theatre','New York, NY','Friday','11/7/2025','7:00 PM','7399376','Pen-Pals---Play-11-7-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Friday','11/7/2025','7:00 PM','7168887','The-Play-That-Goes-Wrong--11-7-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Friday','11/7/2025','7:00 PM','6230922','Little-Shop-Of-Horrors-11-7-2025'],['Carlos Mencia','Comedy Off Broadway','Lexington, KY','Friday','11/7/2025','7:00 PM','7207783','Carlos-Mencia-11-7-2025'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Friday','11/7/2025','7:00 PM','7250833','Heathers---The-Musical-11-7-2025'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Friday','11/7/2025','7:00 PM','7297082','The-Gazillion-Bubble-Show-11-7-2025'],['44 - The Unofficial, Unsanctioned Obama Musical','Daryl Roth Theatre','New York, NY','Friday','11/7/2025','7:00 PM','7309203','44---The-Unofficial--Unsanctioned-Obama-Musical-11-7-2025'],['Kyoto','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Friday','11/7/2025','7:30 PM','7333019','Kyoto-11-7-2025'],['The Other Americans','Public Theater - Anspacher Theater','New York, NY','Friday','11/7/2025','7:30 PM','7465785','The-Other-Americans-11-7-2025'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Friday','11/7/2025','8:00 PM','7290300','The-25th-Annual-Putnam-County-Spelling-Bee-11-7-2025'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Friday','11/7/2025','8:00 PM','7466302','Perfect-Crime-11-7-2025'],['Let's Love!','Linda Gross Theater','New York, NY','Friday','11/7/2025','8:00 PM','7319540','Let-s-Love--11-7-2025']],'off broadway','http://www.ticketnetwork.com/en/search/?text=off%20broadway');