<!-- Original:  Mike W. (mikew@dvol.com) -->
<!-- Web Site:  http://www.dvol.com/~users/mikew -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
Stamp = new Date();
today = Stamp.getDate();
var msg = new Array();
msg[1] = "I've known countless people who were reservoirs of learning yet never had a thought - Wilson Mizner";
msg[2] = "The quality of a man's life is in direct proportion to his commitment to excellence, regardless of his chosen field of endeavor. - Vince Lombardi";
msg[3] = "The rights of all men are diminished if the rights of one man are violated.  J.F.K.";
msg[4] = "It's easy to make a buck.  It's a lot tougher to make a difference. - Tom Brokaw";
msg[5] = "Man's mind, once stretched by a new idea, never regains its original dimention. - Oliver Wendell Holmes";
msg[6] = "From your parents you learn love and laughter and how to put one foot before the other.  But when books are opened, you discover that you have wings. - Helen Hayes";
msg[7] = "Life affords no greater responsibility, no greater privilege, than the raising of the next generation. - C. Everett Koop, M.D.";
msg[8] = "A true handicap is what we don't do with what we have, not what we can't do with what we don't have.  - Christopher H. Brewer";
msg[9] = "I am always ready to learn, but I do not always like being taught. - Winston Churchill";
msg[10] = "Hold yourself responsible for a higher standard than anyone else expects of you. - Henry Ward Beecher";
msg[11] = "Logic is the art of going wrong with confidence. - Joseph Wood Krutch";
msg[12] = "One machine can do the work of fifty ordinary men.  No machine can do the work of one extraordinary man. - Elbert Hubbard";
msg[13] = "We must use time as a tool not as a couch. - J.F.K.";
msg[14] = "Those not busy being born are busy dying. - Bob Dylan";
msg[15] = "In scientific work, those who refuse to go beyond fact rarely get as far as fact. - Ed Howe";
msg[16] = "We are not here to curse the darkness, but to light a candle. - J.F.K.";
msg[17] = "People don't care how much you know until they know how much you care - Anonymous";
msg[18] = "When you get to the end of your rope, tie a knot and hang on. - F.D.R.";
msg[19] = "He who opens a school door, closes a prison. - Victor Hugo";
msg[20] = "Only the educated are free. - Epictetus";
msg[21] = "Reach high, for stars lie hidden in your soul.  Dream deep, for every dream precedes the goal. - Pamela Vaull Starr";
msg[22] = "I hear and I forget.  I see and I remember.  I do and I understand. - Chinese Proverb";
msg[23] = "When an archer misses the mark, he turns and looks for the fault within himself.  Failure to hit the bull's-eye is never the fault of the target.  To improve your aim - improve yourself. - Gilbert Arland";
msg[24] = "What sculpture is to a block of marble, education is to a human soul. - Joseph Addison";
msg[25] = "Even if you\'re on the right track, you\'ll get run over if you just sit there. - Will Rogers";
msg[26] = "There is a fountain of youth: it is your mind, your talents, the creativity your bring to your life. - Sophia Loren";
msg[27] = "You see things that are and say, 'Why?' , but I dream things that never where and say, 'Why not?' -George Bernard Shaw";
msg[28] = "It's not your aptitude, but your attitude that determines your altitude. - Jesse Jackson";
msg[29] = "No man who is occupied in doing a very difficult thing, and doing it very well, ever loses his self-respect. - George Bernard Shaw";
msg[30] = "Challenges make you discover things about yourself that you never really knew.  They're what make the instrument stretch - what makes you go beyond the norm. - Cicely Tyson";
msg[31] = "Nothing will divide this nation more than ignorance, and nothing can bring us together better than an educated population - John Sculley";


function writeTip() { 
document.write(msg[today]);
}
writeTip();
//  End -->

