ran = Math.random();
max = 15;

if (Math.round(ran * max) == 0)
document.write("&quot;Education is not preparation for life; education is life itself.&quot;<br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-John Dewey</span>");

if (Math.round(ran * max) == 1)
document.write("&quot;Education is the transmission of civilization.&quot; <br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-Ariel and Will Durant</span>");

if (Math.round(ran * max) == 2)
document.write("&quot;You learn something every day if you pay attention.&quot;<br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-Ray LeBlond</span>");

if (Math.round(ran * max) == 3)
document.write("&quot;Learning is a treasure that will follow its owner everywhere.&quot;<br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-Chinese Proverb</span>");

if (Math.round(ran * max) == 4)
document.write("&quot;The purpose of learning is growth, and our minds, unlike our bodies, can continue growing as we continue to live.&quot;<br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-Mortimer Adler</span>");

if (Math.round(ran * max) == 5)
document.write("&quot;The illiterate of the 21st century will not be those who cannot read and write, but those who cannot learn, unlearn, and relearn.&quot;<br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-Alvin Toffler</span>");

if (Math.round(ran * max) == 6)
document.write("&quot;Learning is like rowing upstream: not to advance is to drop back.&quot;<br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-Chinese Proverb</span>");

if (Math.round(ran * max) == 7)
document.write("&quot;A love affair with knowledge will never end in heartbreak.&quot;<br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-Michael Garrett Marino</span>");

if (Math.round(ran * max) == 8)
document.write("&quot;Home computers are being called upon to perform many new functions, including the consumption of homework formerly eaten by the dog.&quot;<br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-Doug Larson</span>");

if (Math.round(ran * max) == 9)
document.write("&quot;Treat your password like your toothbrush.  Don't let anybody else use it, and get a new one every six months.&quot;<br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-Clifford Stoll</span>");

if (Math.round(ran * max) == 10)
document.write("&quot;Next in importance to freedom and justice is popular education, without which neither freedom nor justice can be permanently maintained.&quot;<br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-James A. Garfield</span>");

if (Math.round(ran * max) == 11)
document.write("&quot;A college degree is not a sign that one is a finished product but an indication a person is prepared for life.&quot;<br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-Reverend Edward A. Malloy</span>");

if (Math.round(ran * max) == 12)
document.write("&quot;Perhaps the most valuable result of all education is the ability to make yourself do the thing you have to do, when it ought to be done, whether you like it or not.&quot;<br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-Thomas H. Huxley</span>");

if (Math.round(ran * max) == 13)
document.write("&quot;Learning is not attained by chance, it must be sought for with ardor and attended to with diligence.&quot;<br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-Abigail Adams</span>");

if (Math.round(ran * max) == 14)
document.write("&quot;Only the curious will learn and only the resolute overcome the obstacles to learning.&quot;<br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-Eugene S. Wilson</span>");

if (Math.round(ran * max) == 15)
document.write("&quot;Knowledge is of two kinds. We know a subject ourselves, or we know where we can find information on it.&quot;<br /><br /><span align='right'>&nbsp;&nbsp;&nbsp;-Samuel Johnson</span>");