<!--
var r_text = new Array ();
r_text[0] = "We are more often treacherous through weakness than through calculation.";
r_text[1] = "A man with one watch knows what time it is; a man with two watches is never quite sure.";
r_text[2] = "Begin at the beginning and go on till you come to the end; then stop.";
r_text[3] = "Believe those who are seeking the truth.  Doubt those who find it.";
r_text[4] = "Beware lest you lose the substance by grasping at the shadow.";
r_text[5] = "Only that in you which is me can hear what I'm saying.";
r_text[6] = "I am a part of all that I have met.";
r_text[7] = "There's more to the truth than just the facts.";
r_text[8] = "The obscure we see eventually.  The completely obvious, it seems, takes longer.";
r_text[9] = "Even a clock that does not work is right twice a day.";
r_text[10] = "Losing an illusion makes you wiser than finding a truth.";
r_text[11] = "If a man who cannot count finds a four-leaf clover, is he lucky?";
r_text[12] = "Think like a man of action, act like a man of thought.";
r_text[13] = "When the student is ready, the master appears.";
r_text[14] = "A gun gives you the body, not the bird.";
r_text[15] = "Knock on the sky and listen to the sound.";
r_text[16] = "By daily dying I have come to be.";
r_text[17] = "There are some remedies worse than the disease.";  
r_text[18] = "You never know what is enough, until you know what is more than enough.";  
r_text[19] = "If you think you're free, there's no escape possible.";  
r_text[20] = "Don't miss the donut by looking through the hole.";  
r_text[21] = "You can't wake a person who is pretending to be asleep.";  
r_text[22] = "To learn something new, take the path that you took yesterday.";
r_text[23] = "If you're going to tickle, use a feather not a whip.";  
r_text[24] = "Some people walk in the rain, others just get wet.";  
r_text[25] = "What deep wounds ever closed without a scar?";
r_text[26] = "It takes all the running you can do just to keep in the same place.";  
r_text[27] = "Sometimes the questions are complicated and the answers are simple.";  
r_text[28] = "Who is more foolish, the child afraid of the dark or the man afraid of the light?";  
r_text[29] = "Eggs cannot be unscrambled.";  
r_text[30] = "The future influences the present just as much as the past.";
r_text[31] = "A wise man can see more from the bottom of a well than a fool can from a mountain top.";  
r_text[32] = "A stumble may prevent a fall.";  
r_text[33] = "It's very strange when the life you never had flashes before your eyes."; 
r_text[34] = "When you look into an abyss, the abyss also looks into you."; 
r_text[35] = "No snowflake ever falls in the wrong place."; 
r_text[36] = "It is easy to stand a pain, but difficult to stand an itch"; 
r_text[37] = "You cannot step into the same river twice."; 
r_text[38] = "Seeking is not always the way to find."; 
r_text[39] = "Weak eyes are fondest of glittering objects."; 
r_text[40] = "When the pain is great enough, we will let anyone be doctor.s"; 
var i = Math.floor(41*Math.random())

document.write(r_text[i]);

//-->