<!-- Original:  George Chuang -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

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

var numquotes = 31;
quotes = new Array(numquotes+1);
quotes[1] = "it is no honour for anybody to proud of his ansestors and having no virture of his own (Sir Syed Ahmad Khan)";
quotes[2] = "Assume a virtue, if you have it not. (William Shakespeare)";
quotes[3] = "A man can be happy with any woman as long as he does not love her.(Oscar Wilde)";
quotes[4] = "Consistency is the last refuge of the unimaginative. (Oscar Wilde)";
quotes[5] = "Always aim at complete harmony of thought and word and deed. Always aim at purifying your thoughts and everything will be well. (Mahatma Gandhi)";
quotes[6] = "Before God we are all equally wise - and equally foolish. (Albert Einstein)";
quotes[7] = "Most folks are about as happy as they make up their minds to be. (Abraham Lincoln)";
quotes[8] = "Always forgive your enemies; nothing annoys them so much. (Oscar Wilde)";
quotes[9] = "I never think of the future - it comes soon enough. (Albert Einstein)";
quotes[10] = "The foolish man seeks happiness in the distance, the wise grows it under his feet. (James Oppenheim)";
quotes[11] = "Be great in act, as you have been in thought. (William Shakespeare)";
quotes[12] = "Try not to become a man of success but rather to become a man of value. (Albert Einstein)";
quotes[13] = "The bird of paradise alights only upon the hand that does not grasp. (John Berry)";
quotes[14] = "Most people are other people. Their thoughts are someone else's opinions, their lives a mimicry, their passions a quotation. (Oscar Wilde)";
quotes[15] = "Never pretend to a love which you do not actually feel, for love is not ours to command. (Alan Watts)";
quotes[16] = "I am not bound to please thee with my answers. (William Shakespeare)";
quotes[17] = "Fashion is a form of ugliness so intolerable that we have to alter it every six months. (Oscar Wilde)";
quotes[18] = "When love is in excess it brings a man nor honor nor any worthiness. (Euripides)";
quotes[19] = "Honest differences are often a healthy sign of progress. (Mahatma Gandhi)";
quotes[20] = "There is always some madness in love. But there is also always some reason in madness. (Friedrich Nietzsche)";
quotes[21] = "Cowards die many times before their deaths, The valiant never taste of death but once. (William Shakespeare)";
quotes[22] = "Acceptance is such an important commodity, some have called it 'the first law of personal growth.' (Peter McWilliams)";
quotes[23] = "One can survive everything, nowadays, except death, and live down everything except a good reputation. (Oscar Wilde)";
quotes[24] = "Do not worry about your difficulties in Mathematics. I can assure you mine are still greater. (Albert Einstein)";
quotes[25] = "Results! Why, man, I have gotten a lot of results. I know several thousand things that won't work. (Thomas A. Edison)";
quotes[26] = "A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort. (Herm Albright)";
quotes[27] = "He is winding the watch of his wit; by and by it will strike. (William Shakespeare)";
quotes[28] = "Selfishness is not living as one wishes to live, it is asking others to live as one wishes to live. (Oscar Wilde)";
quotes[29] = "Indolence is a delightful but distressing state; we must be doing something to be happy. (Mahatma Gandhi)";
quotes[30] = "The important thing is not to stop questioning. (Albert Einstein)";
quotes[31] = "A strong positive mental attitude will create more miracles than any wonder drug. (Patricia Neal)";

document.write('<center><b>Quote of the day</b><br>' + quotes[day] + '<br></center>');
//  End -->
