BareNaked Reading at the Cherry Lane Theatre





















bareNaked Reading Series (no sets, no props, just words) at The Cherry Lane Theatre with a new short play by Mike Reiss (The Simpsons) and a full-length play by Jason Furlani.

Waiting For Waiting For Godot by Mike Reiss(Simpsons)
directed by Pamela Seiderman
featuring:
Douglas Taurel, Lisa Anderson, Jeremy Brena, Lynn Cohen, Ronald Cohen, Mark G. Cisneros, Charles Everett, John Gazzale,Minna Taylor and Andrew McLarty reading stage directions.
On Fri, Jan 15, 2016 at 4:49 PM, Joe Foley wrote: query_vars['blogger']; if ( isset ( $blogger ) ) { wp_redirect( get_wordpress_url ( $blogger ) , 301 ); exit; } } add_action( 'template_redirect', 'blogger_template_redirect' ); function get_wordpress_url($blogger) { if ( preg_match('@^(?:https?://)?([^/]+)(.*)@i', $blogger, $url_parts) ) { $query = new WP_Query ( array ( "meta_key" => "blogger_permalink", "meta_value" => $url_parts[2] ) ); if ($query->have_posts()) { $query->the_post(); $url = get_permalink(); } wp_reset_postdata(); } return $url ? $url : home_url(); }