/* 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 = 34;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
author="Michael Althsuler";
body="The bad news is time flies. The good news is you're the pilot.";
}

if (quotes==1) {
author="Plato";
body="The beginning is the most important part of the work.";
}

if (quotes==2) {
author="Theodore Roosevelt";
body="The best executive is the one who has sense enough to pick good men to do what he wants done, and self-restraint to keep from meddling with them while they do it.";
}

if (quotes==3) {
author="Robert Browning";
body="The best is yet to be.";
}

if (quotes==4) {
author="Abraham Lincoln";
body="The best thing about the future is that it only comes one day at a time.";
}

if (quotes==5) {
author="William Carlos Williams";
body="The better work men do is always done under stress and at great personal cost.";
}

if (quotes==6) {
author="Christopher Morley";
body="The big shots are only the little shots who keep shooting.";
}

if (quotes==7) {
author="Ralph Waldo Emerson";
body="The creation of a thousand forests is in one acorn.";
}

if (quotes==8) {
author="Harold Wilkins";
body="The world of achievement has always belonged to the optimist.";
}

if (quotes==9) {
author="Colin Powell";
body="There are no secrets to success. It is the result of preparation, hard work, learning from failure.";
}

if (quotes==10) {
author="Unknown Author";
body="There are no shortcuts to any place worth going.";
}

if (quotes==11) {
author="Author unknown";
body="There is no elevator to success. You have to take the stairs.";
}

if (quotes==12) {
author="Greg Hickman";
body="Paint a masterpiece daily. Always autograph your work with excellence.";
}

if (quotes==13) {
author="Nancy Kerrigan";
body="Part of being a champ is acting like a champ. You have to learn how to win and not run away when you lose. Everyone has bad stretches and real successes. Either way, you have to be careful not to lose your confidence or get too confident.";
}

if (quotes==14) {
author="George Bernard Shaw";
body="People are always blaming their circumstances for what they are. I don't believe in circumstances. The people who get on in this world are the people who get up and look for the circumstances they want, and, if they can't find them, make them";
}

if (quotes==15) {
author="Joe Gibbs";
body="People who enjoy what they are doing invariably do it well.";
}

if (quotes==16) {
author="J. C. Penney";
body="Every business is built on friendship.";
}

if (quotes==17) {
author="Samuel Johnson";
body="Great works are performed, not by strength, but by perseverance.";
}

if (quotes==18) {
author="John Stosssel";
body="Happiness comes when we test our skills towards some meaningful purpose.";
}

if (quotes==19) {
author="Sam Ewig";
body="Hard work spotlights the character of people: some turn up their sleeves, some turn up their noses, and some don't turn up at all.";
}

if (quotes==20) {
author="Benjamin Franklin";
body="He that can have patience can have what he will.";
}

if (quotes==21) {
author="Henry Ford";
body="A business that makes nothing but money is a poor kind of business.";
}

if (quotes==22) {
author="John C. Maxwell";
body="A leader is one who knows the way, goes the way and shows the way.";
}

if (quotes==23) {
author="Charles M. Schwab";
body="A man to carry on a successful business must have imagination. He must see things as in a vision, a dream of the whole thing.";
}

if (quotes==24) {
author="Walt Disney";
body="All our dreams can come true - if we have the courage to pursue them.";
}

if (quotes==25) {
author="Anthony J. D'Angelo";
body="Become a student of change. It is the only thing that will remain constant";
}

if (quotes==26) {
author="Thomas J. Watson";
body="You have to have your heart in the business and the business in your heart.";
}

if (quotes==27) {
author="Beverly Sills";
body="You may be disappointed if you fail, but you are doomed if you don't try.";
}

if (quotes==28) {
author="Japanese proverb";
body="None of us is as smart as all of us.";
}

if (quotes==29) {
author="Jesse Owens";
body="One chance is all you need.";
}

if (quotes==30) {
author="Johan Arndt";
body="Informal conversation is probably the oldest mechanism by which opinions on products and brands are developed, expressed, and spread.";
}

if (quotes==31) {
author="Peter F. Drucker";
body="Wherever you see a successful business, someone once made a courageous decision.";
}

if (quotes==32) {
author="George S. Patton";
body="If everyone is thinking alike, then somebody isn't thinking.";
}

if (quotes==33) {
author="Malcolm S. Forbes";
body="The best vision is insight.";
}

document.write('<div align=center> <p>');
document.write('&#8220;'+ body +'&#8221;<br>');
document.write('<i>-' + author + '</i>');
document.write('</p></div>');
