<!--
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 fastest bird is the Spine-tailed swift, clocked at speeds of up to 220 miles per hour. ");}
else if (RandomNo < 100) {document.write(" Felix the Cat is the first cartoon character to ever have been made into a balloon for a parade. ");}
else if (RandomNo < 150) {document.write(" The oldest age that a house cat has attained and has been reliably documented is the case of a female tabby named 'Ma.' She lived to the ripe old age of 34! ");}
else if (RandomNo < 200) {document.write(" Dairy cows can produce up to 200 lbs of flatus (farts and burps) a day! ");}
else if (RandomNo < 250) {document.write(" Goats' eyes have rectangular pupils ");}
else if (RandomNo < 300) {document.write(" Honey bee wings flap 11,400 times per sec. and fly at 15 miles per hour. ");}
else if (RandomNo < 350) {document.write(" The snake that is responsible for the most deaths of humans is the Sawcaled or Carpet Viper. It resides from West Africa to India. ");}
else if (RandomNo < 400) {document.write(" Elephants can't jump. ");}
else if (RandomNo < 450) {document.write(" The turkey was named for what was wrongly thought to be its country of origin. ");}
else if (RandomNo < 500) {document.write(" The biggest member of the cat family is the male lion, which weighs 528 pounds (240 kilograms). ");}
else if (RandomNo < 550) {document.write(" The Chinese, during the reign of Kublai Khan, used lions on hunting expeditions. They trained the big cats to pursue and drag down massive animals - from wild bulls to bears - and to stay with the kill until the hunter arrived. ");}
else if (RandomNo < 600) {document.write(" The worlds fastest reptile (measured on land) is the spiny-tailed iguana of Costa Rica. It has been clocked at 21.7 mph! ");}
else if (RandomNo < 650) {document.write(" A blind chameleon can still change colours to match its environment ");}
else if (RandomNo < 700) {document.write(" The biggest member of the cat family is the male lion, which weighs 528 pounds (240 kilograms). ");}
else if (RandomNo < 750) {document.write(" A kangaroo can hop 30 feet at once. ");}
else if (RandomNo < 800) {document.write(" A 6 pound sea-hare can lay 40,000 eggs in a single minute ");}
else if (RandomNo < 850) {document.write(" Sharks have been on the earth a little over 350 million years. ");}
else if (RandomNo < 900) {document.write(" Worker ants may live seven years and the queen may live as long as 15 years. ");}
else if (RandomNo < 950) {document.write(" Dogs can see color but it is not as vivid a color scheme as we see. It is much like our vision at twilight. ");}
else                     {document.write(" Felix the Cat is the first cartoon character to ever have been made into a balloon for a parade. ");}
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>");
//-->
