var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "There is nothing in a caterpillar that tells you it's going to be a butterfly. (Buckminster Fuller)";
msg[2] = "If we all did the things we are capable of doing, we would literally astound ourselves. (Thomas Alva Edison )";
msg[3] = "An average person with average talents and ambition and average education, can outstrip the most brilliant genius in our society, if that person has clear, focused goals. (Mary Kay Ash)";
msg[4] = "Twenty years from now you will be more disappointed by the things you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover. (Mark Twain)";
msg[5] = "It's lack of faith that makes people afraid of meeting challenges, and I believe in myself. (Muhammad Ali)";
msg[6] = "When the will is ready the feet are light. (Proverb)";
msg[7] = "Joy comes from using your potential. (Will Schultz)";
msg[8] = "Why not go out on a limb? Isn't that where the fruit is? (Frank Scully)";
msg[9] = "The greatest step is out the door. (German Proverb)";
msg[10] = "If you have confidence you have patience. Confidence, that is everything. (Ilie Nastase)";
msg[11] = "There's only one corner of the universe you can be certain of improving, and that's your own self. (Aldous Huxley )";
msg[12] = "I dream my painting and then paint my dream. (Vincent Van Gogh )";
msg[13] = "Success is nothing more than a few simple disciplines, practiced every day. (Jim Rohn)";
msg[14] = "Success isn't a result of spontaneous combustion. You must set yourself on fire. (Arnold H. Glasgow)";
msg[15] = "This one step - choosing a goal and sticking to it - changes everything. (Scott Reed)";
msg[16] = "Don't compromise yourself. You are all you've got. (Janis Joplin)";
msg[17] = "If you have knowledge, let others light their candles in it.(Margaret Fuller)";
msg[18] = "You can do one of two things; just shut up, which is something I don't find easy, or learn an awful lot very fast, which is what I tried to do. (Jane Fonda)";
msg[19] = "The family unit plays a critical role in our society and in the training of the generation to come. (Sandra Day O'Connor )";
msg[20] = "For what is done or learned by one class of women becomes, by virtue of their common womanhood, the property of all women. (Elizabeth Blackwell, The first woman in the U.S. to become a physician)";
msg[21] = "Far away there in the sunshine are my highest aspirations. I may not reach them, but I can look up and see their beauty, believe in them, and try to follow where they lead. (Louisa May Alcott)";
msg[22] = "In my heart, I think a woman has two choices: either she's a feminist or a masochist. (Gloria Steinem )";
msg[23] = "I worshipped dead men for their strength, Forgetting I was strong. (Vita Sackville-West)";
msg[24] = "A happy mother makes a happy child. (Charlotte Gould)";
msg[25] = "Within our dreams and aspirations we find our opportunities. (Sue Atchley Ebaugh)";
msg[26] = "People often say that motivation doesn't last. Well, neither does bathing - that's why we recommend it daily. (Zig Ziglar)";
msg[27] = "Many persons have a wrong idea of what constitutes true happiness. It is not attained through self-gratification but through fidelity to a worthy purpose. (Helen Keller)";
msg[28] = "Never doubt that a small group of thoughtful committed citizens can change the world. Indeed, it is the only thing that ever has. (Margaret Mead)";
msg[29] = "Something which we think is impossible now is not impossible in another decade.(Constance Baker Motley, First Black Woman in the U.S. to become a Federal Judge)";
msg[30] = "I think the key is for women not to set any limits.(Martina Navratilova  )";
msg[31] = "Remember no one can make you feel inferior without your consent. (Eleanor Roosevelt)";

function writeTip() {
document.write(msg[today]);
}

