﻿var r_text = new Array ();
r_text[0] = "<p>&ldquo;Give a man a fish,<br />and feed him for a day.<br />Teach a man to fish,<br />and feed him for life.&rdquo;</p><p class='lightorange'>Chinese Proverb</p>";
r_text[1] = "<p>&ldquo;Be the change you want to see in the world.&rdquo;</p><p class='lightorange'>Mahatma Gandhi</p>";
r_text[2] = "<p>&ldquo;Education is not the filling of a pail, but the lighting of a fire.&rdquo;</p><p class='lightorange'>Wiliam Butler Yeats</p>";
r_text[3] = "<p>&ldquo;What sculpture is to a block of marble, education is to the human soul.&rdquo;</p><p class='lightorange'>Joseph Addison</p>";
r_text[4] = "<p>&ldquo;It is a greater work to educate a child, in the true and larger sense of the word, than to rule a state.&rdquo;</p><p class='lightorange'>William Ellery Channing</p>";
r_text[5] = "<p>&ldquo;Intelligence plus character: that is the goal of true education.&rdquo;</p><p class='lightorange'>Martin Luther King, Jr.</p>";
r_text[6] = "<p>&ldquo;Those who get lost on the way to school will never find their way through life.&rdquo;</p><p class='lightorange'>German proverb</p>";
r_text[7] = "<p>&ldquo;A teacher affects eternity; he can never tell where his influence stops.&rdquo;</p><p class='lightorange'>Henry B Adams</p>";
r_text[8] = "<p>&ldquo;Education costs money, but then so does ignorance.&rdquo;</p><p class='lightorange'>Claus Moser</p>";
r_text[9] = "<p>&ldquo;The beautiful thing about learning is that no one can take it away from you.&rdquo;</p><p class='lightorange'>B.B. King</p>";
var i = Math.floor(10*Math.random())
document.write(r_text[i]);