<!--
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(" The smallest of the recognized dog breeds, the Chihuahua, is also the one that usually lives the longest. Named for the region of Mexico where they were first discovered in the mid-19th century, the Chihuahua can live anywhere between 11-18 years. ");}
else if (RandomNo < 100) {document.write(" The calories burned daily by the sled dogs running in Alaska's annual Iditarod race average 10,000. The 1,149-mile race commemorates the 1925 'Race for Life' when 20 volunteer mushers relayed medicine from Anchorage to Nome to battle a children's diphtheria epidemic. ");}
else if (RandomNo < 150) {document.write(" A group of kittens is called a kindle. ");}
else if (RandomNo < 200) {document.write(" A cat uses its whiskers to determine if a space is too small to squeeze through. The whiskers act as feelers or antennae, helping the animal to judge the precise width of any passage. ");}
else if (RandomNo < 250) {document.write(" The different types of tabby patterns that are seen in domestic cats also occur in wild cats. ");}
else if (RandomNo < 300) {document.write(" Cats can get 'age spots'. These are black spots on the skin that are often seen around the lips, eyes, and nose; and usually start when the cat is three to five years of age. ");}
else if (RandomNo < 350) {document.write(" Those dark lines connecting to a cat's eyes are called mascara lines. ");}
else if (RandomNo < 400) {document.write(" 95% of cat owners admit they talk to their cats. ");}
else if (RandomNo < 450) {document.write(" Cats average 16 hours of sleep a day, more than any other mammal. ");}
else if (RandomNo < 500) {document.write(" Cats have AB blood groups just like people. ");}
else if (RandomNo < 550) {document.write(" Pekingese dogs were sacred to the emperors of China for more than 2,000 years. They are one of the oldest breeds of dogs in the world. ");}
else if (RandomNo < 600) {document.write(" A quarter of cat owners blow dry their cats after bathing them. ");}
else if (RandomNo < 650) {document.write(" A cat's tail held high means happiness. A twitching tail is a warning sign, and a tail tucked in close to the body is a sure sign of insecurity. ");}
else if (RandomNo < 700) {document.write(" A cat can jump as much as seven times its height. ");}
else if (RandomNo < 750) {document.write(" Cats have a third eyelid, called a haw, that is rarely visible. If it can be seen, it could be an indication of ill health. ");}
else if (RandomNo < 800) {document.write(" Perhaps the oldest known female cat was Ma, from Devon, who was 34 when she died in 1957. ");}
else if (RandomNo < 850) {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 < 900) {document.write(" A cat's sense of taste is keener than a dog's sense of taste. ");}
else if (RandomNo < 950) {document.write(" A female cat can begin mating when she is between 5 and 9 months old. ");}
else                     {document.write(" Researchers studying what dogs like to eat have found that the appetite of pet dogs is affected by the taste, texture and smell of the food, and also by the owners' food preferences, their perception of their pet, and the physical environment in which the dog is eating. ");}
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>");
//-->
