<!--
var r_text = new Array (); 
r_text[0] = "&quot; Find something you love to do and you'll never have to work a day in your life. &quot; <br /> - Harvey MacKay";
r_text[1] = "&quot; The tragedy of life is not that it ends so soon, but that we wait so long to begin it. &quot; <br /> - W. M. Lewis";
r_text[2] = "&quot; I have found that if you love life, life will love you back. &quot; <br /> - Arthur Rubinstein";
r_text[3] = "&quot; Life is really simple, but we insist on making it complicated. &quot; <br /> - Confucius";
r_text[4] = "&quot; Oh, you hate your job? Why didn't you say so? There's a support group for that. It's called EVERYBODY, and they meet at the bar. &quot; <br /> - Drew Carey";
r_text[5] = "&quot; If you can't convince them, confuse them. &quot; <br /> - Harry S Truman";
r_text[6] = "&quot; You can't have everything. Where would you put it? &quot; <br /> - Stephen Wrighty";
r_text[7] = "&quot; If they can't swallow facts, let them eat fiction. &quot; <br /> - Rain Bojangles";
r_text[8] = "&quot; There is nothing to writing. All you do is sit down at a typewriter and bleed. &quot; <br /> - Ernest Hemingway";
r_text[9] = "&quot; Whether or not you write well, write bravely. &quot; <br /> - Bill Stout";
r_text[9] = "&quot; Writing is a socially acceptable form of schizophrenia. &quot; <br />  - E. L. Doctorow";
r_text[9] = "&quot; If you would not be forgotten as soon as you are dead and rotten, Either write something worth reading or do something worth writing. &quot; <br /> - Benjamin Franklin";
r_text[9] = "&quot; Write to be understood, speak to be heard, read to grow... &quot; <br /> - Lawrence Clark Powell";
var i = Math.floor(10*Math.random())

document.write(r_text[i]);

//-->

