<!--
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>Animal 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(" When cats are asleep, they are still alert to incoming stimuli. If you poke the tail of a sleeping cat, it will respond accordingly. ");}
else if (RandomNo < 100) {document.write(" The Sanskrit word for 'war' means 'desire for more cows'. ");}
else if (RandomNo < 150) {document.write(" Fast food hamburgers come from culled dairy cattle. ");}
else if (RandomNo < 200) {document.write(" An average hummingbird consumes half its weight in nectar each day. ");}
else if (RandomNo < 250) {document.write(" The blood of mammals is red, the blood of insects is yellow, and the blood of lobsters is blue. ");}
else if (RandomNo < 300) {document.write(" The largest chicken ever was a White Sully named 'Big Snow.' This rooster tipped the scales at 23 lbs and 3 oz! ");}
else if (RandomNo < 350) {document.write(" The porpoise is second to man as the most intelligent animal on the planet. ");}
else if (RandomNo < 400) {document.write(" Male epauletted bats have pouches in their shoulders which contain large, showy patches of white fur that they flash during courtship to attract mates. ");}
else if (RandomNo < 450) {document.write(" A chimpanzee can learn to recognize itself in a mirror, but monkeys can't. ");}
else if (RandomNo < 500) {document.write(" Rats memorize specific pathways and use the same routes habitually. ");}
else if (RandomNo < 550) {document.write(" An elephant may consume 500 pounds of hay and 60 gallons of water in a single day. ");}
else if (RandomNo < 600) {document.write(" To produce a pound of honey, a bee must tap into two million flowers. ");}
else if (RandomNo < 650) {document.write(" A chameleon can move its eyes in two directions at the same time. ");}
else if (RandomNo < 700) {document.write(" A typical bed usually houses over 6 billion dust mites. ");}
else if (RandomNo < 750) {document.write(" Frog-eating bats identify edible from poisonous frogs by listening to the mating calls of male frogs. Frogs counter by hiding and using short, difficult to locate calls. ");}
else if (RandomNo < 800) {document.write(" The hummingbird, the loon, the swift, the kingfisher, and the grebe are all birds that cannot walk. ");}
else if (RandomNo < 850) {document.write(" The largest pig on record was a Poland-China hog named Big Bill, who weighed 2,552 lbs. ");}
else if (RandomNo < 900) {document.write(" Nurse bees heads exude Royal Jelly to feed larvae and the queen. ");}
else if (RandomNo < 950) {document.write(" By feeding hens certain dyes they can be made to lay eggs with varicolored yolks. ");}
else                     {document.write(" Loss of bats increases demand for chemical pesticides, can jeopardize whole ecosystems of other animal and plant species, and can harm human economies. ");}
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>");
//-->
