/*
Random quote and image scripts based on the Random Text script from Spider Webmaster Tools.
Please visit www.spiderwebmastertools.com to get your own copy of the original code. ^_^
*/

function randomQuote() {
};

randomQuote = new randomQuote();
i = 0;

	randomQuote[i++] = "The ability to simplify means to eliminate the unnecessary so that the necessary may speak.<br/><em>- Hans Hofmann</em>"
	randomQuote[i++] = "Life really is simple, but we insist on making it complicated.<br/><em>- Confucius</em>"
	randomQuote[i++] = "Simplicity is the peak of civilization.<br/><em>- Jessie Sampter</em>"
	randomQuote[i++] = "When you are content to be simply yourself and don't compare or compete, everybody will respect you.<br/><em>- Lao Tzu</em>"
	randomQuote[i++] = "Simplicity is the ultimate sophistication.<br/><em>- Leonardo da Vinci</em>"
	randomQuote[i++] = "A vocabulary of truth and simplicity will be of service throughout your life.<br/><em>- Winston Churchill</em>"
	randomQuote[i++] = "In character, in manner, in style, in all things, the supreme excellence is simplicity.<br/><em>- Henry Wadsworth Longfellow</em>"
	randomQuote[i++] = "Eliminate physical clutter.  More importantly, eliminate spiritual clutter.<br/><em>- D.H. Mondfleur</em>"
	randomQuote[i++] = "It is the sweet, simple things of life which are the real ones after all.<br/><em>- Laura Ingalls Wilder</em>"
	randomQuote[i++] = "All men should strive to learn before they die what they are running from, and to, and why.<br/><em>- James Thurber</em>"

	randomQuote[i++] = "A little simplification would be the first step toward rational living, I think.<br/><em>- Eleanor Roosevelt</em>"
	randomQuote[i++] = "Purity and simplicity are the two wings with which man soars above the earth and all temporary nature.<br/><em>- Thomas a Kempis</em>"
	randomQuote[i++] = "Simplicity, clarity, singleness: these are the attributes that give our lives power and vividness and joy.<br/><em>- Richard Halloway</em>"
	randomQuote[i++] = "Simplicity is making the journey of this life with just baggage enough.<br/><em>- Anonymous</em>"
	randomQuote[i++] = "Simplicity is the nature of great souls.<br/><em>- Papa Ramadas</em>"
	randomQuote[i++] = "To be simple is to be great.<br/><em>- Ralph Waldo Emerson</em>"
	randomQuote[i++] = "Simplicity is an exact medium between too little and too much.<br/><em>- Sir Joshua Reynolds</em>"
	randomQuote[i++] = "To be simple is the best thing in the world.<br/><em>- G.K. Chesterton</em>"
	randomQuote[i++] = "God made man simple, but how he changed and got complicated is hard to say.<br/><em>- Johann von Goethe</em>"
	randomQuote[i++] = "To keep a lamp burning, we have to keep putting oil in it.<br/><em>- Mother Teresa</em>"

	randomQuote[i++] = "The whole is simpler than the sum of its parts.<br/><em>- Willard Gibbs</em>"
	randomQuote[i++] = "There is no greatness where there is not simplicity.<br/><em>- Leo Tolstoy</em>"
	randomQuote[i++] = "The wisdom of life consists in the elimination of nonessentials.<br/><em>- Lin Yutang</em>"
	randomQuote[i++] = "Wealth consists not in having great possessions but in having few wants.<br/><em>- Esther de Waal</em>"
	randomQuote[i++] = "Material blessings, when they pay beyond the category of need, are weirdly fruitful of headache.<br/><em>- Philip Wylie</em>"
	randomQuote[i++] = "Live simply that others might simply live.<br/><em>- Elizabeth Seaton</em>"
	randomQuote[i++] = "Have nothing in your houses that you do not know to be useful or believe to be beautiful.<br/><em>- William Morris</em>"
	randomQuote[i++] = "You have succeeded in life when all you really want is only what you really need.<br/><em>- Vernon Howard</em>"
	randomQuote[i++] = "There is a certain majesty in simplicity which is far above all the quaintness of wit.<br/><em>- Alexander Pope</em>"
	randomQuote[i++] = "Simple truths are a relief from grand speculations.<br/><em>- Vauvenargues</em>"

	randomQuote[i++] = "True eloquence consists of saying all that should be said, and that only.<br/><em>- Francois de La Rochefoucauld</em>"
	randomQuote[i++] = "Genius is the ability to reduce the complicated to the simple.<br/><em>- C. W. Ceram</em>"
	randomQuote[i++] = "Simplicity, carried to an extreme, becomes elegance.<br/><em>- Jon Franklin</em>"
	randomQuote[i++] = "Art, it seems to me, should simplify.<br/><em>- Willa Cather</em>"
	randomQuote[i++] = "All the great things are simple, and many can be expressed in a single word: freedom; justice; honor; duty; mercy; hope. <em>- Winston Churchill</em>"

increment = Math.floor(Math.random() * i);