<!--
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(" To dream of falling indicates a loss of emotional equilibrium or self-control. It may represent your insecurity, a lack of self-confidence, a fear of failure or an inability to cope with a situation. ");}
else if (RandomNo < 100) {document.write(" It's bad luck to walk under a ladder, or let a black cat cross your path. ");}
else if (RandomNo < 150) {document.write(" If you dream that a dragonfly lands on your body then you will have excellent news from someone far away from home. ");}
else if (RandomNo < 200) {document.write(" Knock three times on wood after mentioning good fortune so evil spirits won't ruin it. ");}
else if (RandomNo < 250) {document.write(" Dropping an umbrella on the floor means that there will be a murder in the house. ");}
else if (RandomNo < 300) {document.write(" All spiders except tarantulas are omens of good luck. The larger the spider, the bigger the rewards. ");}
else if (RandomNo < 350) {document.write(" If you dreamed of killing someone, whether intentionally or by accident, it signifies a period of severe emotional stress during which you must make a heroic effort to control your temper. ");}
else if (RandomNo < 400) {document.write(" Throw back the first fish you catch then you'll be lucky the whole day fishing. ");}
else if (RandomNo < 450) {document.write(" To drop a comb while you are combing your hair is a sign of a coming disappointment. ");}
else if (RandomNo < 500) {document.write(" It is bad luck to cut your fingernails on Friday or Sunday. ");}
else if (RandomNo < 550) {document.write(" It's good luck to find a four-leaf clover. ");}
else if (RandomNo < 600) {document.write(" A horseshoe, hung above the doorway, will bring good luck to a home. In most of Europe protective horseshoes are placed in a downward facing position, but in some parts of Ireland and Britain people believe that the shoes must be turned upward or the luck will run out. ");}
else if (RandomNo < 650) {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 < 700) {document.write(" If a woman is buried in black, she will return to haunt the family. ");}
else if (RandomNo < 750) {document.write(" Three butterflies together mean good luck. ");}
else if (RandomNo < 800) {document.write(" If you sing before seven, you will cry before eleven. ");}
else if (RandomNo < 850) {document.write(" If you dream of fish then someone you know is pregnant. ");}
else if (RandomNo < 900) {document.write(" All windows should be opened at the moment of death so that the soul can leave. ");}
else if (RandomNo < 950) {document.write(" If you touch a loved one who has died, you won't have dreams about them. ");}
else                     {document.write(" If you sing before seven, you will cry before eleven. ");}
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>");
//-->
