<!--//Begin
var howMany = 7
var quote = new Array(howMany+1)
quote[0]="<p>&ldquo;A voice mail number may seem insignificant to some, but to those whose street address may be the license plate of a car, a simple voice mail number may be the life line to mere survival.&rdquo;</p><p class='citationName'>~U.S. Veteran CVM Client </p> "
quote[1]="<p>&ldquo;I really appreciate all the community information you give me, it's been a great help and please continue to do so.&rdquo;</p><p class='citationName'>~CVM Client</p>"
quote[2]="<p>&ldquo;I have not missed a call and I am able to get back to people in a timely manner.  My life has been made totally simple using Community Voice Mail.&rdquo;</p><p class='citationName'>~CVM Client</p>"
quote[3]="<p>&ldquo;The voice mail has made it so easy for me to go out and look for work as I finally have a number to put on applications.  I don't take anything for granted that you do.&rdquo;</p><p class='citationName'>~CVM Client</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;Before I got Community Voice Mail I was getting my messages all over and I was unemployed.  After receiving CVM employers were able to get in touch with me. I am proud to say that CVM brought me not only my own apartment but employment.&rdquo;</p><p class='citationName'>~CVM Client</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 -->