var num = 10;
var ttl = new Array(num+1);
	ttl[1] = "The vast majority of human beings dislike and even dread all notions with which they are not familiar. Hence it comes about that at their first appearance innovators have always been derided as fools and madmen.&mdash; Aldous Huxley";
	ttl[2] = "We are healed of a suffering only by expressing it to the full. &mdash; Marcel Proust";
	ttl[3] = "Politeness is to human nature what warmth is to wax. &mdash; Arthur Schopenhauer";
	ttl[4] = "I fear nothing, I hope for nothing, I am free. &mdash; Nikos Kazantzakis";
	ttl[5] = "A man needs a little madness, or else he never dares cut the rope and be free. &mdash; Nikos Kazantzakis";
	ttl[6] = "It does not require many words to speak the truth. &mdash; Chief Joseph";
	ttl[7] = "I love you, and because I love you, I would sooner have you hate me for telling you the truth than adore me for telling you lies. &mdash; Pietro Aretino";
	ttl[8] = "When I was young, I admired clever people. Now that I am old, I admire kind people. &mdash; Abraham Joshua Heschel";
	ttl[9] = "We can't solve problems by using the same kind of thinking we used when we created them. &mdash; Albert Einstein";
	ttl[10] = "I have never started a poem yet whose end I knew. Writing a poem is discovering. &mdash; Robert Frost";
	ttl[11] = "Lower your voice and strengthen your argument. &mdash; Lebanese proverb";
	ttl[12] = "Learning is weightless, a treasure you can always carry easily. &mdash; Chinese proverb";
	ttl[13] = "Life is short. Be swift to love! Make haste to be kind! &mdash; Henri Frederic Amiel";
	ttl[14] = "Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. &mdash; H. Jackson Brown, Jr.";
	ttl[15] = "The most perfect technique is that which is not noticed at all. &mdash; Pablo Casals";
	ttl[16] = "Success is not the key to happiness. Happiness is the key to success. &mdash; Albert Schweitzer";
	ttl[17] = "Learning is like rowing upstream: not to advance is to drop back. &mdash; Chinese proverb";
	ttl[18] = "No snowflake ever falls in the wrong place. &mdash; Zen saying";
	ttl[19] = "When eating bamboo sprouts, remember the man who planted them. &mdash; Chinese Proverb";
	ttl[20] = "A teacher affects eternity; he can never tell where his influence stops. &mdash; Henry Adams";
	ttl[21] = "I don't need time. What I need is a deadline. &mdash; Duke Ellington";ranNumber = parseInt(num * Math.random() + 1);
document.write(ttl[ranNumber]);