<!--
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(" When cats scratch furniture, it isn't an act of malice. They are actually tearing off the ragged edges of the sheaths of their talons to expose the new sharp ones beneath. ");}
else if (RandomNo < 100) {document.write(" Most cats have five toes on each front paw, but only four toes on each back paw. ");}
else if (RandomNo < 150) {document.write(" For Stephen King's 'Cujo' (1983), five St. Bernards were used, one mechanical head, and an actor in a dog costume to play the title character. ");}
else if (RandomNo < 200) {document.write(" The smallest breed of dog recognized by the American Kennel Club is the Chihuahua, which stands six to nine inches at the top of the shoulders and weighs two to six pounds. The largest is the Irish Wolfhound, which stands 30 to 35 inches at the top of the shoulders and weighs 105 to 125 pounds. ");}
else if (RandomNo < 250) {document.write(" Catnip can affect lions and tigers as well as house cats. It excites them because it contains a chemical that resembles an excretion of the dominant female's urine. ");}
else if (RandomNo < 300) {document.write(" A group of adult cats is called a clowder. ");}
else if (RandomNo < 350) {document.write(" Cats lack a true collarbone and can generally squeeze their bodies through any space they can get their heads through. ");}
else if (RandomNo < 400) {document.write(" The cat is the only animal that walks on its claws, not the pads of its feet. ");}
else if (RandomNo < 450) {document.write(" Cats can donate blood to other cats. ");}
else if (RandomNo < 500) {document.write(" Despite its reputation for being finicky, the average cat consumes about 127,750 calories a year, nearly 28 times its own weight in food and the same amount again in liquids. In case you were wondering, cats cannot survive on a vegetarian diet. ");}
else if (RandomNo < 550) {document.write(" People who are allergic to cats are actually allergic to cat saliva or cat dander. If the cat is bathed regularly, allergic people have better tolerance to it. ");}
else if (RandomNo < 600) {document.write(" Ernest Hemingway once had some 30 cats at his home in Havana. ");}
else if (RandomNo < 650) {document.write(" Morris, the 9-Lives cat, was discovered at an animal shelter in New England. ");}
else if (RandomNo < 700) {document.write(" A dog's whiskers are touch-sensitive hairs called vibrissae. They are found on the muzzle, above the eyes and below the jaws, and can actually sense tiny changes in airflow. ");}
else if (RandomNo < 750) {document.write(" According to a recent survey, the most popular name for a dog is Max. Other popular names include Molly, Sam, Zach, and Maggie. ");}
else if (RandomNo < 800) {document.write(" Cats can donate blood to other cats. ");}
else if (RandomNo < 850) {document.write(" The cat lover is an ailurophile, while a cat hater is an ailurophobe. ");}
else if (RandomNo < 900) {document.write(" The penalty for killing a cat, 4,000 years ago in Egypt, was death. ");}
else if (RandomNo < 950) {document.write(" A large majority of white cats with blue eyes are deaf. White cats with only one blue eye are deaf only in the ear closest to the blue eye. ");}
else                     {document.write(" In general, cats live longer than most dogs. An average life span might be 12 to 14 years. Some cats are reaching 20 or more. ");}
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>");
//-->
