<!--
document.write("<table bgcolor=#FFFFFF border=1 cellpadding=2 cellspacing=0 width=100%>");
document.write("<tr><td valign=top align=center bgcolor=#EEE8AA>");
document.write("<font face=arial,helvetica size=-1 color=#FF0000><b>Snippets!</b></font>");
document.write("</td></tr>");
document.write("<tr><td valign=top align=center bgcolor=#F5F5DC>");
document.write("<font face=arial,helvetica size=-1 color=#00008B><br>");
RandomDate = new Date();
RandomNo = (RandomDate.getMilliseconds());
if      (RandomNo < 50)  {document.write(" Anarchy, no rules, OK? ");}
else if (RandomNo < 100) {document.write(" It is now proved beyond all doubt that smoking is one of the leading causes of statistics. ");}
else if (RandomNo < 150) {document.write(" I rather have a bottle in front of me than a frontal lobotomy. ");}
else if (RandomNo < 200) {document.write(" Save energy - be apathetic. ");}
else if (RandomNo < 250) {document.write(" Looking for your cat? Check under my tire! ");}
else if (RandomNo < 300) {document.write(" Procrastination is the art of keeping up with yesterday. ");}
else if (RandomNo < 350) {document.write(" We all are born mad.  Some remain so..... ");}
else if (RandomNo < 400) {document.write(" It's not how you pick your nose, it's where you put your boogers. ");}
else if (RandomNo < 450) {document.write(" Don't talk to me when I'm talking to myself! ");}
else if (RandomNo < 500) {document.write(" I don't suffer from insanity, I enjoy every minute of it! ");}
else if (RandomNo < 550) {document.write(" Save America from polititions! Elect ex-convicts! ");}
else if (RandomNo < 600) {document.write(" Let everyone sweep in front of his own door, and the whole world will be clean. ");}
else if (RandomNo < 650) {document.write(" Cats make the perfect animals: They're cute and cuddly and only 95 calories per serving. ");}
else if (RandomNo < 700) {document.write(" Drugs support terrorism. Cigarette money supports the government. Cigarettes are drugs. The government supports terrorism? ");}
else if (RandomNo < 750) {document.write(" The golden age never was the present age. ");}
else if (RandomNo < 800) {document.write(" Are you happy or are you married? ");}
else if (RandomNo < 850) {document.write(" Conserve water. Shower with a friend. ");}
else if (RandomNo < 900) {document.write(" Journalists are born.  Why, nobody knows. ");}
else if (RandomNo < 950) {document.write(" Celibacy is not hereditary. ");}
else                     {document.write(" Keep things as they are.  Vote for the Sado-Masochist Party. ");}
document.write("<br><br></font>");
document.write("</td></tr>");
document.write("<tr><td valign=top align=center bgcolor=#EEE8AA>");
document.write("<font face=arial,helvetica size=-2 color=red>");
document.write("<style type=text/css>");
document.write("A:hover {color:red}");
document.write("A:link { color: blue}");
document.write("A:active { color: red}");
document.write("</style>");
document.write("Free webcontent from <a href=http://www.davidpye.com target=newpage>www.davidpye.com</a></font>");
document.write("</td></tr></table>");
//-->
