<!--
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(" What is a weed?  A plant whose virtues have not yet been discovered. ");}
else if (RandomNo < 100) {document.write(" What some people need is a kick in their can't. ");}
else if (RandomNo < 150) {document.write(" Suicide is a way of telling God 'you can't fire me, I QUIT!' ");}
else if (RandomNo < 200) {document.write(" Avenge yourself! Live long enough to be a problem to your kids! ");}
else if (RandomNo < 250) {document.write(" I.B.M. aren't the competition.  They're the environment. ");}
else if (RandomNo < 300) {document.write(" Silence is not always golden; sometimes it is yellow. ");}
else if (RandomNo < 350) {document.write(" Beer is bad... let's finish it! ");}
else if (RandomNo < 400) {document.write(" I'm not as think as you drunk I am. ");}
else if (RandomNo < 450) {document.write(" 'Beauty is only skin deep.' Is just something ulgy people say to make themselves feel better. ");}
else if (RandomNo < 500) {document.write(" He that maketh haste to be rich shall not be innocent. ");}
else if (RandomNo < 550) {document.write(" I don't lie, cheat or steal unnecessarilly. ");}
else if (RandomNo < 600) {document.write(" Say it with flowers.  Give her a triffid. ");}
else if (RandomNo < 650) {document.write(" Love is a many-gendered thing. ");}
else if (RandomNo < 700) {document.write(" I can't work - they'll take away my welfare check. ");}
else if (RandomNo < 750) {document.write(" If it's called tourist season, why can't we hunt them? ");}
else if (RandomNo < 800) {document.write(" Roses are red, violets are blue, you know that I look better than you! ");}
else if (RandomNo < 850) {document.write(" Each generation has its sages.  Ancient Greece had Socrates. We have bumper stickers. ");}
else if (RandomNo < 900) {document.write(" The price of justice is eternal publicity. ");}
else if (RandomNo < 950) {document.write(" Old fishermen never die! They just smell like it! ");}
else                     {document.write(" 'I never forget a face, but in your case I'll make an exception.' ");}
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>");
//-->
