<!--
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>Superstitions</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(" The soul of a dying person can't escape the body and go to heaven if any locks are locked in the house. ");}
else if (RandomNo < 100) {document.write(" An apple a day will keep the doctor away. ");}
else if (RandomNo < 150) {document.write(" For a woman to dream of going to a hairdresser shows she will soon be entangled in some family scandal concerning the morals of a member of her family. Should she have her hair dyed, she will narrowly escape imprisonment. ");}
else if (RandomNo < 200) {document.write(" You must hold your breath while going past a cemetery or you will breathe in the spirit of someone who has recently died. ");}
else if (RandomNo < 250) {document.write(" Rosemary planted by the doorstep will keep witches away. ");}
else if (RandomNo < 300) {document.write(" A person who dies at midnight on Christmas Eve will go straight to heaven because the gates of heaven are open at that time. ");}
else if (RandomNo < 350) {document.write(" If you blow out all the candles on your birthday cake with the first puff you will get your wish. ");}
else if (RandomNo < 400) {document.write(" Evil spirits can't harm you when you stand inside a circle. ");}
else if (RandomNo < 450) {document.write(" Hang a dead snake on a fence belly-up for rain. ");}
else if (RandomNo < 500) {document.write(" A wish will come true if you make it while burning onions. ");}
else if (RandomNo < 550) {document.write(" Throw back the first fish you catch then you'll be lucky the whole day fishing. ");}
else if (RandomNo < 600) {document.write(" It is bad luck to cut your fingernails on Friday or Sunday. ");}
else if (RandomNo < 650) {document.write(" Knife falls, gentleman calls;. ");}
else if (RandomNo < 700) {document.write(" To dream that you are dancing means that some unexpected good fortune will come to you. ");}
else if (RandomNo < 750) {document.write(" Don't go outside with a wet head or you will catch a cold. ");}
else if (RandomNo < 800) {document.write(" A yawn is a sign that danger is near. ");}
else if (RandomNo < 850) {document.write(" Evil spirits can't harm you when you stand inside a circle. ");}
else if (RandomNo < 900) {document.write(" If you say good-bye to a friend on a bridge, you will never see each other again. ");}
else if (RandomNo < 950) {document.write(" To see a lone snake and feel threatened by it shows that you have a bad enemy that is working against you, it also a warning against bodily harm from an enemy. ");}
else                     {document.write(" When making the bed, don't interrupt your work, or you will spend a restless night in it. ");}
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>");
//-->

