﻿var quote = new Array(19);
quote[0] = "An investment in knowledge pays the best interest.";
quote[1] = "He who waits upon fortune is never sure of dinner.";
quote[2] = "You may delay, but time will not.";
quote[3] = "He that won't be counseled can't be helped.";
quote[4] = "Wise men don't need advice. Fools won't take it.";
quote[5] = "Every man among us reads, and is so easy in his circumstances as to have leisure for conversations of improvement and for acquiring information.";
quote[6] = "The use of money is all the advantage there is in having it.";
quote[7] = "The doorstep to the temple of wisdom is a knowledge of our own ignorance.";
quote[8] = "The doors of wisdom are never shut.";
quote[9] = "Plough deep while sluggards sleep, and you shall have corn to keep.";
quote[10] = "Industry need not wish.";
quote[11] = "If a man empties his purse into his head, no one can take it from him.";
quote[12] = "Hide not your talents, they for use were made. What's a sundial in the shade?";
quote[13] = "He that lives upon hope will die fasting.";
quote[14] = "By failing to prepare, you are preparing to fail.";
quote[15] = "Applause waits on success.";
quote[16] = "He that hath a Trade, hath an Estate.";
quote[17] = "Keep thy shop, and thy shop will keep thee.";
quote[18] = "When I was young and had time to read, I had no books. Now that I am old and have the books, I have no time to read.";
var index = Math.floor(Math.random()*quote.length);
document.write ("<center><h4><i><font face='times' size='5' color=#aaaaaa>" + quote[index] +"</font></i></h4></center>");