var amsg = new Array();
aStamp = new Date();
atoday = aStamp.getDate();
amsg[0] = "Give me six hours to chop down a tree and I will spend the first four sharpening the axe. -- Abraham Lincoln";
amsg[1] = "It is a miracle that curiosity survives formal education. -- Albert Einstein";
amsg[2] = "Education is the transmission of civilization. -- Ariel and Will Durant";
amsg[3] = "Trust only movement. Life happens at the level of events, not of words. Trust movement. -- Alfred Adler";
amsg[4] = "Teachers should not impose their belief that the Earth is round on students who have been brought up to believe that it is flat. -- Jim Cooper";
amsg[5] = "Prepare your mind to receive the best that life has to offer.-- Ernest Holmes";
amsg[6] = "Education is the power to think clearly, the power to act well in the world's work, and the power to appreciate life.-- Brigham Young";
amsg[7] = "Shoot for the moon. Even if you miss, you'll land among the stars. --Les Brown";
amsg[8] = "You can't build a reputation on what you're going to do.--Henry Ford ";
amsg[9] = "The roots of true achievement lie in the will to become the best that you can become. --Harold Taylor ";
amsg[10] = "Be not afraid of greatness: some are born great, some achieve greatness, and some have greatness thrust upon them --William Shakespeare";
amsg[11] = "I do not think much of a man who is not wiser today than he was yesterday. --Abraham Lincoln";
amsg[12] = "The important thing is not to stop questioning. --Albert Einstein ";
amsg[13] = "Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world. --Albert Einstein";
amsg[14] = "Thinking: The talking of the soul with itself. --Plato ";
amsg[15] = "How far you go in life depends on your being tender with the young, compassionate with the aged, sympathetic with the striving, and tolerant of the weak and strong. Because someday in your life you will have been all of these. --George Washington Carver";
amsg[16] = "To accomplish great things, we must not only act, but also dream; not only plan, but also believe. --Anatole France";
amsg[17] = "Don't walk in front of me; I may not follow. Don't walk behind me; I may not lead. Just walk beside me and be my friend. --Albert Camus";
amsg[18] = "Kind words can be short and easy to speak, but their echoes are truly endless. --Mother Theresa";
amsg[19] = "The most beautiful things in life cannot be seen or even touched. They must be felt with the heart. --Hellen Keller";
amsg[20] = "And in the end it's not the years in your life that count. It is the life in your years. --Abraham Lincoln";
amsg[21] = "Education is the most powerful weapon which you can use to change the world. --Nelson Mandela ";
amsg[22] = "Education is what remains after one has forgotten everything he learned in school. --Albert Einstein ";
amsg[23] = "Education is the ability to listen to almost anything without losing your temper. --Robert Frost";
amsg[24] = "The length of your education is less important than its breadth, and the length of your life is less important than its depths. --Marilyn Vos Savant";
amsg[25] = "Our progress as a nation can be no swifter than our progress in education. The human mind is our fundamental resource. --John Fitzgerald Kennedy";
amsg[26] = "What sculpture is to a block of marble, education is to a human soul. --Joseph Addison ";
amsg[27] = "Education is a progressive discovery of our own ignorance. --Will Durant";
amsg[28] = "A wise system of education will at last teach us how little man yet knows, how much he has still to learn. --John Lubbock, Sr.";
amsg[29] = "The roots of education are bitter, but the fruit is sweet. --Aristotle";
amsg[30] = "Peace cannot be achieved through violence, it can only be attained through understanding. --Ralph Waldo Emerson";
amsg[31] = "Parents can only give good advice or put them on the right paths, but the final forming of a person's character lies in their own hands. -- Anne Frank";

function writeTip() { 
document.write("<p><font color=green>Today's Quotation:</font><br><br>");
document.write("<font color=gray>");
document.write(amsg[atoday]);
document.write("</font>");
}
writeTip();