<!--
theDate= new Date();
var day = theDate.getDate();
var year = theDate.getYear();
year = (year < 2000) ? year + 1900 : year;
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + year;

var numquotes = 31;
quotes = new Array(numquotes+1);

quotes[1] = "All life is an experiment. The more experiments you make the better.&#160;  <span class='quote-author'>~Ralph Waldo&#160;Emerson";
quotes[2] = "Every man dies. Not every man really lives.&#160;  <span class='quote-author'>~William&#160;Wallace";
quotes[3] = "He who has a why to live can bear almost any how. &#160;  <span class='quote-author'>~Friedrich&#160;Nietzsche";
quotes[4] = "The happiness of a man in this life does not consist in the absence but in the mastery of his passions.&#160;  <span class='quote-author'>~Lord&#160;Tennyson";
quotes[5] = "A lifetime of happiness! No man alive could bear it: it would be hell on earth.&#160;  <span class='quote-author'>~George&#160;Bernard&#160;Shaw";
quotes[6] = "Life is not merely to be alive, but to be well.&#160;  <span class='quote-author'>~Marcus&#160;Valerius&#160;Martial";
quotes[7] = "Friendship make prosperity more shining and lessens adversity by dividing and sharing it..&#160;  <span class='quote-author'>~Cicero";
quotes[8] = "When the character of a man is not clear to you, look at his friends.&#160;  <span class='quote-author'>~Japanese&#160;Proverb";
quotes[9] = "It has ever been my experience that folks who have no vices, have very few virtues.&#160;  <span class='quote-author'>~Abraham&#160;Lincoln";
quotes[10] = "Vanity is so secure in the heart of man that everyone wants to be admired:&#160; even I who write this, and you who read this.&#160;  <span class='quote-author'>~Blaise&#160;Pascal";
quotes[11] = "If you don't like how things are, change it!  You're not a tree.&#160;  <span class='quote-author'>~Jim&#160;Rohn";
quotes[12] = "Enjoy when you can, and endure when you must.&#160;  <span class='quote-author'>~Johann&#160;Wolfgang&#160;von&#160;Goethe";
quotes[13] = "You can tell more about a person by what he says about others than you can by what others say about him.&#160;  <span class='quote-author'>~Leo&#160;E&#160;Aikman";
quotes[14] = "Do what you can, with what you have, where you are. &#160;  <span class='quote-author'>~Theodore&#160;Roosevelt";
quotes[15] = "God offers to every mind its choice between truth and repose.&#160; Take which you please - you can never have both.&#160;  <span class='quote-author'>~Ralph&#160;Waldo&#160;Emerson";
quotes[16] = "The difference between ordinary and extraordinary is that little extra.&#160;  <span class='quote-author'>~Jimmy&#160;Johnson";
quotes[17] = "Have a heart that never hardens, a temper that never tires, a touch that never hurts.&#160;  <span class='quote-author'>~Charles&#160;Dickens";
quotes[18] = "Do not condemn the judgment of another because it differs from your own.  You may both be wrong.&#160;  <span class='quote-author'>~Dandemis";
quotes[19] = "Promise only what you can deliver.  Then deliver more than you promise. ;  <span class='quote-author'>~Author&#160;Unknown";
quotes[20] = "Life is like riding a bicycle - in order to keep your balance, you must keep moving.&#160;  <span class='quote-author'>~Albert&#160;Einstein";
quotes[21] = "You've got to do your own growing, no matter how tall your grandfather was.&#160;  <span class='quote-author'>~Irish&#160;Proverb";
quotes[22] = "To know the road ahead, ask those coming back.&#160;  <span class='quote-author'>~Chinese&#160;Proverb";
quotes[23] = "It is more easy to be wise for others than for ourselve.&#160;  <span class='quote-author'>~Fran?ois&#160;Duc&#160;de&#160;La&#160;Rochefoucauld";
quotes[24] = "Many men go fishing all of their lives without knowing that it is not fish they are after.&#160;  <span class='quote-author'>~Henry&#160;David&#160;Thoreau";
quotes[25] = "When one has one's hand full of truth it is not always wise to open it.&#160;  <span class='quote-author'>~French&#160;Proverb";
quotes[26] = "Truth is the most valuable thing we have, so I try to conserve it.&#160;  <span class='quote-author'>~Mark&#160;Twain";
quotes[27] = "A little inaccuracy sometimes saves tons of explanation.&#160;  <span class='quote-author'>~Saki";
quotes[28] = "The most I can do for my friend is simply be his friend.&#160;  <span class='quote-author'>~Henry&#160;David&#160;Thoreau";
quotes[29] = "If you want others to be happy, practice compassion.  If you want to be happy, practice compassion.;  <span class='quote-author'>~Dalai&#160;Lama";
quotes[30] = "A person is blessed once, but his troubles never come alone.&#160;  <span class='quote-author'>~Chinese&#160;Proverb";
quotes[31] = "We have two ears and one mouth so that we can listen twice as much as we speak.&#160;  <span class='quote-author'>~Epictetus";


document.write('<p class="quote-header"><b><i>Quote of the day for ' + textdate + ':' + '</i></b><br></p>');
document.write('<p class="quote-body">' + quotes[day] + '</p>');
