
function getcontent() {
var count = 17;
var r = Math.ceil(Math.random() * count);
if (r == 1) return "'Come to the edge,' he said.  They said, 'we are afraid.'   'Come to the edge,' he said.  They came.  He pushed them...and they flew.<br>-Guillaume Appolinaire";
if (r == 2) return "A person who wants to learn will always find a teacher.<br>-Persian Proverb";
if (r == 3) return "The first thing education teaches you is to walk alone.<br>-Trader Horn";
if (r == 4) return "Knowledge advances by steps and not by leaps.<br>-Thomas Macaulay";
if (r == 5) return "It is better to ask some of the questions than to know all the answers.<br>-James Thurber";
if (r == 6) return "If we did all the things we are capable of doing, we would literally astound ourselves.<br>-Thomas Edison";
if (r == 7) return "The person who graduates today and stops learning tomorrow is uneducated the day after. <br>-Anonymous";
if (r == 8) return "Achievements are the accomplishment of persistent individuals.<br>-James Jones";
if (r == 9) return "Shall we never make an attempt because we do not always succeed?<br>-August";
if (r == 10) return "Books are the quietest and most constant of friends...they are the most accessible and wisest of counselors, and the most patient of teachers.<br>-Charles W. Eliot";
if (r == 11) return "It is not a question of how much a man knows, but what use he makes of what he knows.<br>Not a question of what he has acquired and how he has been trained, but what he is and what he can do.<br>-J.G. Holland";
if (r == 12) return "It is not only the I.Q. but the I WILL which is important in education.<br>-Anonymous";
if (r == 13) return "Education is not preparation for life... education <i>is</i> life itself.<br>-John Dewey";
if (r == 14) return "Failing to prepare is preparing to fail.<br>-Anonymous";
if (r == 15) return "A mind is not a vessel to fill but a fire to kindle.<br>-Plutarch";
if (r == 16) return "Do not follow where the path may lead. Go instead where there is no path and leave a trail.<br>-Ralph Waldo Emerson";
if (r == 17) return "Begin and you are halfway there.<br>-Alfred A. Montapert";
} //-->