<!--
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(" If your right hand itches, you will receive money; if the left itches, you will get a letter. ");}
else if (RandomNo < 100) {document.write(" It is bad luck to cut your fingernails on Friday or Sunday. ");}
else if (RandomNo < 150) {document.write(" Throw salt over the shoulder to dispell bad luck. ");}
else if (RandomNo < 200) {document.write(" If you make a bedspread, or a quilt, be sure to finish it or marriage will never come to you. ");}
else if (RandomNo < 250) {document.write(" If the groom drops the wedding band during the ceremony, the marriage is doomed. ");}
else if (RandomNo < 300) {document.write(" More than 80 percent of high-rises lack a 13th floor. ");}
else if (RandomNo < 350) {document.write(" You can tell what kind of husband a man will make by the way he treats his mother. ");}
else if (RandomNo < 400) {document.write(" A knife as a gift from a lover means that the love will soon end. ");}
else if (RandomNo < 450) {document.write(" Sparrows carry the souls of the dead, it's unlucky to kill one. ");}
else if (RandomNo < 500) {document.write(" Fingernail cuttings should be saved, burned, or buried. ");}
else if (RandomNo < 550) {document.write(" To drop a fork means a man is coming to visit. ");}
else if (RandomNo < 600) {document.write(" Many cities do not have a 13th Street or a 13th Avenue. ");}
else if (RandomNo < 650) {document.write(" If she receives a bouquet of roses in the Springtime she will find true love but if it is winter her search will be fruitless. ");}
else if (RandomNo < 700) {document.write(" If the left eye twitches there will soon be a death in the family. ");}
else if (RandomNo < 750) {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 < 800) {document.write(" To see a rose bush in full foliage denotes a wedding in the family. ");}
else if (RandomNo < 850) {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 if (RandomNo < 900) {document.write(" If a knife drops, a man will come to visit; if a fork drops, a woman will come to visit. ");}
else if (RandomNo < 950) {document.write(" To see butterflies flying around denotes news from absent friends by letter or from someone who has seen them. ");}
else                     {document.write(" Pregnant women should not attend funerals. ");}
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>");
//-->
