/* 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 = 18;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="Sharon - Executive Assistant<br />Temecula, CA";
body="I think your services are wonderful and working with Jill was great! She definitely knows what she is doing! ! ";
}

if (quotes==1) {
title="Matthews<br />NC";
body="I have recommended your services to many of my coworkers. Services are very reasonable and handled in a timely and professional manner. Your recommendations were spot on and my resume looks great. ";
}

if (quotes==2) {
title="Dan - Banker<br />Orlando, FL";
body="I was offered a few jobs that started with this resume. The resume was found by a recruiter who secured an interview that led to a lucrative offer. ";
}

if (quotes==3) {
title="Diane - Customer Service Professional<br />Harrisburg, NC";
body="Thank you for your excellent service and advice. It was rewarding experience working with Jill! ";
}

if (quotes==4) {
title="Melissa - Mortgage Professional<br />Harrisburg, NC";
body="Actually, this resume landed my current job. I'm convinced that comments made by the recruiter in reference to my resume were the sole reason I obtained this position. Not only the recruiter made comments. . . the AVP I interviewed with made comments as well. . . such as 'Your resume had already sold me, I just wanted to meet you in person to ensure that your personality matched the experience'. ";
}

if (quotes==5) {
title="Kelly - Management Professional<br />South Riding, VA";
body="It was a great and the price was right! ! I started a job last week. Thank you! ";
}

if (quotes==6) {
title="Sara - Therapeutic Recreational Specialist<br />Aldi, VA";
body="I would highly recommend the resume station to a friend or co-worker. Jill was excellent to work with. I couldn't be happier with the final product! ";
}

if (quotes==7) {
title="Denise - Business Analyst<br />Monroe, NC";
body="Only been searching for a week so no job offer yet but I am starting to get calls for interviews so it is just a matter of time. Jill was GREAT! She was very responsive throughout the entire process. She did an awesome job at emphasizing my accomplishments and work experience, which resulted in an eye catching resume! ";
}

if (quotes==8) {
title="Fran - Financial Paraplanner<br />Rocky Mount, NC";
body="Thanks for all the time and thought you put into making my resume' GREAT! ";
}

if (quotes==9) {
title="Jennifer - Teacher<br />Stallings, NC";
body="As a classroom teacher, I wanted a resume that would stand out from the rest. I was extremely pleased with the final product, and it landed me a new position in less than 2 weeks! Thanks, Resume Station! ! ";
}

if (quotes==10) {
title="Gina - Recent College Graduate<br />Oak Island, NC";
body="Even though I have never used a professional's assistance while constructing a resume, I was very pleased with the service and product that I received from the Resume Station. I was surprised at the timely manner in which I was contacted. I was given great feedback and never given any reason to feel inadequate based on my lack of experience. I would definitely recommend the Resume Station to friends, family, and coworkers. Thank you so much for your amazing work. I hope to share my success story very soon. Thank you again! ";
}

if (quotes==11) {
title="Charlotte, NC";
body="The resume station did a fantastic job and I would recommend their services to anyone who is currently looking for a career change or new job opportunity. It's a fresh new approach to an old concept, and one in which you'll be greatly pleased with the results! ";
}

if (quotes==12) {
title="Carla - Mortgage Professional<br />Waxhaw, NC";
body="It's only been a few days and I have received very positive feedback on my resume thus far. I'll keep you posted when an interview rolls around. I feel very confident with my resume, I'm positive it will be viewed and get my foot in the door over someone who chooses to do it themselves. You really are a great writer! ";
}

if (quotes==13) {
title="Robin - Government Employee<br />Monroe, NC";
body="Having been laid off from my previous employer, I don't think I would have found another position without help from Jill! Jill thanks for all your help! ! ! ! ";
}
if (quotes==14) {
title="Janice - Banking Analyst<br />Charlotte, NC";
body="The most professional resume' writer I have ever met. I have never been so happy to see my hard work put into words for the world to see. If I had an award to give, it would go to Jill Reed. No matter where I go, I will always tell other people about the Resume Station. ";
}
if (quotes==15) {
title="Brett - Project Engineer<br />Charlotte, NC";
body="Jill was extremely delightful to work with. I saw myself as a difficult client; however, she was able to handle everything curveball I through at her and produced a wonderful resume and great supporting documents. ";
}
if (quotes==16) {
title="Lisa - Management Professional<br />Milton, GA";
body="Excellent service; objective review of skills proved invaluable! ";
}
if (quotes==17) {
title="Brandy - Mortgage Professional<br />Mint Hill, NC";
body="It was so easy working with the Resume Station.  I thought it would be hard trying to explain all of the kinds of work and task I have performed but Jill made it so easy and asked all the right questions. In the end I have a resume that really tells who I am and the kind of work I can do. ";
}

document.write('<div align=left>');
document.write('<strong>' + title + '</strong><br>');
document.write(''+ body +'');
document.write('</div>');
