<script type="text/javascript">
var funFacts = new Array();
funFacts[0] = "In Baltimore, Maryland, it is not legal to take a lion to the movies.";
funFacts[1] = "A coconut is the largest known seed in the world. Once a coconut falls from a palm tree, it takes about three years for this seed to take root and sprout into a new tree.";
funFacts[2] = "It\'s physically impossible for you to lick your elbow.";

var j = 0;
var p = funFacts.length;
var preBuffer = new Array();
for (i = 0; i < p; i++){
   preBuffer[i] = new Image();
   preBuffer[i].src = funFacts[i];
}
var whichFact = Math.round(Math.random()*(p-1));
document.write(funFacts[whichImage]);
</script>