<!--
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(" A fetus acquires fingerprints at the age of three months. ");}
else if (RandomNo < 100) {document.write(" More people are killed annually by donkeys than die in air crashes. ");}
else if (RandomNo < 150) {document.write(" Thyroid imbalance and iron deficiency are reversible causes for hair loss. ");}
else if (RandomNo < 200) {document.write(" In 1960, an estimated 4,000 people were over 100 years old in the U.S. By 1995 the number had jumped to : 55,000. ");}
else if (RandomNo < 250) {document.write(" A boy's voice breaks during puberty because his vocal cords are lengthening. Up until that point, girl's and boy's vocal cords are the same length. ");}
else if (RandomNo < 300) {document.write(" Your B R A I N is 80% water; weighs up to 3 lbs. ");}
else if (RandomNo < 350) {document.write(" An average human drinks about 16,000 gallons of water in a lifetime. ");}
else if (RandomNo < 400) {document.write(" It was discovered that the lymph nodes filter out foreign chemicals, particles, and microorganisms before they enter the bloodstream when an autopsy was performed on a heavily tattooed sailor; his lymph nodes had traces of ink in them. ");}
else if (RandomNo < 450) {document.write(" In one hour, your heart works hard enough to produce the equivalent energy to raise almost 1 ton of weight 1 yard off the ground. ");}
else if (RandomNo < 500) {document.write(" Medical experts warn that compulsive exercising can be just as bad for a person as no exercise at all. The human body needs 24 hours without exercise about once a week in order to cleanse itself of lactic acid and other waste products of strenuous activity. ");}
else if (RandomNo < 550) {document.write(" America's first nudist organization was founded in 1929, by 3 men. ");}
else if (RandomNo < 600) {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 < 650) {document.write(" The brain is immune to pain! Any pain from injury, illness or whatever, is perceived by the brain. It has no receptor cells (like we have in other parts of our bodies) that sense pain. ");}
else if (RandomNo < 700) {document.write(" The average scalp has 100,000 hairs. Redheads have the least at 80,000; brown and black haired persons have about 100,000; and blondes have the most at 120,000. ");}
else if (RandomNo < 750) {document.write(" Every human spent about half an hour as a single cell. ");}
else if (RandomNo < 800) {document.write(" The brain of neanderthal man was larger than that of modern man. ");}
else if (RandomNo < 850) {document.write(" It is a comparatively recent insight that light travels from the object to the eye. Until about 400 years ago, it was thought that there was something in the eye that went out and saw the object. ");}
else if (RandomNo < 900) {document.write(" Muscles can shorten themselves, but cannot lengthen themselves. Every time a muscle contracts, it must be pulled back to its original length by another muscle shortening itself in the other direction. ");}
else if (RandomNo < 950) {document.write(" A bowl of lime jello, when hooked up to an EEG machine, exhibited movement which is virtually identical to the brain waves of a healthy adult man or woman. ");}
else                     {document.write(" You burn 26 calories in a one minute kiss. ");}
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>");
//-->
