// JavaScript Document

var r_text = new Array ();
r_text[0] = "&quot;I have only just begun telling my story. What you see is but a glimpse of what I will be. I am like a falling ray, waiting to bounce back.<br \/> When I do, I just might be brilliant";
r_text[1] = "&quot;People accept a Lie just as easily as they reject the Truth...";
r_text[2] = "&quot;I dread the day when I stop seeing what other people see not...";
r_text[3] = "&quot;Perfectionist &aacute;nd procrastinator in one? Oh boy...";
r_text[4] = "&quot;I once believed that my love was greater than God's. Then I fell and lost that very love\; I turned to stone. Now I am saved, picked up by Christ. Now I know, no love is greater than His! ";
r_text[5] = "&quot;The likelihood of Jesus returning before I finish this website is pretty high...";
r_text[6] = "&quot;The first thing I'm gonna do when Creation is restored is hug a tiger...";
var i = Math.floor(7*Math.random())

document.write(r_text[i]);

