<!-- Begin
theDate= new Date();
var day = theDate.getDate();
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + theDate.getYear();
var numquotes = 31;
quote = new Array(numquotes+1);

quote[1] = "&quot;It is the supreme art of the teacher to awaken joy in creative expression and knowledge.&quot;<br>Albert Einstein";
quote[2] = "&quot;The cure for boredom is curiosity. There is no cure for curiosity.&quot;<br>Dorothy Parker";
quote[3] = "&quot;You must give some time to your fellow men. Even if it's a little thing, do something for others - something for which you get no pay but the privilege of doing it.&quot;<br>Albert Schweitzer";
quote[4] = "&quot;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.&quot;<br>Helen Keller";
quote[5] = "&quot;New knowledge is the most valuable commodity on earth. The more truth we have to work with, the richer we become.&quot;<br>Kurt Vonnegut, Breakfast of Champions";
quote[6] = "&quot;Try not to become a man of success but rather to become a man of value.&quot;<br>Albert Einstein";
quote[7] = "&quot;You can make more friends in two months by becoming interested in other people than you can in two years by trying to get other people interested in you.&quot;<br>Dale Carnegie";
quote[8] = "&quot;Let me tell you the secret that has led me to my goal. My strength lies solely in my tenacity.&quot;<br>Louis Pasteur";
quote[9] = "&quot;I have never met a man so ignorant that I couldn't learn something from him.&quot;<br>Galileo Galilei";
quote[10] = "&quot;The reward for doing right is mostly an internal phenomenon - self-respect, dignity, integrity, and self-esteem.&quot;<br>Dr. Laura Schlessinger";
quote[11] = "&quot;The direction in which education starts a man will determine his future life.&quot;<br>Plato";
quote[12] = "&quot;Chance favors the prepared mind.&quot;<br>Louis Pasteur";
quote[13] = "&quot;If I have ever made any valuable discoveries, it has been owing more to patient attention, than to any other talent.&quot;<br>Isaac Newton";
quote[14] = "&quot;An investment in knowledge always pays the best interest.&quot;<br>Benjamin Franklin";
quote[15] = "&quot;Our greatest glory is not in never falling, but in getting up every time we do.&quot;<br>Confucius"; 
quote[16] = "&quot;I hated every minute of training.  But I said, don't quit.  Suffer now and live the rest of your life as a Champion.&quot;<br>Muhammad Ali - Boxing";
quote[17] = "&quot;Have a healthy disregard for the impossible.&quot;<br>Larry Paige - Google";
quote[18] = "&quot;Life will never be boring if you take on the challenging as a way of being.&quot;";
quote[19] = "&quot;Despite setbacks, learn.  Despite disappointments, learn.  Despite losses, learn. Make learning a way of life and new outcomes will be yours.&quot;";
quote[20] = "&quot;Be startled.  Lose yourself even for a moment.  Learn from all you see and do.  Grow.&quot;";
quote[21] = "&quot;Every day opens fresh and new... unknowns abound.  Take pleasure in the day-to-day and find your spirit strengthened.&quot;";
quote[22] = "&quot;Each moment happens only once.  There is no need to wait for things to happen.  Things are always happening.&quot;";
quote[23] = "&quot;There is only one you.  Grow your personal brand.  The alternative must not be an option.&quot;";
quote[24] = "&quot;...the safest course is to do nothing against one's conscience. With this secret, we can enjoy life and have no fear from death.&quot;<br>Voltaire";
quote[25] = "&quot;A journey of a thousand miles begins with a single step.&quot;<br>Lao-tzu";
quote[26] = "&quot;No act of kindness, no matter how small, is ever wasted.&quot;<br>Aesop";
quote[27] = "&quot;I'm a great believer in luck, and I find the harder I work the more I have of it.&quot;<br>Thomas Jefferson";
quote[28] = "&quot;Walking is the best possible exercise. Habituate yourself to walk very far.&quot;<br>Thomas Jefferson";
quote[29] = "&quot;It is common sense to take a method and try it. If it fails, admit it frankly and try another. But above all, try something.&quot;<br>Franklin D. Roosevelt";
quote[30] = "&quot;Skeptical scrutiny is the means, in both science and religion, by which deep insights can be winnowed from deep nonsense.&quot;<br>Carl Sagan";
quote[31] = "&quot;Success is liking yourself, liking what you do, and liking how you do it.&quot;<br>Maya Angelou";

//document.write('<b>Quote for ' + textdate + '</b><br>');
document.write('<i>' + quote[day] + '</i><br>');
//  End -->