<!--
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(" All snakes on the island of Tasmania are poisonous ");}
else if (RandomNo < 100) {document.write(" An anticoagulant from vampire bat saliva may soon be used to treat human heart patients. Contrary to popular misconception, bats are not blind, do not become entangled in human hair, and seldom transmit disease to other animals or humans. ");}
else if (RandomNo < 150) {document.write(" Macaroni, Gentoo, Chinstrap and Emperor are types of penguins. ");}
else if (RandomNo < 200) {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 < 250) {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 < 300) {document.write(" The honey badger can withstand hundreds of african bee stings that would kill any other animal. ");}
else if (RandomNo < 350) {document.write(" The oldest pony in history was 54 years old when he died in France. ");}
else if (RandomNo < 400) {document.write(" Tylenol and chocolate are poisonous to cats. ");}
else if (RandomNo < 450) {document.write(" The worlds fattest cat was a neutered male tabby named 'Himmey' When Himmey died of respiratory failure he weighed a whopping 46 lbs 15.5 ounces! He had a 15 inch neck, was 38 inches long, and had a 33 inch waist. ");}
else if (RandomNo < 500) {document.write(" Cat's urine glows under a black light. ");}
else if (RandomNo < 550) {document.write(" All kangaroos have a chambered stomach that is functionally similar to those of such ruminants as cattle and sheep. They regurgitate the vegetation they have eaten, chew it as cud, and then swallow it again for final digestion. ");}
else if (RandomNo < 600) {document.write(" By feeding hens certain dyes they can be made to lay eggs with varicolored yolks. ");}
else if (RandomNo < 650) {document.write(" Rats are cautious, and if their food is in an exposed area where it cannot be consumed quickly,they usually carry or drag it to a hiding place. ");}
else if (RandomNo < 700) {document.write(" A dolphin in a large tank can hear, and precisely locate, a teaspoonful of water being poured anywhere into the tank. ");}
else if (RandomNo < 750) {document.write(" Tropical bats are key elements in rain forest ecosystems which rely on them to pollinate flowers and disperse seeds for countless trees and shrubs. ");}
else if (RandomNo < 800) {document.write(" The Anopheles mosquito, which carries the malaria parasite Plasmodium is estimated to have been responsible for half of the human deaths in history outside of war and accidents since the Stone Age. ");}
else if (RandomNo < 850) {document.write(" The oldest pony in the US is named 'Teddy' and he is 53 years old. He only needs one more year to break the world record. ");}
else if (RandomNo < 900) {document.write(" Polar bears are the only mammals with hair on the soles of their feet. ");}
else if (RandomNo < 950) {document.write(" Sharks skeletons are made of cartilage (Like the soft bone in your nose). ");}
else                     {document.write(" Bees are insects in the scientific order Hymenoptera as Apis mellifera ");}
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>");
//-->
