<!--
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>Cats and Dogs 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(" Cats bury their feces to cover their trails from predators. ");}
else if (RandomNo < 100) {document.write(" A polecat is not a cat. It is a nocturnal European weasel. ");}
else if (RandomNo < 150) {document.write(" A cat can be either right-pawed or left-pawed. ");}
else if (RandomNo < 200) {document.write(" A cat's whiskers, called vibrissae, grow on the cat's face and on the back of its forelegs. The whiskers are thought to be a kind of sensor to help a cat gauge the space it wants to go through. ");}
else if (RandomNo < 250) {document.write(" A frightened cat can run at speeds of up to 31 mph, slightly faster than a human sprinter. ");}
else if (RandomNo < 300) {document.write(" Most pet owners (94 percent) say their pet makes them smile more than once a day. ");}
else if (RandomNo < 350) {document.write(" A cat will clean itself with paw and tongue after a dangerous experience or when it has fought with another cat. This is believed to be an attempt by the animal to soothe its nerves by doing something natural and instinctive. ");}
else if (RandomNo < 400) {document.write(" The first dog to star in an American movie was Jean the Vitagraph Dog, a Border Collie mix, who made his first film in 1910. ");}
else if (RandomNo < 450) {document.write(" Lassie, the TV collie, first appeared in a 1930s short novel titled Lassie Come-Home written by Eric Mowbray Knight. The dog in the novel was based on Knight's real life collie, Toots. ");}
else if (RandomNo < 500) {document.write(" Cats can donate blood to other cats. ");}
else if (RandomNo < 550) {document.write(" The largest and the smallest dogs to live in the White House where both there during the tenure of president James Buchanan. The president had a Newfoundland named Lara. And his niece, Harriet Lane, had a tiny toy terrier named Punch. ");}
else if (RandomNo < 600) {document.write(" The cat lover is an ailurophile, while a cat hater is an ailurophobe. ");}
else if (RandomNo < 650) {document.write(" Cats with white fur and skin on their ears are very prone to sunburn. ");}
else if (RandomNo < 700) {document.write(" Lucy Webb Hayes, wife of Rutherford Hayes, is the first person recorded to own a Siamese in the U.S. ");}
else if (RandomNo < 750) {document.write(" Before the enactment of the 1978 law that made it mandatory for dog owners in New York City to clean up after their pets, approximately 40 million pounds of dog excrement were deposited on the streets every year. ");}
else if (RandomNo < 800) {document.write(" According to one legend, the 'M' marking on the forehead of the Tabby Cat was created by the prophet Mohammed as he rested his hand lightly on the brow of his favorite cat, a Tabby. ");}
else if (RandomNo < 850) {document.write(" Prairie dogs are not dogs. A prairie dog is a kind of rodent. ");}
else if (RandomNo < 900) {document.write(" The cat family split from the other mammals at least 40 million years ago, making them one of the oldest mammalian families. ");}
else if (RandomNo < 950) {document.write(" When you find your cat glued to the window intently watching a bird, making a strange chattering noise and clicking his or her jaws oddly, your cat is merely acting on instinct. What your cat is doing is directly related to the killing bite that all cats use to dispatch their prey. ");}
else                     {document.write(" Abraham Lincoln loved cats. He had four of them while he lived in the White House. Abraham Lincoln's cat, Tabby, was the first of several White House cats. ");}
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>");
//-->
