<!--
var beg = "<P>";
var end = "</P>";
var facts = new Array();
facts[0] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[1] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[2] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[3] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[4] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[5] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[6] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[7] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[8] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[9] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[10] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[11] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[12] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[13] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[14] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[15] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[16] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[17] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[18] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[19] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
facts[20] = "You don\'t have to see the whole staircase, just take the first step.<br><br>* * * * *<br><br>Martin Luther King Jr.";
var rannum1 = Math.floor(Math.random() * facts.length)
document.write(beg + facts[rannum1] + end);
//-->