// Copyright &copy; 1999 Doug Popeney
// Created by Doug Popeney (easyjava@easyjavascipt.com)
// JavaScript Made Easy!! - http://www.easyjavascript.com

var a = Math.random() + "1"
var rand1 = a.charAt(5)

quotes = new Array
quotes[0] = "To acquire knowledge, one must study; but to acquire wisdom, one must observe. --Marilyn vos Savant"
quotes[1] = "I don&#8217;t think there&#8217;s anything as wonderful in life as being able to help someone else. --Betty Ford"
quotes[2] = "The secret of joy in work is contained in one word&#8212;excellence.  To know how to do something well is to enjoy it. --Pearl S. Buck"
quotes[3] = "Find a job you like, and you add five days to every week. --H. Jackson Browne"
quotes[4] = "If you tell the truth you don&#8217;t have to remember anything. --Mark Twain"
quotes[5] = "In real life, the greatest heroes are often found among the most ordinary people. --anonymous"
quotes[6] = "Knowing what&#8217;s right doesn&#8217;t mean much unless you do what&#8217;s right. --anonymous"
quotes[7] = "It&#8217;s easy to sit up and take notice.  What is hard is to get up and take action. --Al Batt"
quotes[8] = "No person who is enthusiastic about his work has anything to fear from life.  --Samuel Goldwyn"
quotes[9] = "'push' will get a person almost everywhere&#8212;except through a door marked 'pull'. --anonymous"
quotes[01] = "Not all birds can fly.  What separates the flyers from the walkers is the ability to take off. --Carl Sagan"
quotes[02] = "Taking a break in the middle of a job is not as rewarding as taking it when the job is finished. --anounymous"
quotes[03] = "Perseverance is not a long race; it is many short races one after another. --Walter Elliott"
quotes[04] = "Wise people learn when they can. Fools learn when they must. --Arthur Wellesley Wellington"
quotes[05] = "Every time you wake up and ask yourself, &#8220;what good things am I going to do today?&#8221; remember that when the sun goes down at sunset, it will take a part of your life with it. --Indian proverb"
quotes[06] = "The better I get, the more I realize how much better I can get. --Martina Navratilova"
quotes[07] = "It&#8217;s better to look ahead and prepare than look back and regret. --anonymous"
quotes[08] = "Efficiency is doing things right, effectiveness is doing right things. --Peter Druck"
quotes[09] = "A hunch is creativity trying to tell you something. --Frank Capra"
quotes[001] = "Happiness is essentially a state of going somewhere wholeheartedly. --W.H. Shelto"
quotes[002] = "Opportunity knocks so many times that it has raw knuckles. --Barry Neil Kaufman"
quotes[003] = "We are our choices. --Jean-Paul Sartre"
quotes[004] = "It is easier to do a job right than to explain why you didn&#8217;t. --Martin van Buren"
quotes[005] = "I love criticism just so long as it&#8217;s unqualified praise. --Noel Coward"
quotes[006] = "The more I help others succeed, the more I succeed. --Ray Kroc"
quotes[007] = "The key to success is to learn to do something right and then do it right every time. --Pat Riley"
quotes[008] = "Opportunities are often things you haven&#8217;t noticed the first time around. --Catherine Deneuve"
quotes[009] = "Combine common sense and the Golden Rule and you will have very little bad luck. --anonymous"
quotes[0001] = "Do or do not.  There is no try. --Yoda"
quotes[0002] = "An ounce of practice is worth a pound of theory. --anonymous"
quotes[0003] = "I don&#8217;t subscribe to the thesis 'let the buyer beware.'  I prefer the disregarded one that goes 'let the seller be honest.' --Isaac Asimov"
quotes[0004] = "Doing things by halves is worthless because it may be the other half that counts. --anonymous"
quotes[0005] = "How wonderful it is that nobody need wait a single moment before starting to improve the world. --Anne Frank"

var quote = quotes[rand1]
