function quote() {
};

quote = new quote();
number = 0;

quote[number++] = "<span class='text_quote'>&quot;Be not afraid of growing slowly, be afraid only of standing still&quot;</span><br><span class='text_quote_i'><br>Chinese Proverb</span><br><br>"
quote[number++] = "<span class='text_quote'>&quot;If you think you are too small to be effective, you&#146;ve never been in bed with a mosquito&quot;</span><br><span class='text_quote_i'><br>Wendy Schartzel Lesko</span><br><br>"
quote[number++] = "<span class='text_quote'>&quot;The first requisite for success is the ability to apply your physical and mental energies to one problem incessantly without growing weary&quot;</span><br><span class='text_quote_i'><br>Thomas Edison</span><br><br>"
quote[number++] = "<span class='text_quote'>&quot;After climbing a great hill, one only finds there are many more hills to climb&quot;</span><br><span class='text_quote_i'><br>Nelson Mandela</span><br><br>"
quote[number++] = "<span class='text_quote'>&quot;The pleasures of wealth and greatness strike the imagination as something grand and beautiful&#133;and it is well that nature imposes upon us toil and anxiety as a prerequisite in its realization. It is this deception that rouses and keeps in continual motion the industry of mankind&quot;</span><br><span class='text_quote_i'><br>Adam Smith</span><br><br>"
quote[number++] = "<span class='text_quote'>&quot;Remember, that time is money&#133;, remember that credit is money&#133; remember that money is of the prolific, generating nature. Money can beget money, and its offspring can beget more, and so on&#133;&quot;</span><br><span class='text_quote_i'><br>Benjamin Franklin</span><br><br>"
quote[number++] = "<span class='text_quote'>&quot;The advantage of time and place in all practical actions is half a victory; which being lost is irrecoverable.&quot;</span><br><span class='text_quote_i'><br>Sir Francis Drake</span><br><br>"

increment = Math.floor(Math.random() * number);
document.write(quote[increment]);