<!--
var beg = "<P>";
var end = "</P>";
var facts = new Array();
facts[0] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[1] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[2] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[3] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[4] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[5] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[6] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[7] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[8] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[9] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[10] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[11] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[12] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[13] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[14] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[15] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[16] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[17] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[18] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[19] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
facts[20] = "How does one become a butterfly? . . . You must want to fly so much that you are willing to give up being a caterpillar.\<br><br>* * * * *<br><br>Trina Paulus";
var rannum1 = Math.floor(Math.random() * facts.length)
document.write(beg + facts[rannum1] + end);
//-->