quote=new Array();
quote[0]="<table border=0 width=320 bgcolor='efefef'><tr><td valign=top><span style='font-size:9pt;font-family:&quot;Comic Sans MS&quot;'><b>Random Superstition</b><br>To open an umbrella in the house is to bring bad luck.<br>From <a href='http://www.randomsuperstitions.com' target='_blank'>randomsuperstitions.com</a></span></td></tr></table></a>";
quote[1]="<table border=0 width=320 bgcolor='efefef'><tr><td valign=top><span style='font-size:9pt;font-family:&quot;Comic Sans MS&quot;'><b>Random Superstition</b><br>A rabbit's foot brings good luck.<br>From <a href='http://www.randomsuperstitions.com' target='_blank'>randomsuperstitions.com</a></span></td></tr></table></a>";
quote[2]="<table border=0 width=320 bgcolor='efefef'><tr><td valign=top><span style='font-size:9pt;font-family:&quot;Comic Sans MS&quot;'><b>Random Superstition</b><br>To break a mirror will bring you seven years bad luck.<br>From <a href='http://www.randomsuperstitions.com' target='_blank'>randomsuperstitions.com</a></span></td></tr></table></a>";
quote[3]="<table border=0 width=320 bgcolor='efefef'><tr><td valign=top><span style='font-size:9pt;font-family:&quot;Comic Sans MS&quot;'><b>Random Superstition</b><br>A cat has nine lives.<br>From <a href='http://www.randomsuperstitions.com' target='_blank'>randomsuperstitions.com</a></span></td></tr></table></a>";
quote[4]="<table border=0 width=320 bgcolor='efefef'><tr><td valign=top><span style='font-size:9pt;font-family:&quot;Comic Sans MS&quot;'><b>Random Superstition</b><br>It is bad luck to sing at the table.<br>From <a href='http://www.randomsuperstitions.com' target='_blank'>randomsuperstitions.com</a></span></td></tr></table></a>";
quote[5]="<table border=0 width=320 bgcolor='efefef'><tr><td valign=top><span style='font-size:9pt;font-family:&quot;Comic Sans MS&quot;'><b>Random Superstition</b><br>To drop a knife means a man will visit.<br>From <a href='http://www.randomsuperstitions.com' target='_blank'>randomsuperstitions.com</a></span></td></tr></table></a>";
quote[6]="<table border=0 width=320 bgcolor='efefef'><tr><td valign=top><span style='font-size:9pt;font-family:&quot;Comic Sans MS&quot;'><b>Random Superstition</b><br>Washing a car will bring rain.<br>From <a href='http://www.randomsuperstitions.com' target='_blank'>randomsuperstitions.com</a></span></td></tr></table></a>";
chosen=Math.floor(Math.random()*quote.length);
document.write(quote[chosen]);
