function quotes()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('<!--<h1 class="quotes-header">Washington Post</h1> --><p class="quotes-text"> "Goren refuses to judge Frankenstein\'s scientific ethics while playing him. He may seem detached, but the good doctor is "trying to figure out the wonder of existence. It\'s not about \'I like to destroy things.\' It\'s about trying to find the mechanism that drives it all," the actor says."<br></br><br></br>   <i>-The Washington Post</i></p>'); } // washingtonPost
if (ranNum == 1){document.write('<!-- <h1 class="quotes-header">The Eagle (American University)</h1> --> <p class="quotes-text">"Perhaps the most enticing part of the show is the chemistry between ... Goren and Rector [who] display an entire spectrum of emotions and develop a complicated relationship, keeping the audience wondering whether they thrive on each other or if they wish for the other\'s demise."<br></br><br></br>-<i>The Eagle</i></p>'); } // theEagle
if (ranNum == 2){document.write('<!-- <h1 class="quotes-header">Off Off Online</h1> --><p class="quotes-text">"As Will, Goren provides a good blend of emotional stutter-stepping and outsized intellect."<br></br><br></br>-<i>offoffonline</i> </p>'); } // offOffOnline
if (ranNum == 3){document.write('<p class="quotes-text">"Jeremy Goren as Victor Frankenstein .... has the makings of a fully committed lead, as evidenced in his perfectly rendered and breathtaking final scene."<br></br><br></br>-<i>DC Theatre Scene</i></p>'); } // dcTheatre
if (ranNum == 4){document.write('<!--<h1 class="quotes-header">Washington Post</h1> --><p class="quotes-text"> "Goren ... radiates the weight of extreme grief from the inside out."<br></br><br></br>   <i>-offoffonline</i></p>'); } // Lucid
}
