<!--
quote= " ";
now = new Date();
sec = now.getSeconds() % 18;
if (sec == 0) {quote="The early bird catches<br />the early worm.";}
if (sec == 1) {quote="When the going gets tough,<br />the going gets tough.";}
if (sec == 2) {quote="To be xor not to be.";}
if (sec == 3) {quote="D&#233;j&#224; vu is nothing nu.";}
if (sec == 4) {quote="Opportunity seldom knocks.";}
if (sec == 5) {quote="Two heads are more than one.";}
if (sec == 6) {quote="It takes an even number<br />to tango.";}
if (sec == 7) {quote="No news is not news.";}
if (sec == 8) {quote="Truth is stranger to fiction.";}
if (sec == 9) {quote="The ninth curiosity<br />killed the cat.";}
if (sec == 10) {quote="Reducible fractions are<br />a dime a dozen.";}
if (sec == 11) {quote="A digital picture is worth<br />1024 words.";}
if (sec == 12) {quote="Great minds think.";}
if (sec == 13) {quote="The sky&#39;s no limit.";}
if (sec == 14) {quote="False hopes come true<br />when negated.";}
if (sec == 15) {quote="I think, because I am.";}
if (sec == 16) {quote="No rain, no grain.";}
if (sec == 17) {quote="If at first you don&#39;t succeed,<br />probability theory is right.";}
document.write(quote);
// -->
