function didyouknow()
{
//27
var ranNum= Math.round(Math.random() * 27);
if (ranNum == 0){document.write('Clark Gable and Carol Lombard owned a dachshund named Commissioner.'); } // ClarkGable
if (ranNum == 1){document.write('In the United States, the Dachshund breed comes in two sizes – standard and miniature.'); } // TwoSizes
if (ranNum == 2){document.write('There are 3 types of coat varieties in the Dachshund - Smooth, Longhair and Wirehair.'); } // 3Coats
if (ranNum == 3){document.write('Despite their small size, Dachshunds are extremely courageous.'); } // Courageous
if (ranNum == 4){document.write('The Dachshund has the most recognizable shape of all dogs.'); } // Shape
if (ranNum == 5){document.write('The word Dachshund comes from the German words "dachs" (which means badger) and "hund" (which means hound/dog).'); } // GermanDefinition
if (ranNum == 6){document.write('In Germany, the Dachshund is also called the Teckel.'); } // Teckel
if (ranNum == 7){document.write('The Dachshund is a hunting dog originally bred to \'go to ground\' after the formidable badger.'); } // GoToGround
if (ranNum == 8){document.write('The Smooth Dachshund has a short, flat, shiny coat.'); } // Smooths
if (ranNum == 9){document.write('The Longhaired Dachshund has a coat of medium length much like the Irish Setter.   The hair is usually longer on the ears, the back of the legs, the chest, and the underside of the tail and body,'); } // Longhair
if (ranNum == 10){document.write('The Wirehaired Dachshund is covered with a coarse, wiry coat like those of most terrier breeds and is distinguished by their well defined eyebrows and beards.'); } // Wirehair
if (ranNum == 11){document.write('A Miniature Dachshund typically weighs 11 pounds or less as an adult.'); } // Miniature
if (ranNum == 12){document.write('A Standard Dachshund typically weighs between 16 and 32 pounds as an adult.'); } // Standard
if (ranNum == 13){document.write('"Red" Dachshunds range in color from a very light strawberry blond hue to a deep, russet shade.'); } // Red
if (ranNum == 14){document.write('Cream colored Dachshunds are a buttery, yellow shade with no red tones.'); } // Cream
if (ranNum == 15){document.write('Black & Tan Dachshunds have tan markings on their head, chest, and paws.  '); } // BlackAndTan
if (ranNum == 16){document.write('Aside from black & tan, 2-colored Dachshunds can also be chocolate and tan, blue and tan, and isabella and tan.'); } // BlueAndTan
if (ranNum == 17){document.write('Dachshund coats can be patterned – dapple, double dapple, brindle, and piebald.  '); } // Dapple
if (ranNum == 18){document.write('Dappled Dachshunds have irregular splashes (dapples) of color.'); } // DappleSplashes
if (ranNum == 19){document.write('Brindle Dachshunds have dark stripes all over their body.  '); } // Brindle
if (ranNum == 20){document.write('A "piebald" Dachshund has patterns like a Beagle or Basset Hound with large regular patches of white. '); } // Piebald
if (ranNum == 21){document.write('Wirehaired Dachshunds are often a salt-and-pepper color referred to as "wild boar".'); } // WildBoar
if (ranNum == 22){document.write('Dachshunds make excellent watchdogs.  They are extremely alert and have a deep, loud bark relative to their size.'); } // Watchdogs
if (ranNum == 23){document.write('Dachshunds were bred to be stubborn and independent, but that does not mean that they cannot be trained to behave!'); } // Stubborn
if (ranNum == 24){document.write('Dachshunds love to be with people. If you want to be followed everywhere you go, then the Dachshund is the dog for you!'); } // TheDogForYou
if (ranNum == 25){document.write('Dachshunds participate in more AKC events than any other breed – conformation, field trials, earthdog tests, obedience, tracking, and agility.'); } // 6Events
if (ranNum == 26){document.write('The Dachshund\'s nose is so keen, they have been used in the U.S. to assist in Search and Rescue operations.'); } // Nose
if (ranNum == 27){document.write('"Double Dappled" dachshunds have large areas of white in addition to the dappled pattern.'); } // DoubleDapple
}
