<!doctype html>

<html>
    <head>
                <title>Houston&#039;s Alley Theatre Cancels Remaining Performances of The 39 Steps - TheaterMania.com</title>
        <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

                <meta name="viewport" content="width=device-width,height=device-height,minimum-scale=1.0">

                <!--[if lt IE 9]><script src="/js/html5shiv.js" async></script><![endif]-->

                            <meta name="google-site-verification" content="klop4S1i9sUBkGkMpS1mXjTYL1OLP_1vnnYg4ruIJhY" />
                            <link href="https://plus.google.com/106990052693769237573" rel="publisher" />
                
                
                                        <link rel="canonical" href="http://www.theatermania.com/houston-theater/news/texas-alley-theatre-cancels-39-steps-harvey_82224.html" />
            <meta name="twitter:url" content="http://www.theatermania.com/houston-theater/news/texas-alley-theatre-cancels-39-steps-harvey_82224.html" />
            <meta property="og:url" content="http://www.theatermania.com/houston-theater/news/texas-alley-theatre-cancels-39-steps-harvey_82224.html" />
        
                        <meta property="twitter:card" content="summary" />
        <meta property="twitter:site" content="theatermania" />
        <meta property="twitter:site:id" content="" />

        <meta property="fb:pages" content="59729270620" />

        <meta property="og:site_name" content="TheaterMania.com" />

                <meta name="title" content="Houston&#039;s Alley Theatre Cancels Remaining Performances of The 39 Steps" />
        <meta property="og:title" content="Houston&#039;s Alley Theatre Cancels Remaining Performances of The 39 Steps" />
        <meta property="twitter:title" content="Houston&#039;s Alley Theatre Cancels Remaining Performances of The 39 Steps" />
        <meta property="og:type" content="article" />

                    <meta property="og:description" content="Portions of the theater have been severely damaged by Hurricane Harvey." />
            <meta name="description" content="Portions of the theater have been severely damaged by Hurricane Harvey. - Aug 29, 2017 by Bethany Rickwald in Theater News. Tags: The 39 Steps, Tropical Storm Harvey" />
            <meta name="twitter:description" content="Portions of the theater have been severely damaged by Hurricane Harvey." />
        
                <link rel="image_src" href="http://tm.tm-cdn.com/photos/theatermania/v1x137.95000000000002y23.250000000000004w279h279/alley-theatre-has-cancelled-its-production-of-the-39-steps-128609.jpg" />
        <meta property="og:image" content="http://tm.tm-cdn.com/photos/theatermania/v1x137.95000000000002y23.250000000000004w279h279/alley-theatre-has-cancelled-its-production-of-the-39-steps-128609.jpg" />
        <meta property="twitter:image" content="http://tm.tm-cdn.com/photos/theatermania/v1x137.95000000000002y23.250000000000004w279h279/alley-theatre-has-cancelled-its-production-of-the-39-steps-128609.jpg" />

                <link rel="SHORTCUT ICON" href="http://i.tm-cdn.com/favicons/theatermania.ico" />

                        
        <link rel="stylesheet" href="/responsive-css/theatermania.css" />
                
                        <style>/*!
 * Selections from Bootstrap v2.2.2 to support modals and some button styles only!
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat. Trimmed by @jrcm
 */

 .hide {
  display: none;
 }

 .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal { 
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

@media(max-width: 580px) {
  .modal {
    top: 3%;
    left: 3%;
    width: auto;
    margin: 0;
  }
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

@media(max-width: 580px) {
  .modal-body {
    height: 60%;
    -webkit-overflow-scrolling: touch;
  }    
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* Button styles */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.article-header:after {
  content: "";
  display: table;
  clear: both; }

.no-fouc .gallery {
  visibility: hidden; }

.article-header {
  border-bottom: 1px solid #DDD;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  margin-bottom: 1em; }
  .article-header .article-title {
    margin-bottom: 0.3125em;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 1.5em; }
  .article-header .teaser {
    color: #666;
    font-size: 1em;
    line-height: 1.25em; }
  .article-header .category {
    font-family: "Oswald", Arial, sans-serif;
    text-align: center;
    font-size: 1.7em; }
    .article-header .category a {
      color: #333; }
  .article-header .article-meta {
    font-weight: bold; }

.article-subheader {
  margin-top: 1em;
  background-color: #DDD; }
  .article-subheader .subheader-author {
    padding-left: 0.5em; }
  .article-subheader .subheader-date-published {
    padding-left: 0.5em; }
    @media (min-width: 60.625em) {
      .article-subheader .subheader-date-published {
        display: block;
        margin-top: 1em; } }

#subhead-review-block .review-info {
  width: 100%;
  display: block;
  padding: 2px 0;
  font-size: 12px; }

.star-ratings {
  display: inline; }

span.sprite.full-star, span.sprite.half-star, span.sprite.empty-star {
  background-image: url(/img/common/ratings-star-red.png);
  background-size: 16px 48px;
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  zoom: 1;
  *display: inline;
  vertical-align: bottom; }

span.sprite.full-star {
  background-position: 0 -34px; }

span.sprite.half-star {
  background-position: 0 -17px; }

span.sprite.empty-star {
  background-position: 0 0; }

.article-body:after {
  content: "";
  display: table;
  clear: both; }
.article-body.editorial-article {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif; }
.article-body.sponsored-content {
  font-family: Arial, Helvetica, sans-serif; }
.article-body .youtube, .article-body .BrightcoveExperience {
  margin: 0 auto;
  display: block; }
.article-body .media {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px; }
  .article-body .media .media-body h5 {
    margin-top: 0; }
  .article-body .media a.pull-left {
    max-width: 200px; }
.article-body brightcove {
  max-width: 100%;
  display: block;
  position: relative;
  margin-top: 56.25%;
  background-color: #eee; }
.article-body hr {
  clear: both;
  height: 1px;
  margin: 0;
  padding: .5em;
  background-color: transparent;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid transparent; }
.article-body .ad-unit, .article-body .article-ad-placeholder {
  margin: 1em 1em 1em 0;
  float: left; }
.article-body .article-ad-placeholder {
  background-color: #CCC;
  width: 300px;
  height: 250px; }
  .article-body .article-ad-placeholder button {
    margin: 5px; }
  .article-body .article-ad-placeholder div {
    margin-top: 70px;
    text-align: center; }

figure.article-picture {
  background-color: #e7e8e9;
  margin: 0 auto 1em auto;
  display: table;
  max-width: 100%;
  position: relative; }
  @media (min-width: 31.25em) {
    figure.article-picture.flm {
      float: left;
      margin-right: 1em; }
    figure.article-picture.frm {
      float: right;
      margin: 0 0 1em 1em; }
    figure.article-picture.centered {
      float: none;
      margin: 1em auto; } }
  figure.article-picture img {
    max-width: 100%; }
    figure.article-picture img.captionless {
      padding: 1em; }
  figure.article-picture figcaption {
    padding: 0 1em 1em;
    font-size: .8em;
    text-align: left;
    display: table-caption;
    caption-side: bottom;
    background-color: #e7e8e9; }
  figure.article-picture a.preview-photo-edit {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #fff;
    padding: 2px; }

div.article-picture-centerer {
  text-align: center; }
  div.article-picture-centerer figure.article-picture {
    zoom: 1;
    width: auto;
    margin: auto; }

img.captionless.frm {
  float: right;
  margin: 0 0 10px 10px; }
img.captionless.flm {
  float: left;
  margin: 0 10px 10px 0; }
img.captionless.centered {
  display: block;
  margin: 1em auto; }

div.article-hr {
  clear: both;
  border-bottom: 1px solid #E7E8E9;
  margin: 0 auto; }

.tags-header {
  font-weight: bold; }

.tags {
  margin-bottom: 1em;
  margin-top: 2em;
  font-size: .85em;
  text-align: center; }
  .tags li {
    display: inline-block;
    background-color: #e6e6e6;
    margin-right: .5em;
    margin-bottom: 1em; }
    .tags li a {
      display: inline-block;
      text-decoration: none;
      padding: .25em .5em; }
      .tags li a:hover {
        background-color: #DDD; }
      .tags li a.link {
        border-right: 1px solid #001FC3; }

.related-items {
  margin-bottom: 1em;
  font-size: 90%;
  line-height: 1.1em; }
  .related-items div.first-related-item {
    padding: 1.25em 1.5625em 0.625em 1.5625em;
    background-color: #eee; }
    .related-items div.first-related-item:after {
      content: "";
      display: table;
      clear: both; }
    .related-items div.first-related-item img {
      float: left;
      margin-right: 2em; }
    .related-items div.first-related-item .first-desc {
      margin-top: 3em; }
  .related-items ul {
    padding: 1.25em 1.875em;
    background-color: #DDD; }
  .related-items a.category {
    color: #333;
    font-weight: bold; }

/* Photo Gallery */
.gallery {
  width: 100%;
  color: #fff; }

/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */
#galleria-loader {
  height: 1px !important; }

.galleria-theme-classic {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff; }
  .galleria-theme-classic img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .galleria-theme-classic .galleria-stage {
    position: absolute;
    top: 0.625em;
    bottom: 3.75em;
    left: 0.625em;
    right: 0.625em;
    overflow: hidden; }
  .galleria-theme-classic .galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2; }
  .galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px; }
  .galleria-theme-classic .galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #000;
    margin: 0 5px 0 0;
    border: 1px solid #000;
    float: left;
    cursor: pointer; }
  .galleria-theme-classic .galleria-counter {
    position: absolute;
    bottom: 0;
    left: 0.625em;
    text-align: right;
    color: #fff;
    z-index: 1; }
    @media (max-width: 40.625em) {
      .galleria-theme-classic .galleria-counter {
        font-size: 9px;
        line-height: 9px; } }
  .galleria-theme-classic.fullscreen .galleria-counter {
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    padding: 0 0.625em;
    width: 100%;
    text-align: left; }
  .galleria-theme-classic .galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none; }
  .galleria-theme-classic .galleria-info {
    width: 100%;
    bottom: 3.75em;
    /* no counter on statler */
    left: 0;
    z-index: 2;
    position: absolute;
    /* Kill artificial line breaks */ }
    .galleria-theme-classic .galleria-info br {
      display: none; }
  .galleria-theme-classic .galleria-info-text {
    background-color: rgba(0, 0, 0, 0.6);
    padding: .25em .75em .75em .75em;
    /* IE7 */
    zoom: 1; }
  .galleria-theme-classic .galleria-info-title {
    margin: 0;
    color: #fff;
    margin-bottom: 7px; }
  .galleria-theme-classic .galleria-info-description {
    margin: 0; }
    .galleria-theme-classic .galleria-info-description p {
      margin: 0; }
    @media (max-width: 40.625em) {
      .galleria-theme-classic .galleria-info-description {
        font-size: 9px;
        line-height: 9px; } }
  .galleria-theme-classic .galleria-info-close {
    display: none; }
  .galleria-theme-classic .notouch .galleria-info-close:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .galleria-theme-classic .touch .galleria-info-close:active {
    opacity: 1;
    filter: alpha(opacity=100); }
  .galleria-theme-classic .galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000; }
  .galleria-theme-classic.notouch .galleria-info-link:hover {
    opacity: 1; }
  .galleria-theme-classic.touch .galleria-info-link:active {
    opacity: 1; }
  .galleria-theme-classic .galleria-image-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0; }
  .galleria-theme-classic .galleria-image-nav-right {
    opacity: .3;
    cursor: pointer;
    width: 3em;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: table;
    text-align: center;
    right: 0; }
    .galleria-theme-classic .galleria-image-nav-right:hover, .galleria-theme-classic .galleria-image-nav-right:active {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.6); }
    .galleria-theme-classic .galleria-image-nav-right:after {
      font-size: 2em;
      font-weight: bold;
      display: table-cell;
      vertical-align: middle; }
    .galleria-theme-classic .galleria-image-nav-right:after {
      content: ">"; }
  .galleria-theme-classic .galleria-image-nav-left {
    opacity: .3;
    cursor: pointer;
    width: 3em;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: table;
    text-align: center;
    left: 0; }
    .galleria-theme-classic .galleria-image-nav-left:hover, .galleria-theme-classic .galleria-image-nav-left:active {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.6); }
    .galleria-theme-classic .galleria-image-nav-left:after {
      font-size: 2em;
      font-weight: bold;
      display: table-cell;
      vertical-align: middle; }
    .galleria-theme-classic .galleria-image-nav-left:after {
      content: "<"; }
  .galleria-theme-classic .galleria-thumb-nav-left,
  .galleria-theme-classic .galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80); }
  .galleria-theme-classic .galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto; }
  .galleria-theme-classic .galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default; }
  .galleria-theme-classic.notouch .galleria-thumb-nav-left:hover, .galleria-theme-classic.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111; }
  .galleria-theme-classic.touch .galleria-thumb-nav-left:active, .galleria-theme-classic.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111; }
  .galleria-theme-classic.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent; }
  .galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left,
  .galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right {
    display: block; }
  .galleria-theme-classic .galleria-thumb-nav-left,
  .galleria-theme-classic .galleria-thumb-nav-right,
  .galleria-theme-classic .galleria-info-link,
  .galleria-theme-classic .galleria-info-close,
  .galleria-theme-classic .galleria-image-nav-left,
  .galleria-theme-classic .galleria-image-nav-right {
    background-image: url(classic-map.png);
    background-repeat: no-repeat; }
  .galleria-theme-classic.galleria-container.videoplay .galleria-info, .galleria-theme-classic.galleria-container.videoplay .galleria-counter {
    display: none !important; }

.gallery-fullscreen-button {
  color: #fff;
  margin: 1em auto;
  display: inherit;
  /* WTF? I don't know why this works, but this lets the margin center it, and display:block doesn't */ }

.gallery-fullscreen-exit-button {
  display: none;
  background-color: #333; }
  .gallery-fullscreen-exit-button span.exit-small {
    display: none; }
  @media (max-width: 40.625em) {
    .gallery-fullscreen-exit-button span.exit-large {
      display: none; }
    .gallery-fullscreen-exit-button span.exit-small {
      display: inherit; } }
  .galleria-theme-classic.fullscreen .gallery-fullscreen-exit-button {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    z-index: 1000; }

aside.show-console {
  font-family: Arial, Helvetica, sans-serif;
  width: 128px;
  background: white;
  padding: 3px;
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #cecece;
  /* Legacy */ }
  aside.show-console.new {
    border: 0px;
    float: right; }
  aside.show-console img {
    max-width: 125px; }
  aside.show-console img.show-logo {
    max-width: 128px; }
  aside.show-console .linkbox {
    color: white;
    width: 125px;
    margin: 3px auto; }
    aside.show-console .linkbox a {
      color: white; }
  aside.show-console .ticket-link {
    background-color: #f58426; }
  aside.show-console .info-link {
    background-color: #00447c; }

div.bottom-section {
  margin-top: 2.1875em; }
  div.bottom-section h2 {
    margin: 0 0 0.2em 0.3em;
    font-size: 1.75em;
    font-weight: normal; }
    @media (min-width: 60.625em) {
      div.bottom-section h2.article-popular-header {
        margin-bottom: -38px; } }

/* Newsletter Signup Modal */
#newsletter-signup-modal {
  /* Newsletter Signup Modal Bootstrap overrides */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #9AC6ED;
  width: 80%; }
  #newsletter-signup-modal .modal-header .close {
    opacity: 1;
    width: 40px;
    height: 40px;
    position: relative;
    float: right; }
    #newsletter-signup-modal .modal-header .close:before, #newsletter-signup-modal .modal-header .close:after {
      content: '';
      position: absolute;
      width: 36px;
      height: 3px;
      background-color: #777;
      top: 16px;
      right: 2px; }
    #newsletter-signup-modal .modal-header .close:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
    #newsletter-signup-modal .modal-header .close:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #newsletter-signup-modal h1 {
    color: black;
    font-weight: normal;
    margin-top: 0; }
  #newsletter-signup-modal .cta {
    font-size: 18px;
    margin-top: 0.5em; }
  @media (min-width: 580px) {
    #newsletter-signup-modal {
      margin-left: -40%; } }
  @media (min-width: 750px) {
    #newsletter-signup-modal {
      width: 700px;
      margin-left: -350px; } }
  @media (max-width: 40.625em) {
    #newsletter-signup-modal.fade.in {
      top: 5%; } }
  #newsletter-signup-modal .modal-header {
    height: 54px;
    border-bottom: none;
    padding-bottom: 0; }
    #newsletter-signup-modal .modal-header .close {
      background-color: transparent;
      opacity: 1; }
  #newsletter-signup-modal .modal-body {
    padding-top: 0;
    max-height: none; }
  #newsletter-signup-modal .no-thanks {
    margin-top: 2em;
    color: black;
    font-weight: bold;
    cursor: pointer;
    text-align: center; }
    @media (max-width: 40.625em) {
      #newsletter-signup-modal .no-thanks {
        margin-top: 0.5em; } }

#modal-newsletter-signup-form {
  padding-top: 0; }

.newsletter-signup form.newsletter-signup-form input[type="submit"].signup_submit {
  float: right;
  margin-left: 0; }
  @media (max-width: 40.625em) {
    .newsletter-signup form.newsletter-signup-form input[type="submit"].signup_submit {
      padding-left: 0.1em;
      padding-right: 0.1em;
      font-size: 1em;
      line-height: 1.2em; } }

.modal-backdrop.fade.in {
  opacity: 0.4; }
</style>

                <script type="text/javascript">
            document.documentElement.className = 'no-fouc';
        </script>

                <script>
            window.__gigyaConf = { siteName: "theatermania.com", enabledProviders: "facebook,twitter,googleplus,linkedin", shortURLs: "never" }

            window.site = {
                                bitly: "751c9d02c7a10a2bd1e30756ff1ff4bcfeb4ec46",
                gigya: "3_MQs-FWiyZ2n1-nYozElXyJ1SrkeBZjBIeL1u-E4RG8nIyHEd7BI-CLTlDvXrTC-c",

                slug: "theatermania",
                pageType: "news"
            }
        </script>

                <script src="http://www.googletagservices.com/tag/js/gpt.js"></script>
        <script>
            var adTargeting = {"newsCategory":"theater-news","articleID":"82224","pageType":"news"};
            var googletag = googletag || {};
            googletag.cmd = googletag.cmd || [];
            googletag.cmd.push(function() {
              googletag.pubads().enableAsyncRendering();
              for (var i in adTargeting) {
                googletag.pubads().setTargeting(i, adTargeting[i]);
              }
            });
        </script>

                <script>
            (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
            })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

            ga('create', 'UA-2003478-1', 'auto');
            ga('require', 'displayfeatures');
            ga('set', 'dimension1', 'Author');
            ga('send', 'pageview');
        </script>

                <script>
                                    window.cookieconsent_options = {
                message : "TheaterMania.com uses cookies to ensure you get the best experience on our website.",
                link: "http://www.theatermania.com/extra/privacy-policy#cookies",
                theme: "dark-bottom"
            };
        </script>

                <script>
            window.readyFunctions = [];
            window.$ = function(callable) {
                window.readyFunctions.push(callable);
            }
        </script>

    </head>

        
    
    <body class="theatermania">
        
        <!-- Grapeseed Tag - must be placed at top of <body> tag -->
        <noscript>
            <iframe src="//www.googletagmanager.com/ns.html?id=GTM-TV9TZ9"
            height="0" width="0" style="display:none;visibility:hidden"></iframe>
        </noscript>
        <script>
            (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
            new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
            '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
            })(window,document,'script','dataLayer','GTM-TV9TZ9');
        </script>
        <!-- End Grapeseed Tag -->

        <header class="site-header">
    <section class="logo-and-search">
        <a class="home-link" href="/">
            <img id="site-logo" src="http://tm.tm-cdn.com/logo/2018-02-13/theatermania.jpg"
                title="TheaterMania.com" alt="TheaterMania.com logo" class="has-svg" />
        </a>
        <form class="search-bar" method="GET" action="/search">
    <input type="search" placeholder="Search city, actor, title, or keyword" name="term" title="Search" class="search-field"/>
    <button class="search-go-button"><i class="icon fa fa-search"></i></button>
</form>
    </section>
    <nav>
        <section class="small-navigation"><a href="/"><img id="small-site-logo" src="http://i.tm-cdn.com/logos/theatermania-white.png" /></a><a href="#" class="hamburger"><span>Menu</span></a></section><ul class="navigation-items"><li class="inline-search-bar"><form class="search-bar" method="GET" action="/search"><input type="search" placeholder="Search city, actor, title, or keyword" name="term" title="Search" class="search-field"/><button class="search-go-button"><i class="icon fa fa-search"></i></button></form></li><li class="broadway-menu"><a href="/broadway/shows/"><span class="title">BROADWAY</span><span class="short-title">BROADWAY</span></a></li><li class="off-broadway-menu"><a href="/off-broadway/shows/"><span class="title">OFF-BROADWAY</span><span class="short-title">OFF-BROADWAY</span></a></li><li class="all-cities-menu dropdown"><a href="/#" class="dropdown-toggle" data-toggle="dropdown" data-target="#">OTHER CITIES</a><ul class="dropdown-menu" role="menu"><li><a href="/boston-theater/">Boston</a></li><li><a href="/chicago-theater/">Chicago</a></li><li><a href="/las-vegas-theater/">Las Vegas</a></li><li><a href="/london-theater/">London</a></li><li><a href="/los-angeles-theater/">Los Angeles</a></li><li><a href="/miami-theater/">Miami</a></li><li><a href="/new-york-city-theater/shows/">New York</a></li><li><a href="/philadelphia-theater/">Philadelphia</a></li><li><a href="/san-francisco-theater/">San Francisco</a></li><li><a href="/seattle-theater/">Seattle</a></li><li><a href="/washington-dc-theater/">Washington, D.C.</a></li><li><a href="/minneapolis-theater/">Minneapolis / St. Paul</a></li><li><a href="/all-cities/">All Locations</a></li></ul></li><li class="discounts-menu"><a href="/broadway/discount-tickets/"><span class="title">DISCOUNT TICKETS</span><span class="short-title">DISCOUNTS</span></a></li><li class="news-menu"><a href="/news/"><span class="title">NEWS AND REVIEWS</span><span class="short-title">NEWS</span></a></li><li class="gold-club-menu"><a href="https://www.theaterclub.com/ny"><span class="title">GOLD CLUB</span><span class="short-title">GOLD CLUB</span></a></li><li class="more-menu dropdown"><a href="/#" class="dropdown-toggle" data-toggle="dropdown" data-target="#"><i class="icon-reorder"></i>MORE</a><ul class="dropdown-menu" role="menu"><li><a href="/newsletter/?cid=moremenu">Newsletter</a></li><li><a href="/childrens-theater/?cid=moremenu">Children's Theater</a></li><li><a href="/news/category/theater-news/?cid=moremenu">Theater News</a></li><li><a href="/news/category/reviews/?cid=moremenu">Theater Reviews</a></li><li><a href="/news/category/photo-flashes/?cid=moremenu">Theater Photos</a></li><li><a href="/videos/?cid=moremenu">Theater Video</a></li><li><a href="/london-theater/?cid=moremenu">London Theater</a></li><li><hr /></li><li><a href="http://industry.theatermania.com/?cid=moremenu">Submit Your Show</a></li></ul></li></ul>    </nav>
</header>
            <!-- sizes is an empty array because the responsive size map will always be provided. -->
    
                
                
<div id="div-gpt-ad-9c5b679cad" class="ad-unit leader" data-slot="1005529/Houston_TM"  data-targeting="topLeaderboard" data-sizes="[]" data-size-map="[[[0,0],[300,50]],[[650,365],[728,90],[970,250]]]"></div>
        <div class="page-content">
            <div class="above-footer-content">
    <main class="main-with-siderail">
    

<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');

fbq('init', '1408338369283975');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" border="0" alt="" style="display:none" src="https://www.facebook.com/tr?id=1408338369283975&amp;ev=PageView&amp;noscript=1" /></noscript>
<!-- End Facebook Pixel Code -->

<header class="article-header">
    <p class="category"><a href="/news/theater-news" class="ticker-home-link">THEATER NEWS</a></p>
    

<ul class="social-sharing-container small" data-url="http://www.theatermania.com/houston-theater/news/texas-alley-theatre-cancels-39-steps-harvey_82224.html">
    <li>
        <a href="#email-share-modal" class="email-social-share-button social-share-button" role="button" data-toggle="modal" title="Email this page" data-provider="email">
            <i class="icon fa fa-envelope"></i>
        </a>
    </li>
    <li>
        <a href="http://pinterest.com/pin/create/button?url=http%3A%2F%2Fwww.theatermania.com%2Fhouston-theater%2Fnews%2Ftexas-alley-theatre-cancels-39-steps-harvey_82224.html"
           class="pinterest-social-share-button social-share-button" title="Pin this page on Pinterest" data-provider="pinterest">
            <i class="icon fa fa-pinterest"></i>
        </a>
    </li>
    <li>
        <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.theatermania.com%2Fhouston-theater%2Fnews%2Ftexas-alley-theatre-cancels-39-steps-harvey_82224.html"
            class="gplus-social-share-button social-share-button" title="Share this page on Google Plus" data-provider="googleplus" data-short-url="http://www.theatermania.com/houston-theater/news/texas-alley-theatre-cancels-39-steps-harvey_82224.html?utm_source=google&amp;utm_medium=social&amp;utm_campaign=29aug2017">
            <i class="icon fa fa-google-plus"></i>
        </a>
    </li>
    <li>
        <a href="http://www.twitter.com/share" class="twitter-social-share-button social-share-button"
           title="Share this page on Twitter" data-provider="twitter" data-short-url="→ http://bit.ly/2gmNAEn">
            <i class="icon fa fa-twitter"></i>
        </a>
    </li>
    <li>
        <a href="http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.theatermania.com%2Fhouston-theater%2Fnews%2Ftexas-alley-theatre-cancels-39-steps-harvey_82224.html"
            class="facebook-social-share-button social-share-button" title="Share this page on Facebook" data-provider="facebook" data-short-url="http://www.theatermania.com/houston-theater/news/texas-alley-theatre-cancels-39-steps-harvey_82224.html?utm_source=facebook&amp;utm_medium=social&amp;utm_campaign=29aug2017">
            <i class="icon fa fa-facebook-square"></i>
        </a>
    </li>
</ul>

<div id="email-share-modal" class="modal hide fade" role="dialog" aria-hidden="true">
    <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-hidden="true">X</button>
        <h3>Share via Email</h3>
    </div>
    <form id="email-share-form" action="/submit/email_share/" method="post">
        <div class="modal-body">
                <label for="to">To</label>
                <div><textarea name="to" type="email" placeholder="Friend's email (separate multiple with commas)" required></textarea></div>

                <label for="from">From</label>
                <div><input name="from" type="email" placeholder="Your email" required /></div>

                <label for="body">Email body</label>
                <div>
                    <textarea name="body" rows="5">Hi, I was on TheaterMania.com and thought you might be interested in seeing this.</textarea>
                </div>

                <input type="hidden" name="page_title" value="Houston's Alley Theatre Cancels Remaining Performances of <em>The 39 Steps</em>">
                <input type="hidden" name="page_desc" value="Portions of the theater have been severely damaged by Hurricane Harvey.">
                <input type="hidden" name="link" value="http://www.theatermania.com/houston-theater/news/texas-alley-theatre-cancels-39-steps-harvey_82224.html">
                <div id="email-share-error" class="text-error"></div>
                <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LccPssSAAAAAFZSkVfbLu_NrElaBCldjaxh0hwH"></script>

	<noscript>
  		<iframe src="http://www.google.com/recaptcha/api/noscript?k=6LccPssSAAAAAFZSkVfbLu_NrElaBCldjaxh0hwH" height="300" width="500" frameborder="0"></iframe><br/>
  		<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
  		<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
	</noscript>
        </div>
        <div class="modal-footer">
            <button class="btn" data-dismiss="modal">Cancel</a>
            <button id="submit-email" class="btn btn-primary">Send Email</a>
        </div>
    </form>
    <div id="email-share-success" class="text-success success-message"></div>
</div>    <h1 itemprop="name" class="article-title">Houston's Alley Theatre Cancels Remaining Performances of <em>The 39 Steps</em></h1>
    <meta itemprop="itemreviewed" content="Houston&#x27;s&#x20;Alley&#x20;Theatre&#x20;Cancels&#x20;Remaining&#x20;Performances&#x20;of&#x20;&lt;em&gt;The&#x20;39&#x20;Steps&lt;&#x2F;em&gt;" />
    <p class="teaser">Portions of the theater have been severely damaged by Hurricane Harvey.</p>

    <p class="article-meta">
        <span itemprop="author" class="subheader-author"><a href="/author/bethany-rickwald_258/">Bethany Rickwald</a></span>
        •
        <a href="/houston-theater/">Houston</a>
        •
        <meta itemprop="publisher" content="TheaterMania.com" />
        <span class="subheader-date-published" itemprop="datePublished" content="2017-08-29">Aug 29, 2017</span>
    </p>

    <!-- show review stars on WOS side (or anything site-dependent that lives in the header) -->
    </header>

<noscript><div class="gallery_error">Please disable your ad blocking software or enable javascript to view this gallery.</div></noscript>

<article class="editorial-article article-body">
    <figure class="article-picture centered"  data-hash="qN5rgM2lafSbrpT"><img alt="Alley Theatre has cancelled its production of The 39 Steps due to damage from Tropical Storm Harvey." title="Alley Theatre has cancelled its production of The 39 Steps due to damage from Tropical Storm Harvey." style="width:620px" src="https://s3.amazonaws.com/tm-photos-production/128609.jpg"/><figcaption>Alley Theatre has canceled its production of <em>The 39 Steps</em> because of damage from Hurricane Harvey.<br/>(© Christopher Diaz)</figcaption></figure>

<p>Houston&#39;s <a href="http://www.theatermania.com/houston/theaters/alley-theatre_376/">Alley Theatre</a> has canceled its remaining performances of Alfred Hitchcock&#39;s <em>The 39 Steps</em> after being severely impacted by Hurricane Harvey. According to the theater, the decision has been made &quot;in order to keep our patrons, staff, and artists safe.&quot;</p>

<p>&quot;Alley&#39;s Neuhaus Theatre, Mitchell Lobby, and basement dressing rooms suffered the most damage, with water rising past the high water mark of 2001&#39;s Tropical Storm Allison,&quot; said a statement from the theater. The Hubbard Theatre and the Long Lobby remain in tact without any damage.</p>


            <p>All electricity, email servers, and phone lines at the theater remain offline. The theater will allow patrons exchange their existing tickets for a future Hubbard Theatre production at no additional charge, request a refund, or donate the value of the tickets to the Theatre. Ticket holders should email boxoffice@alleytheatre.org. The Box Office staff will return messages when normal operations resume, as the offices and box office are closed because there is no electrical power in the building.</p>

<p>Artistic director Gregory Boyd and managing director Dean Gladden will release further information about the season at a later date.</p>

<p>While it is not possible to donate directly to Alley Theatre at this time, <a href="https://www.alleytheatre.org/error/ticketing-unavailable">more information can be found here</a>.</p>

</article>

<div style="margin-top: 20px">
        

                
                
<div id="div-gpt-ad-6528143adf" class="ad-unit box-ad" data-slot="1005529/Houston_TM"  data-targeting="box" data-sizes="[300,250]" data-size-map="[[[0,0],[300,250]],[[650,365],[]]]"></div>
</div>

    <ul class="tags"><li><a href="/news/tag/the-39-steps/" rel="nofollow" class="link">The 39 Steps</a><a href="/rss.xml?t=the-39-steps" rel="nofollow" class="rss"><i class="icon fa fa-rss"></i></a></li><li><a href="/news/tag/tropical-storm-harvey/" rel="nofollow" class="link">Tropical Storm Harvey</a><a href="/rss.xml?t=tropical-storm-harvey" rel="nofollow" class="rss"><i class="icon fa fa-rss"></i></a></li></ul>


<ul class="social-sharing-container" data-url="http://www.theatermania.com/houston-theater/news/texas-alley-theatre-cancels-39-steps-harvey_82224.html">
    <li>
        <a href="#email-share-modal" class="email-social-share-button social-share-button" role="button" data-toggle="modal" title="Email this page" data-provider="email">
            <i class="icon fa fa-envelope"></i>
        </a>
    </li>
    <li>
        <a href="http://pinterest.com/pin/create/button?url=http%3A%2F%2Fwww.theatermania.com%2Fhouston-theater%2Fnews%2Ftexas-alley-theatre-cancels-39-steps-harvey_82224.html"
           class="pinterest-social-share-button social-share-button" title="Pin this page on Pinterest" data-provider="pinterest">
            <i class="icon fa fa-pinterest"></i>
        </a>
    </li>
    <li>
        <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.theatermania.com%2Fhouston-theater%2Fnews%2Ftexas-alley-theatre-cancels-39-steps-harvey_82224.html"
            class="gplus-social-share-button social-share-button" title="Share this page on Google Plus" data-provider="googleplus" data-short-url="http://www.theatermania.com/houston-theater/news/texas-alley-theatre-cancels-39-steps-harvey_82224.html?utm_source=google&amp;utm_medium=social&amp;utm_campaign=29aug2017">
            <i class="icon fa fa-google-plus"></i>
        </a>
    </li>
    <li>
        <a href="http://www.twitter.com/share" class="twitter-social-share-button social-share-button"
           title="Share this page on Twitter" data-provider="twitter" data-short-url="→ http://bit.ly/2gmNAEn">
            <i class="icon fa fa-twitter"></i>
        </a>
    </li>
    <li>
        <a href="http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.theatermania.com%2Fhouston-theater%2Fnews%2Ftexas-alley-theatre-cancels-39-steps-harvey_82224.html"
            class="facebook-social-share-button social-share-button" title="Share this page on Facebook" data-provider="facebook" data-short-url="http://www.theatermania.com/houston-theater/news/texas-alley-theatre-cancels-39-steps-harvey_82224.html?utm_source=facebook&amp;utm_medium=social&amp;utm_campaign=29aug2017">
            <i class="icon fa fa-facebook-square"></i>
        </a>
    </li>
</ul>

<div id="email-share-modal" class="modal hide fade" role="dialog" aria-hidden="true">
    <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-hidden="true">X</button>
        <h3>Share via Email</h3>
    </div>
    <form id="email-share-form" action="/submit/email_share/" method="post">
        <div class="modal-body">
                <label for="to">To</label>
                <div><textarea name="to" type="email" placeholder="Friend's email (separate multiple with commas)" required></textarea></div>

                <label for="from">From</label>
                <div><input name="from" type="email" placeholder="Your email" required /></div>

                <label for="body">Email body</label>
                <div>
                    <textarea name="body" rows="5">Hi, I was on TheaterMania.com and thought you might be interested in seeing this.</textarea>
                </div>

                <input type="hidden" name="page_title" value="">
                <input type="hidden" name="page_desc" value="">
                <input type="hidden" name="link" value="http://www.theatermania.com/houston-theater/news/texas-alley-theatre-cancels-39-steps-harvey_82224.html">
                <div id="email-share-error" class="text-error"></div>
                <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LccPssSAAAAAFZSkVfbLu_NrElaBCldjaxh0hwH"></script>

	<noscript>
  		<iframe src="http://www.google.com/recaptcha/api/noscript?k=6LccPssSAAAAAFZSkVfbLu_NrElaBCldjaxh0hwH" height="300" width="500" frameborder="0"></iframe><br/>
  		<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
  		<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
	</noscript>
        </div>
        <div class="modal-footer">
            <button class="btn" data-dismiss="modal">Cancel</a>
            <button id="submit-email" class="btn btn-primary">Send Email</a>
        </div>
    </form>
    <div id="email-share-success" class="text-success success-message"></div>
</div>
<div class="bottom-section">
    <h2>Want more stories like these<span style="font-size: 110%;">?</span></h2>
    <section class="newsletter-signup">
    <form id="tminsider-sign-up-form" action="/user/update_subscription/" method="post" class="bucket-contents newsletter-signup-form">

        <p>Get theater news, interviews, videos, exclusive ticket discounts, and more.</p>

        <input id="tminsider-sign-up-form-email" title="Email Address" type="email" name="email" placeholder="Email"/>
        <input id="tminsider-sign-up-form-zip" title="Zip Code" type="text" name="zip" placeholder="Zip"/>

        <input type="hidden" name="weeklydiscounts" value="true">
        <input type="hidden" name="national" value="true">
        <input type="hidden" name="local" value="true">
        <input type="hidden" name="beyondbroadway" value="true">
        <input type="hidden" name="holiday" value="true">
        <input type="hidden" name="family" value="true">

        <input type="hidden" name="coming_from" value="below_article">

        <input type='submit' id="tminsider-sign-up-form-button" class='signup_submit' value='SIGN UP' />

    </form>

    <aside id="signup-error" class="message-container error" hidden>
        <div class="message-graphic">
            <div class="circle">
                <div class="x-tall"></div>
                <div class="x-wide"></div>
            </div>    
        </div>
        <span id="signup-error-msg" class="message-text"></span>
    </aside>

    <aside id="signup-valid" class="message-container update" hidden>
        <div class="message-graphic">
            <div class="circle">
                <div class="checkmark-stem"></div>
                <div class="checkmark-kick-bottom"></div>
                <div class="checkmark-kick-top"></div>
            </div>
        </div>
        <span id="signup-valid-msg" class="message-text"></span>
    </aside>
</section>

<script>
    //the zip code validator function
    window.zipValidator = "zipcodeUS";
    window.zipName = "zip code";
</script></div>

<div style="margin-top: 20px">
        

                
                
<div id="div-gpt-ad-eb6bd78862" class="ad-unit box-ad" data-slot="1005529/Houston_TM"  data-targeting="box" data-sizes="[300,250]" data-size-map="[[[0,0],[300,250]],[[650,365],[]]]"></div>
</div>


<div class="bottom-section">
    <h2 class="article-popular-header">AROUND THEATERMANIA</h2>
    <script>
    $(function() {
        $("#popular-tabs a").click(function(ev) {
            ev.preventDefault();
            $(this).tab("show");
        });
    });
</script>
<section class="most-popular">
    <div class="bucket-contents">
        <ul class="nav nav-tabs" id="popular-tabs">
            <li><a href="#most-shared" data-toggle="tab">Most Shared</a></li>
            <li class="active"><a href="#most-viewed" data-toggle="tab">Most Viewed</a></li>
        </ul>
        <div class="tab-content">
            <ul id="most-viewed" class="tab-pane active popular-list">
                <li class="popular-article"><aside class="thumbnail"><a href="/broadway/news/the-secret-garden-broadway-return_84048.html?cid=mostviewed"><img src="http://tm.tm-cdn.com/photos/theatermania/v1x150.35y6.2w316.2h316/marsha-norman-wrote-the-book-and-lyrics-for-the-secret-132912.jpg" alt="&lt;em&gt;The&#x20;Secret&#x20;Garden&lt;&#x2F;em&gt;&#x20;to&#x20;Return&#x20;to&#x20;Broadway" /></a></aside><article class="info"><div class="title"><a href="/broadway/news/the-secret-garden-broadway-return_84048.html?cid=mostviewed"><em>The Secret Garden</em> to Return to Broadway</a></div><p><a href="/news/theater-news/" class="category"></a></p></article></li><li class="popular-article"><aside class="thumbnail"><a href="/new-york-city-theater/news/jan-maxwell-obituary_84040.html?cid=mostviewed"><img src="http://tm.tm-cdn.com/photos/theatermania/v1x196.85y12.4w254.20000000000002h254/jan-maxwell-has-died-at-the-age-of-61-132886.jpg" alt="Five-Time&#x20;Tony&#x20;Nominee&#x20;Jan&#x20;Maxwell&#x20;Dies&#x20;at&#x20;61" /></a></aside><article class="info"><div class="title"><a href="/new-york-city-theater/news/jan-maxwell-obituary_84040.html?cid=mostviewed">Five-Time Tony Nominee Jan Maxwell Dies at 61</a></div><p><a href="/news/obituaries/" class="category"></a></p></article></li><li class="popular-article"><aside class="thumbnail"><a href="/cleveland-theater/news/betty-buckley-hello-dolly-first-national-tour_84042.html?cid=mostviewed"><img src="http://tm.tm-cdn.com/photos/theatermania/v1x189.1y7.75w255.75h256/betty-buckley-will-play-dolly-gallagher-levi-in-the-first-132908.jpg" alt="Betty&#x20;Buckley&#x20;to&#x20;Star&#x20;in&#x20;First&#x20;National&#x20;Tour&#x20;of&#x20;&lt;em&gt;Hello,&#x20;Dolly&#x21;&lt;&#x2F;em&gt;" /></a></aside><article class="info"><div class="title"><a href="/cleveland-theater/news/betty-buckley-hello-dolly-first-national-tour_84042.html?cid=mostviewed">Betty Buckley to Star in First National Tour of <em>Hello, Dolly!</em></a></div><p><a href="/news/theater-news/" class="category"></a></p></article></li><li class="popular-article"><aside class="thumbnail"><a href="/new-york-city-theater/news/paley-center-jesus-christ-superstar-panel_84027.html?cid=mostviewed"><img src="http://tm.tm-cdn.com/photos/theatermania/v1x4.65y4.65w300.7h301/john-legend-and-sara-bareilles-will-participate-in-a-132864.jpg" alt="Paley&#x20;Center&#x20;Announces&#x20;Panel&#x20;for&#x20;&lt;em&gt;Jesus&#x20;Christ&#x20;Superstar&#x20;Live&#x20;in&#x20;Concert&lt;&#x2F;em&gt;" /></a></aside><article class="info"><div class="title"><a href="/new-york-city-theater/news/paley-center-jesus-christ-superstar-panel_84027.html?cid=mostviewed">Paley Center Announces Panel for <em>Jesus Christ Superstar Live in Concert</em></a></div><p><a href="/news/tv-news/" class="category"></a></p></article></li><li class="popular-article"><aside class="thumbnail"><a href="/broadway/news/alex-newell-hailey-kilgore-seth-meyers_84026.html?cid=mostviewed"><img src="http://tm.tm-cdn.com/photos/theatermania/v1x209.25y29.45w266.6h267/132862.jpg" alt="Alex&#x20;Newell&#x20;and&#x20;Hailey&#x20;Kilgore&#x20;Bring&#x20;&lt;em&gt;Once&#x20;on&#x20;This&#x20;Island&lt;&#x2F;em&gt;&#x20;to&#x20;&lt;em&gt;Seth&#x20;Meyers&lt;&#x2F;em&gt;" /></a></aside><article class="info"><div class="title"><a href="/broadway/news/alex-newell-hailey-kilgore-seth-meyers_84026.html?cid=mostviewed">Alex Newell and Hailey Kilgore Bring <em>Once on This Island</em> to <em>Seth Meyers</em></a></div><p><a href="/news/video-flash/" class="category"></a></p></article></li><li class="popular-article"><aside class="thumbnail"><a href="/broadway/news/rock-of-ages-national-tour_84018.html?cid=mostviewed"><img src="http://tm.tm-cdn.com/photos/theatermania/v1x86.8y10.85w451.05h451/rock-of-ages-which-ran-on-broadway-from-2009-2015-announced-132852.jpg" alt="&lt;em&gt;Rock&#x20;of&#x20;Ages&lt;&#x2F;em&gt;&#x20;to&#x20;Launch&#x20;10th&#x20;Anniversary&#x20;National&#x20;Tour&#x20;in&#x20;October" /></a></aside><article class="info"><div class="title"><a href="/broadway/news/rock-of-ages-national-tour_84018.html?cid=mostviewed"><em>Rock of Ages</em> to Launch 10th Anniversary National Tour in October</a></div><p><a href="/news/theater-news/" class="category"></a></p></article></li>            </ul>
            <ul id="most-shared" class="tab-pane popular-list">
                            </ul>
        </div>
    </div>
</section>
</div>

<div id="newsletter-signup-modal" class="modal hide fade">
    <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
    </div>
    <div class="modal-body newsletter-signup">
        <form id="modal-newsletter-signup-form" class="newsletter-signup-form" action="/user/update_subscription/" method="post">
            <h1>Want more stories like these?</h1>
            <p class="cta">Get theater news, interviews, videos, exclusive ticket discounts, and more.</p>
            <input type="email" name="email" placeholder="Email" title="Email Address">
            <!-- N.B. this field necessitates some kind of separate TM/WOS logic. -->
            <input type="text" name="zip" placeholder="Zip" title="Zip Code">
            <!-- coming_from value TBD -->
            <input type="hidden" name="coming_from" value="article_modal">

            <input type="hidden" name="weeklydiscounts" value="true">
            <input type="hidden" name="national" value="true">
            <input type="hidden" name="local" value="true">
            <input type="hidden" name="beyondbroadway" value="true">
            <input type="hidden" name="holiday" value="true">
            <input type="hidden" name="family" value="true">

            <span id="modal-error-container" hidden>
                <span id="modal-signup-error" class="signup-error"></span>
            </span>
            <span id="modal-signup-success" class="signup-success"></span>

            <input type="submit" class="signup_submit" alt="SIGN UP" value="SIGN UP" />
            
        </form>
        <p class="no-thanks" data-dismiss="modal">Don't show this again.</p>
    </div>
</div>
<script>
        //window.showModal == "1" when the twig property showModal is true. When it is false, window.showModal will == ""
    //window.showModal = "1";
</script>

    </main>
    <aside class="siderail">
        <section class="siderail-bucket">
            <!-- this ad will display when the browser size is > 970x545. This ad is different between TM and WOS -->
                

                
                
<div id="div-gpt-ad-eae767ff75" class="ad-unit box-ad" data-slot="1005529/Houston_TM"  data-targeting="box" data-sizes="[300,250]" data-size-map="[[[0,0],[]],[[970,545],[300,250]]]"></div>
        </section>
        <section class="siderail-bucket">
            <!-- this ad will display at when the browser size is > 650x365 and < 970x545 sizes -->
            
                
                
<div id="div-gpt-ad-02ea8417dc" class="ad-unit skyscraper" data-slot="1005529/Houston_TM"  data-targeting="skyscraper" data-sizes="[300,250]" data-size-map="[[[0,0],[]],[[650,365],[300,600],[300,250]],[[970,545],[]]]"></div>
        </section>
        <section class="siderail-bucket bottom-ad">
            <!-- this ad will display when the browser size is < 650x365 or > 970x545 -->
                

                
                
<div id="div-gpt-ad-cc08f78f47" class="ad-unit box-ad" data-slot="1005529/Houston_TM"  data-targeting="box" data-sizes="[300,250]" data-size-map="[[[0,0],[300,250]],[[650,365],[]],[[970,545],[300,250]]]"></div>
        </section>
    </aside>
</div>
            
                
                
<div id="div-gpt-ad-9d2956ebe9" class="ad-unit leader" data-slot="1005529/Houston_TM"  data-targeting="bottomLeaderboard" data-sizes="[]" data-size-map="[[[0,0],[]],[[650,365],[728,90]]]"></div>
            <footer class="site-footer">
    <a class="logo" href="http://www.theatermania.com">
        <img src="http://i.tm-cdn.com/logos/theatermania-white.png" class="has-svg" alt="TheaterMania.com logo" />
        <span class="hidden-text">Visit the TheaterMania.com homepage!</span>
    </a>

    <section class="links">
        <nav class="internal">
                                            <ul>
                                                                    <li>
                                                            <a href="/broadway-nyc/">
                                    Broadway
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/off-broadway/">
                                    Off-Broadway
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/off-off-broadway/">
                                    Off-Off-Broadway
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/broadway/discount-tickets/">
                                    Discount Tickets
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/news/">
                                    News and Reviews
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/videos/">
                                    Video
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/all-cities/">
                                    All Cities
                                </a>
                                                    </li>
                                    </ul>
                                            <ul>
                                                                    <li>
                                                            <a href="/news/">
                                    Theater News
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/news/reviews/">
                                    Reviews
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/news/photo-flashes/">
                                    Photo Flashes
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/magazine/">
                                    TM Magazine
                                </a>
                                                    </li>
                                    </ul>
                                            <ul>
                                                                    <li>
                                                            <a href="/boston-theater/">
                                    Boston Theater
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/chicago-theater/">
                                    Chicago Theater
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/las-vegas-theater/">
                                    Las Vegas Theater
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/london-theater/">
                                    London Theater
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/los-angeles-theater/">
                                    Los Angeles Theater
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/miami-theater/">
                                    Miami Theater
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/new-york-city-theater/">
                                    New York Theater
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/philadelphia-theater/">
                                    Philadelphia Theater
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/san-francisco-theater/">
                                    San Francisco Theater
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/seattle-theater/">
                                    Seattle Theater
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/washington-dc-theater/">
                                    Washington D.C. Theater
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/minneapolis-theater/">
                                    Minneapolis / St. Paul
                                </a>
                                                    </li>
                                    </ul>
                                            <ul>
                                                                    <li>
                                                            <a href="/about-us/">
                                    About Us
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/contact-us/">
                                    Contact Us
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/extra/jobs/">
                                    Jobs
                                </a>
                                                    </li>
                                    </ul>
                                            <ul>
                                                                    <li>
                                                            <a href="/newsletter/">
                                    Subscribe to our newsletter
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/user/newsletters/">
                                    Email Preferences
                                </a>
                                                    </li>
                                                                    <li>
                                                            <a href="/user/unsubscribe/">
                                    Unsubscribe
                                </a>
                                                    </li>
                                    </ul>
                                            <ul>
                                                                    <li>
                                                            <a href="/services/">
                                    Services
                                </a>
                                                    </li>
                                                                    <li class="sub">
                                                            <a href="/services#listings">
                                    Listings
                                </a>
                                                    </li>
                                                                    <li class="sub">
                                                            <a href="/services#marketing">
                                    Advertising
                                </a>
                                                    </li>
                                                                    <li class="sub">
                                                            <a href="/services#ticketing">
                                    Ticketing
                                </a>
                                                    </li>
                                    </ul>
                                            <ul>
                                                                    <li>
                                                            <a href="http://itunes.apple.com/us/app/broadway-theater-theatermania.com/id335992424?mt=8">
                                    <span id="available-on-the-appstore" class="sprite appstore has-svg"></span>
                                </a>
                                                    </li>
                                    </ul>
                    </nav>

        <nav class="external">
                                                <ul class="gold-club">
                                                                                <li>
                                                                    <a href="https://www.theaterclub.com/ny">
                                                                                <img src="http://i.tm-cdn.com/logos/goldclub.png" class="has-svg" alt="Gold Club logo" />
                                    </a>
                                                            </li>
                                                                                <li>
                                                                    <a href="https://www.theaterclub.com/ny">
                                                                                Learn More
                                    </a>
                                                            </li>
                                            </ul>
                                    <ul class="social-links">
                                                                                <li>
                                                                    <a href="http://www.facebook.com/theatermania">
                                        <i class="icon fa fa-facebook"></i>                                        Facebook
                                    </a>
                                                            </li>
                                                                                <li>
                                                                    <a href="https://plus.google.com/+theatermania" rel="publisher">
                                        <i class="icon fa fa-google-plus"></i>                                        Google+
                                    </a>
                                                            </li>
                                                                                <li>
                                                                    <a href="http://www.twitter.com/theatermania">
                                        <i class="icon fa fa-twitter"></i>                                        Twitter
                                    </a>
                                                            </li>
                                                                                <li>
                                                                    <a href="http://pinterest.com/theatermania/">
                                        <i class="icon fa fa-pinterest"></i>                                        Pinterest
                                    </a>
                                                            </li>
                                                                                <li>
                                                                    <a href="http://theatermania.tumblr.com">
                                        <i class="icon fa fa-tumblr"></i>                                        Tumblr
                                    </a>
                                                            </li>
                                                                                <li>
                                                                    <a href="/rss.xml">
                                        <i class="icon fa fa-rss"></i>                                        Subscribe to our RSS Feed
                                    </a>
                                                            </li>
                                            </ul>
                                    </nav>
    </section>

    <section class="policy-legal">
        <p>
            By providing information about entertainment and cultural events on this site,
            TheaterMania.com shall not be deemed to endorse, recommend, approve and/or
            guarantee such events, or any facts, views, advice and/or information contained therein.
        </p>
        <p>&copy;1999 - 2018 <strong>TheaterMania.com, Inc.</strong> All Rights Reserved.
            <a rel="nofollow" title="Terms of Use" href="/extra/terms-and-conditions">Terms of Use</a> &amp;
            <a rel="nofollow" title="Privacy Policy" href="/extra/privacy-policy">Privacy Policy</a>
        </p>
    </section>
</footer>
        </div>

                <script data-main="/responsive-js/app" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.14/require.min.js"></script>

                        <script>window.extraJS = "site/siderail site/article";</script>
                <!-- Centro tracking -->
<script type="text/javascript" async="async">var ssaUrl = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'pixel-a.basis.net/iap/15afeda9db32da1c';new Image().src = ssaUrl; (function(d)
{ var syncUrl = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'pixel-a.basis.net/dmp/asyncPixelSync'; var iframe = d.createElement('iframe'); (iframe.frameElement || iframe).style.cssText = "width: 0; height: 0; border: 0;"; iframe.src = "javascript:false"; d.body.appendChild(iframe); var doc = iframe.contentWindow.document; doc.open().write('<body onload="window.location.href=\''+syncUrl+'\'">'); doc.close(); }

)(document); </script>
<!-- End Centro tracking -->
    </body>
</html>
