<!--
var r_text = new Array ();
r_text[0] = "When you come to the end of your rope, tie a knot and hang on.  ~Franklin D. Roosevelt";
r_text[1] = "When you get to your wits end, you will find, God lives there.  ~Author Unknown";
r_text[2] = "Everything will be okay in the end.  If it is not okay, it is not the end.  ~Author Unknown";
r_text[3] = "When life gives you a hundred reasons to cry, show life that you have a thousand reasons to smile.  ~Author Unknown";
r_text[4] = "During the darkest indigo midnight, yet will countless stars blossom.  ~Dr. SunWolf";
r_text[5] = "When you get into a tight place and everything goes against you, till it seems as though you could not hang on a minute longer, never give up then, for that is just the place and time that the tide will turn.  ~Harriet Beecher Stowe";
r_text[6] = "The world is round and the place which may seem like the end may also be only the beginning.  ~Ivy Baker Priest";
r_text[7] = "What lies behind us and what lies before us are tiny matters compared to what lies within us.  ~Henry S. Haskins, Meditations in Wall Street, 1940, commonly misattributed to Ralph Waldo Emerson (Thanks, Garson OToole!)";
r_text[8] = "Most of us, swimming against the tides of trouble the world knows nothing about, need only a bit of praise or encouragement - and we will make the goal.  ~Jerome Fleishman";
r_text[9] = "If one dream should fall and break into a thousand pieces, never be afraid to pick one of those pieces up and begin again.  ~Flavia Weedn, Flavia and the Dream Maker, © Flavia.com";
r_text[10] = "If you are going through hell, keep going.  ~Winston Churchill";
r_text[11] = "A bend in the road is not the end of the road... unless you fail to make the turn.  ~Author Unknown";
r_text[12] = "The robbed that smiles, steals something from the thief.  ~William Shakespeare, Othello";
r_text[13] = "I know God will not give me anything I cannot handle.  I just wish that He did not trust me so much.  ~Mother Teresa";
r_text[14] = "Some luck lies in not getting what you thought you wanted but getting what you have, which once you have got it you may be smart enough to see is what you would have wanted had you known.  ~Garrison Keillor";
r_text[15] = "Adversity is like a strong wind.  It tears away from us all but the things that cannot be torn, so that we see ourselves as we really are.  ~Arthur Golden, Memoirs of a Geisha";
r_text[16] = "When the Japanese mend broken objects, they aggrandize the damage by filling the cracks with gold.  They believe that when something has suffered damage and has a history it becomes more beautiful.  ~Barbara Bloom";
r_text[17] = "I have sometimes been wildly, despairingly, acutely miserable, but through it all I still know quite certainly that just to be alive is a grand thing.  ~Agatha Christie";
r_text[18] = "When it is dark enough, you can see the stars.  ~Ralph Waldo Emerson";
r_text[19] = "He who has a why to live can bear almost any how.  ~Friedrich Nietzsche";
r_text[20] = "When written in Chinese the word crisis is composed of two characters - one represents danger and the other represents opportunity.  ~John F. Kennedy, address, 12 April 1959";

var i = Math.floor(21*Math.random())
document.write(r_text[i]);

//-->
