<!--
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(" The odds of seeing three albino deer at once are one in seventy-nine billion, yet one man in Boulder Junction, Wisconsin, took a picture of three albino deer in the woods. ");}
else if (RandomNo < 100) {document.write(" Under optimum conditions, one female cockroach can produce two million offspring in one year. Average breeding session produces 35,0000 offspring. ");}
else if (RandomNo < 150) {document.write(" Whales are able to control the flow of blood to the heart and brain so that they do not suffer from lack of oxygen on deep dives. ");}
else if (RandomNo < 200) {document.write(" A lion's roar can be heard a mile a way. ");}
else if (RandomNo < 250) {document.write(" An elephant may consume 500 pounds of hay and 60 gallons of water in a single day. ");}
else if (RandomNo < 300) {document.write(" An elephant can smell water 3 miles away. ");}
else if (RandomNo < 350) {document.write(" The adult male 'Bee Hummingbird' of Cuba is only 2.24 inches long. That's WITH the bill and tail! They only weigh 0.056 ounces. ");}
else if (RandomNo < 400) {document.write(" Neutering a cat extends its life span by two or three years. ");}
else if (RandomNo < 450) {document.write(" The oldest cow ever recorded was a Dremon named 'Big Bertha' that died 3 months shy of her 49th birthday on New Years Eve, 1993. ");}
else if (RandomNo < 500) {document.write(" Sharks skeletons are made of cartilage (Like the soft bone in your nose). ");}
else if (RandomNo < 550) {document.write(" The 'feather-winged' beetles and the 'battledore-wing fairy flies' are smaller than some species of protozoa (single cell creatures). ");}
else if (RandomNo < 600) {document.write(" A woodchuck only breathes 10 times during hibernation. ");}
else if (RandomNo < 650) {document.write(" A lion's roar can be heard a mile a way. ");}
else if (RandomNo < 700) {document.write(" The Canary Islands were not named for a bird called a canary. They were named after a breed of large dogs. The Latin name was Canariae insulae - 'Island of Dogs.' ");}
else if (RandomNo < 750) {document.write(" A pound of armadillo meat contains 780 calories. ");}
else if (RandomNo < 800) {document.write(" Mockingbirds can imitate any sound from a squeaking door to a cat meowing. ");}
else if (RandomNo < 850) {document.write(" Rats are omnivorous, eating nearly any type of food, including dead and dying members of their own species. ");}
else if (RandomNo < 900) {document.write(" The sperm whale has a single nostril on one side of its head. When it surfaces to breath, the spray is 'blown' at an angle...not straight up as depicted by other large whales. ");}
else if (RandomNo < 950) {document.write(" There are more than fifty different kinds of kangaroos. ");}
else                     {document.write(" Mosquitoes pass on the parasite causing malaria, which kills about 2 million people a year. They are likely responsible for half the human death since the Stone Age. ");}
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>");
//-->

