var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "Success usually comes to those who are too busy to be looking for it. - Henry David Thoreau";
msg[2] = "The years teach much which the days never knew. - Ralph Waldo Emerson";
msg[3] = "Advice is like snow -- the softer it falls, the longer it dwells upon, and the deeper in sinks into the mind. - Samuel Taylor Coleridge";
msg[4] = "It is better to debate a question without settling it than to settle a question without debating it. - Jeseph Joubert";
msg[5] = "Good questions outrank easy answers. - Paul A. Samuelson";
msg[6] = "Somewhere, something incredible is waiting to be known. - Carl Sagan";
msg[7] = "I like to listen. I have learned a great deal from listening carefully. Most people never listen. - Ernest Hemingway";
msg[8] = "Without a struggle, there can be no progress. - Frederick Douglass";
msg[9] = "An education isn't how much you have committed to memory, or even how much you know. It's being able to differentiate between what you know and what you don't. - Anatole France";
msg[10] = "You cannot teach a man anything; you can only help him find it within himself. - Galileo";
msg[11] = "Be wiser than other people if you can; but do not tell them so. - Lord Chesterfield";
msg[12] = "He who asks is a fool for five minutes, but he who does not ask remains a fool forever. - Unknown";
msg[13] = "In three words I can sum up everything I've learned about life: it goes on. - Robert Frost";
msg[14] = "To teach is to learn twice. - Joseph Joubert";
msg[15] = "To err is human--and to blame it on a computer is even more so. - Orben's Current Comedy";
msg[16] = "The road to success is dotted with many tempting parking spaces. - Will Rogers";
msg[17] = "To invent, you need a good imagination and a pile of junk. - Thomas Edison";
msg[18] = "If you really want to do something, you'll find a way; if you don't, you'll find an excuse. - Unknown";
msg[19] = "You can never plan the future by the past. - Edmund Burke";
msg[20] = "Any fool can know. The point is to understand. - Albert Einstein";
msg[21] = "Luck never made a man wise. - Seneca";
msg[22] = "Personally, I'm always ready to learn, although I do not always like being taught. - Sir Winston Churchill";
msg[23] = "Be the change you want to see in the world. - Gandhi";
msg[24] = "Wise men don't need advice. Fools won't take it. - Benjamin Franklin";
msg[25] = "The Tragedy in life does not lie in not reaching our goal, the tragedy lies in having no goal to reach. - Benjamin Mays";
msg[26] = "I am not young enough to know everything. - Oscar Wilde";
msg[27] = "If you think you can or think you can't, you're right. - Henry Ford";
msg[28] = "There is no failure except in no longer trying. - Elbert Hubbard";
msg[29] = "I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso";
msg[30] = "You must have long term goals to keep you from being frustrated by short term failures. - Charles C. Noble";
msg[31] = "If you don't know where you're going, any road will get you there. - Chinese Proverb";

function writeTip() { 
document.write(msg[today]);
}
