// JavaScript Document
// For the "Did You Know" dental facts random_img

<!--

var r_text = new Array();
r_text[0]  = '<img class="img-indent" src="images/random_img/23.png" /><p class="padding2">You should <strong>always replace a toothbrush</strong> after you had a cold, sore throat, or oral infection. Bacteria can stay on a toothbrush after your recover, and lead to re-infection.</p>'
r_text[1]  = '<img class="img-indent" src="images/random_img/01.jpg" /><p class="padding2">When possible, you should maintain a distance of <strong>6 feet between the toilet and where you store your toothbrush</strong>. That&#39;s the distance airborne particles from flushing can travel.</p>'
r_text[2]  = '<img class="img-indent" src="images/random_img/22.png" /><p class="padding2">Vigorous tooth brushing can do more harm than good. <strong>Overzealous brushing can lead to eroded enamel</strong> (which never grows back), causing teeth sensitivity and other oral problems.</p>'
r_text[3]  = '<img class="img-indent" src="images/random_img/27.jpg" /><p class="padding2">Just like fingerprints, <strong>everyone&#39;s set of teeth is unique</strong>. Even in identical twins don&#39;t share the same dental pattern.</p>'
r_text[4]  = '<img class="img-indent" src="images/random_img/14.png" /><p class="padding2">The Mexican version of the Tooth Fairy is known as the <strong>&quot;Tooth Mouse,&quot;</strong> which takes the tooth and leaves treasures in its place.</p>'
r_text[5]  = '<img class="img-indent" src="images/random_img/28.jpg" /><p class="padding2">If you&#39;re right-handed, you will tend to chew your food on your right side. If you&#39;re left-handed, you will tend to chew your food on your left side.</p>'
r_text[6]  = '<img class="img-indent" src="images/random_img/12.jpg" /><p class="padding2">The major causes of tooth loss in people under the age 35 are <strong>sports injuries, accidents, and fights</strong>.</p>'
r_text[7]  = '<img class="img-indent" src="images/random_img/09.jpg" /><p class="padding2">George Washington&#39;s dentures were made from <strong>walrus, hippopotamus, and cows&#39; teeth, as well as elephant tusks</strong>.</p>'
r_text[8]  = '<img class="img-indent" src="images/random_img/05.jpg" /><p class="padding2">Crocodiles don&#39;t clean their own teeth &#150; they let <strong>a plover</strong> (little bird) pick their teeth for scraps of leftover food.</p>'
r_text[9]  = '<img class="img-indent" src="images/random_img/26.jpg" /><p class="padding2">The world&#39;s largest toothed mammal is the sperm whale. A fossil (exhibited in the British Museum of Natural History) has a <strong>lower jaw measuring 16.5 feet long</strong>.</p>'
r_text[10] = '<img class="img-indent" src="images/random_img/19.jpg"  /><p class="padding2">A snail can have about <strong>25,000 teeth... on its tongue</strong>.</p>'
r_text[11] = '<img class="img-indent" src="images/random_img/17.jpg"  /><p class="padding2">A shark&#39;s teeth are quite literally as <strong>hard as steel</strong>.</p>'
r_text[12] = '<img class="img-indent" src="images/random_img/16.jpg"  /><p class="padding2">If you&#39;ve ever burned your mouth eating hot pizza, you might be interested to know the soreness has a name: <strong>&quot;Pizza Palette.&quot;</strong></p>'
r_text[13] = '<img class="img-indent" src="images/random_img/08.jpg"  /><p class="padding2">Only the common cold beats tooth decay as the most prevalent disease in the United States &#150; even though a third of us make it all the way to age 17 without ever getting a cavity.</p>'
r_text[14] = '<img class="img-indent" src="images/random_img/04.png"  /><p class="padding2">Some scientists have found that <strong>cheese</strong> (specifically aged cheddar, Swiss, or Monterey Jack) <strong>can help keep your teeth sparkly white.</strong></p>'
r_text[15] = '<img class="img-indent" src="images/random_img/21.jpg"  /><p class="padding2">Prehistoric children almost never had cavities... but only because they <strong>didn&#39;t eat sugar</strong>.</p>'
r_text[16] = '<img class="img-indent" src="images/random_img/13.jpg"  /><p class="padding2">Up until age 5 or 6, children have 20 primary or baby teeth; adults have 32 permanent (including 4 wisdom) teeth. Cats, on the other hand, have 30 teeth, while dogs have 42.</p>'
r_text[17] = '<img class="img-indent" src="images/random_img/20.jpg"  /><p class="padding2">The Statue of Liberty&#39;s mouth is three feet wide &#150; that means her <strong>toothbrush would need to be about 5 feet long</strong>.'
r_text[18] = '<img class="img-indent" src="images/random_img/06.jpg"  /><p class="padding2">An elephant&#39;s tooth can weigh <strong>more than six pounds</strong>.</p>'
r_text[19] = '<img class="img-indent" src="images/random_img/09.jpg"  /><p class="padding2">George Washington had <strong>only one tooth</strong> left in his mouth when he became the first President of the United States in 1789.</p>'
r_text[20] = '<img class="img-indent" src="images/random_img/11.jpg"  /><p class="padding2">The Earp brothers were some of the toughest law men in the Old West.  But did you know, their famous partner, <strong>John &quot;Doc&quot; Holliday</strong>, was a dentist?</p>'


var i = Math.floor(21*Math.random())

document.write(r_text[i]);

//-->
