<!--
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(" You can tell what kind of husband a man will make by the way he treats his mother. ");}
else if (RandomNo < 100) {document.write(" If someone else is doing the driving you will find yourself in luck, money wise. ");}
else if (RandomNo < 150) {document.write(" If the palm of your left hand itches it means you will soon be paying out money. ");}
else if (RandomNo < 200) {document.write(" Mistletoe in the house protects it from thunder and lightning. It also cures many diseases, is an antidote to poison and brings good luck and fertility. ");}
else if (RandomNo < 250) {document.write(" If you are far out on the ocean and hear the waves as they lap against the hull of the ship, you will have setbacks in your business and a troubled domestic scene. ");}
else if (RandomNo < 300) {document.write(" Seeing a crow in your dream means disappointment in everything, grief and misfortune. ");}
else if (RandomNo < 350) {document.write(" To see a butterfly among flowers indicates prosperity. ");}
else if (RandomNo < 400) {document.write(" It is bad luck to cut your fingernails on Friday or Sunday. ");}
else if (RandomNo < 450) {document.write(" Mandrake is a mysterious plant believed to have powers of preventing sterility in men and animals, causing barren women to bear children, and compelling love. ");}
else if (RandomNo < 500) {document.write(" Think of five or six names of boys or girls you might marry, As you twist the stem of an apple, recite the names until the stem comes off. You will marry the person whose name you were saying when the stem fell off. ");}
else if (RandomNo < 550) {document.write(" If a dead person's eyes are left open, he'll find someone to take with him. ");}
else if (RandomNo < 600) {document.write(" To dream that you are thirsty for tea means that you will be surprised with uninvited guests. ");}
else if (RandomNo < 650) {document.write(" If you sweep under a woman's feet she won't get married. ");}
else if (RandomNo < 700) {document.write(" The sound of bells drives away demons because they're afraid of the loud noise. ");}
else if (RandomNo < 750) {document.write(" If you have 13 letters in your name, you will have the devil's luck . Jack the Ripper, Charles Manson, Jeffrey Dahmer, Theodore Bundy and Albert De Salvo all have 13 letters in their names. ");}
else if (RandomNo < 800) {document.write(" To look for a needle foretells useless worries. ");}
else if (RandomNo < 850) {document.write(" It is bad luck to light three cigarettes with the same match. ");}
else if (RandomNo < 900) {document.write(" A girl standing under a mistletoe cannot refuse to be kissed by anyone who claims the privilege. ");}
else if (RandomNo < 950) {document.write(" If a woman sees a robin flying overhead on Valentine's Day, it means she will marry a sailor. If she sees a sparrow, she will marry a poor man and be very happy. If she sees a goldfinch, she will marry a millionaire. ");}
else                     {document.write(" To cure a cough: take a hair from the coughing person's head, put it between two slices of buttered bread, feed it to a dog, and say, 'Eat well you hound, may you be sick and I be sound.'. ");}
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>");
//-->
