<!--//Begin
var howMany = 6
var quote = new Array(howMany+1)
quote[0]="<p>&ldquo;I was able to secure affordable housing, and my childrens' teachers now have a way to reach me.&rdquo;</p><p class='citationName'>~Hillary Tacoma </p> "
quote[1]="<p>&ldquo;I just couldn't believe there was something like this available out there - and that I could start using it right away.&rdquo;</p><p class='citationName'>~CVM Client </p>"
quote[2]="<p>&ldquo;This program has helped at my sick and homeless clients gain what most of us take for granted ... basic communication (doctors cancel an unconfirmed appointment).  CVM is a vital link in my clients' ability to be productive and stable members of our community.&rdquo;</p><p class='citationName'>~Dr. Jon-Eden Stern<br />San Diego<br />Dept. of Health </p>"
quote[3]="<p>&ldquo;After I got Community Voice Mail and I saw how it worked, it was just a tremendous relief.<br />So much pressure disappeared.&rdquo;</p><p class='citationName'>~-Jerry<br />Partially Disabled </p>"
quote[4]="<p>&ldquo;CVM helps the case managers at Homeward Bound stay in touch with their clients. Many of these clients are not allowed to receive phone calls at work.  All of our clients who have used CVM have done so successfully and have gone on to be able to install phone service into their homes!&rdquo;</p><p class='citationName'>~Michaela R. Cannon<br />Employment Services Coordinator<br />Homeward Bound</p>"
quote[5]="<p>&ldquo;Community Voice Mail is of the utmost importance for survivors of domestic violence as a safe link for communication&rdquo;</p><p class='citationName'>~Maria Henderson<br />Shelter Coordinator, CASA  </p>"
quote[6]="<p>&ldquo;It has literally been a Godsend to our veterans who have no income, no residential address, and no way of effectively communicating with prospective employers if it weren't for CVM&rdquo;</p><p class='citationName'>~Chuck Foster<br />Dept. of Veteran Affairs<br />Phoenix AZ </p>"
//quote[7]="<p>&ldquo;<<Text Here>> &rdquo;</p><p class='citationName'>~<<citationName here>></p>"
//quote[8]="<p>&ldquo;<<Text Here>> &rdquo;</p><p class='citationName'>~<<citationName here>></p>"
//quote[9]="<p>&ldquo;<<Text Here>> &rdquo;</p><p class='citationName'>~<<citationName here>></p>"
//quote[10]="<p>&ldquo;<<Text Here>> &rdquo;</p><p class='citationName'>~<<citationName here>></p>"
//quote[11]="<p>&ldquo;<<Text Here>> &rdquo;</p><p class='citationName'>~<<citationName here>></p>"
//quote[12]="<p>&ldquo;<<Text Here>> &rdquo;</p><p class='citationName'>~<<citationName here>></p>"
//quote[13]="<p>&ldquo;<<Text Here>> &rdquo;</p><p class='citationName'>~<<citationName here>></p>"
//quote[14]="<p>&ldquo;<<Text Here>> &rdquo;</p><p class='citationName'>~<<citationName here>></p>"

function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}
quo = rndnumber()
quox = quote[quo]
document.write(quox)
// End -->