function doIt()
{
  today=new Date();
  jran=today.getTime();
  number = 43
// Random number generating scheme.

ia=9301;

ic=49297;

im=233280;

jran = (jran*ia+ic) % im;

choice = Math.ceil( (jran/(im*1.0)) * number);
if (choice == 1) 
	quote="In the arena of human life the honours and rewards fall to those who show their good qualities.<br /> - Aristotle"
if (choice == 2)
	quote="Everything has its beauty but not everyone sees it.<br /> - Confucius"
if (choice == 3)
	quote="<img src='/images/ratebanner2.gif' border=0>"
if (choice == 4)
	quote="Do not do to others what angers you if done to you by others.<br /> - Socrates"
if (choice == 5)
	quote="My philosophy is that not only are you responsible for your life, but doing the best at this moment puts you in the best place for the next moment.<br /> - Oprah Winfrey"
if (choice == 6)
	quote="No one is useless in this world who lightens the burdens of another.<br /> - Charles Dickens"
if (choice == 7)
        quote="Learn all you can from the mistakes of others. You won't have time to make them all yourself.<br /> -Alfred Sheinwold"
if (choice == 8)
        quote="If you always give, you will always have.<br />-Chinese proverb"
if (choice == 9)
        quote="Children seldom misquote you. In fact, they usually repeat word for word what you shouldn't have said.<br />-Anonymous"
if (choice == 10)
        quote="Have patience with all things, but chiefly have patience with yourself. Do not lose courage in considering your own imperfections but instantly set about remedying them - every day begin the task anew.<br />-Saint Francis de Sales"
if (choice == 11)
        quote="The greatest gift we can give one another is rapt attention to one another's existence.<br />-Sue Atchley Ebaugh"
if (choice == 12)
        quote="Family quarrels are bitter things. They don't go by any rules. They're not like aches or wounds; they're more like splits in the skin that won't heal because there's not enough material.<br />-F. Scott Fitzgerald "
if (choice == 13)
        quote="No wonder it's so difficult to raise children properly - they are always imitating their parents.<br />-Anonymous "
if (choice == 14)
        quote="It is a mystery why adults expect perfection from children. Few grownups can get through a whole day without making a mistake.<br />-Marcelene Cox "
if (choice == 15)
        quote="Outside of a dog, a book is man's best friend. Inside of a dog, it's too dark to read.<br />-Groucho Marx "
if (choice == 16)
        quote="Imagination is more important than knowledge.<br />-Albert Einstein "
if (choice == 17)
        quote="If music be the food of love, play on.<br />-Shakespeare "
if (choice == 18)
        quote="The way to get started is to quit talking and begin doing.<br />-Walt Disney"
if (choice == 19)
        quote="Obstacles are those frightful things you see when you take your eyes off the goal.<br />-Henry Ford"
if (choice == 20)
        quote="Live as if you were to die tomorrow. Learn as if you were to live forever.<br />-M. K. Gandhi"
if (choice == 21)
        quote="Never look down on anybody unless you're helping him up.<br />-Jesse Jackson "
if (choice == 22)
        quote="To be yourself in a world that is constantly trying to make you something else is the greatest accomplishment.<br />-Ralph Waldo Emerson "
if (choice == 23)
        quote="The Journey is the reward.<br />-Chinese Proverb"
if (choice == 24)
        quote="People are like stained-glass windows. They sparkle and shine when the sun is out, but when the darkness sets in, their true beauty is revealed only if there is a light from within.<br />-Elizabeth Kubler Ross"
if (choice == 25)
        quote="Management is doing things right; leadership is doing the right things.<br />-Peter F. Drucker"
if (choice == 26)
        quote="Don't tell people how to do things, tell them what to do and let them surprise you with their results.<br />-George S. Patton"
if (choice == 27)
        quote="Leadership is the art of getting someone else to do something you want done because he wants to do it.<br />-Dwight Eisenhower "
if (choice == 28)
        quote="Eighty percent of success is showing up.<br />-Woody Allen"
if (choice == 29)
        quote="A person is a success if they get up in the morning and gets to bed at night and in between does what he wants to do.<br />-Bob Dylan"
if (choice == 30)
        quote="I don't know the key to success, but the key to failure is trying to please everybody.<br />-Bill Cosby"
if (choice == 31)
        quote="You will find the key to success under the alarm clock.<br />-Benjamin Franklin"
if (choice == 32)
        quote="It is wise to keep in mind that neither success nor failure is ever final.<br />-Roger Babson"
if (choice == 33)
        quote="The more you praise and celebrate your life, the more there is in life to celebrate.<br />-Oprah Winfrey "
if (choice == 34)
        quote="Age is a number and mine is unlisted.<br />-Anonymous"
if (choice == 35)
        quote="Smile, it enhances your face value.<br />-Truvy (Dolly Parton) in 'Steel Magnolias'"
if (choice == 36)
        quote="The time you enjoy wasting is not wasted time.<br />- Bertrand Russel"
if (choice == 37)
        quote="Don?t cry because it's over. Smile because it happened.<br />-Dr. Seuss (Theodor Seuss Geisel)"
if (choice == 38)
        quote="How did it get so late so soon? Its night before its afternoon. December is here before its June. My goodness how the time has flewn. How did it get so late so soon?<br />-Dr. Seuss (Theodor Seuss Geisel)"
if (choice == 39)
        quote="Today was good. Today was fun. Tomorrow is another one.<br />-Dr. Seuss (Theodor Seuss Geisel)"
if (choice == 40)
        quote="You are you. Now, isn?t that pleasant?<br />-Dr. Seuss (Theodor Seuss Geisel)"
if (choice == 41)
        quote="If you had 10 billion $1 bills and spent one every second of every day, it would take 317 years for you to go broke."
if (choice == 42)
        quote="Ten billion pennies were manufactured in 1998."
if (choice == 43)
        quote="Martha Washington is the only woman whose portrait has appeared on a U.S. currency note."
}
doIt();

