<!--
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>Human Trivia</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(" Humans are the only animals that copulate face to face. ");}
else if (RandomNo < 100) {document.write(" The brain is told which way the head is moving, and how fast the motion is, by the degree and direction the ear's canal hairs bend. ");}
else if (RandomNo < 150) {document.write(" The bacteria found on human skin is roughly the numerical equivalent of all the humans on earth. ");}
else if (RandomNo < 200) {document.write(" The average human blinks his eyes 6,205,000 times each year. ");}
else if (RandomNo < 250) {document.write(" The diameter of capillaries, or tiny blood vessels, is around 0.008 millimeters. ");}
else if (RandomNo < 300) {document.write(" Each of the more than 200 lashes on each eye is shed every 3-5 months. ");}
else if (RandomNo < 350) {document.write(" The body's daily requirement of vitamins and minerals is less than a thimbleful. ");}
else if (RandomNo < 400) {document.write(" The bacteria found on human skin is roughly the numerical equivalent of all the humans on earth. ");}
else if (RandomNo < 450) {document.write(" The average women's thighs are one and a half times larger in circumference than the average man's. ");}
else if (RandomNo < 500) {document.write(" Just like fingerprints, no 2 lip prints or tongue prints are alike. ");}
else if (RandomNo < 550) {document.write(" Women navigate by landmarks and visual memories. Men navigate by direction and distance, and tend to be better at reading maps. ");}
else if (RandomNo < 600) {document.write(" The small intestine is 22 ft long. ");}
else if (RandomNo < 650) {document.write(" Lab tests can detect traces of alcohol in urine six to 12 hours after a person has stopped drinking. ");}
else if (RandomNo < 700) {document.write(" The human skeleton weighs about 20 pounds on the average. ");}
else if (RandomNo < 750) {document.write(" Just like fingerprints, no 2 lip prints or tongue prints are alike. ");}
else if (RandomNo < 800) {document.write(" Zoanthropy is a form of mental disorder in which the patient imagines himself to be a beast. ");}
else if (RandomNo < 850) {document.write(" Your spinal cord, if typical is 1/2 inch thick. ");}
else if (RandomNo < 900) {document.write(" Nobody ever gets poison ivy on the soles of their feet. ");}
else if (RandomNo < 950) {document.write(" When a person dies, hearing is generally the last sense to go. The first sense lost is usually sight. Then follows taste, smell, and touch. ");}
else                     {document.write(" Women manufacture far less serotonin, the key mood-regulating brain chemical than men. This could explain why they're more likely to suffer from certain psychological problems such as depression. ");}
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>");
//-->
