function facts()
{
//14
var ranNum= Math.round(Math.random() * 15);
if (ranNum == 0){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> 7 out of every 10 people believe in life after death</span></p>'); } // 1
if (ranNum == 1){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> The First Mosque in the United States was built in 1893</span></p>'); } // 2
if (ranNum == 2){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> According to the Bible, Camel is considered an unclean meat.</span></p>'); } // 3
if (ranNum == 3){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> Farting consistently for 6 years and 19 months produces enough gas to be the equivalent of an atomic bomb.</span></p>'); } // 4
if (ranNum == 4){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> A pig\'s orgasm last for 30 minutes.</span></p>'); } // 5
if (ranNum == 5){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> You can burn up to 150 calories an hour by banging your head against a wall.</span></p>'); } // 6
if (ranNum == 6){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> The tongue is the strongest muscle in the human body.</span></p>'); } // 7
if (ranNum == 7){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> Polar Bears are left handed.</span></p>'); } // 8
if (ranNum == 8){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> Lions have been known to mate up to 50 times a day.</span></p>'); } // 9
if (ranNum == 9){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> Starfish don\'t have brains.</span></p>'); } // 10
if (ranNum == 10){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> A dentist is responsible for the invention of the electric chair.</span></p>'); } // 11
if (ranNum == 11){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> The cigarette lighter was invented before the match.</span></p>'); } // 12
if (ranNum == 12){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> Brazil is the Heliport capital of the world.</span></p>'); } // 13
if (ranNum == 13){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> Australia has more railway per capita than anyone else in the world.</span></p>'); } // 14
if (ranNum == 14){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> One third of Australians have been a victim of crime.</span></p>'); } // 15
if (ranNum == 15){document.write('<p align="center" class="style1"><span class="style8"><strong>Fact:</strong> An airplane mechanic invented Slinky while he was playing with engine parts and realized the possible secondary use for the springs. </span></p>'); } // 16
}

