/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 9;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="Anita Hinka<br />Bureau of Business Enterprises, Jacksonville";
body="Disability Mentoring Day reinforces my opinion that if a person wants to do something, regardless of their limitations, he or she will do so.";
}

if (quotes==1) {
title="Sonia Menedez<br />Goodwill Industries, Miami";
body="Mentees presented themselves in a professional manner. I was really pleased that they asked a ton of questions which demonstrates their interest in one day joining the workforce.";
}

if (quotes==2) {
title="Camille Summers<br />98.5 WTKT Radio Station, Gainesville";
body="[Disability Mentoring Day] gives exposure to an unfamiliar work environment and provides mentees with an idea of careers that may be of interest to them in the future.";
}

if (quotes==3) {
title="Shawn<br />DMD Mentee";
body="I did a ride along with Officer Cooke of the Madison Four Freedoms Police Dept. It was a very exciting time for me. I learned all about policemen and what they do, to help better me for the future.";
}

if (quotes==4) {
title="Kehli <br />DMD Mentee";
body="My day with Dr. Jordan and Dr. Purvis could not have been better! At the end of the day they offered me a summer internship and I can't wait to go back for another day to just shadow them.";
}

if (quotes==5) {
title="Erich<br />DMD Mentee";
body="I had a lot of fun on DMD Day. I went to the radio station [and] we had the chance to talk on the radio. The radio station is broadcasted over the Internet.";
}

if (quotes==6) {
title="Tony Saladrigas<br />Meineke Auto Center";
body="I believe that [Disability Mentoring Day] is a small way to give back to the community. Helps your particular industry grow and gain interest by bringing in new blood.";
}

if (quotes==7) {
title="Tom Chmielewski<br />Tampa General Hospital";
body="[Disability Mentoring Day] made me aware of what changes needed to be made in certain areas of the hospital in order for these areas to be more accessible to the disabled.";
}

if (quotes==8) {
title="Diane Clinton<br />Human Resources Board of County Commission";
body="[Disability Mentoring Day] is a way to prepare our children for the \"World of Work\" by giving them the opportunity to experience it first hand.";
}

// if (quotes==) {
// title="";
// body="";
// }

document.write('<h4>What they say about National Disability Mentoring Day</h4>');
document.write('<p>');
document.write(''+ body +'');
document.write('</p>');
document.write('<p style=\"text-align: right;\">');
document.write('<strong>' + title + '</strong><br>');
document.write('</p>');
