
var textnumber = 30 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (textnumber-1) * randomnumber) + 1 ;
text = new Array
text[1] = "Let my words be tender and sweet today. Tomorrow I may have to eat them."
text[2] = "Why not go out on a limb? Isn't that where the fruit is?"
text[3] = "Help people reach their full potential. Catch them doing something right."
text[4] = "Peace of mind calls for a clear conscience."
text[5] = "Happiness may be had only by helping others find it."
text[6] = "The most important day of your life is today, so use it wisely."
text[7] = "It's nice to be important but it's more important to be nice."
text[8] = "The reward of a thing well done is to have done it."
text[9] = "To control others, first control yourself."
text[10] = "The most valuable gift you can give another is a good example."
text[11] = "When in doubt, ask someone who isn't"
text[12] = "A smile is a curve that sets things straight."
text[13] = "All people smile in the same language."
text[14] = "Your smile may be a little thing, but it produces big results."
text[15] = "If you can't do great things, do small things in a great way."
text[16] = "You'll find that the harder you work, the luckier you'll get."
text[17] = "Triumph is just 'umph' added to 'try'."
text[18] = "A smile is something that adds to your face value."
text[19] = "If at first you do succeed, try to hide your astonishment."
text[20] = "The road to progress is always under construction."
text[21] = "There is no danger of eyestrain from looking on the bright side of life."
text[22] = "A wishbone won't get you as far as a backbone."
text[23] = "You may be disappointed if you fail, but you are doomed if you don't try."
text[24] = "Indecision is fatal. It is better to make a wrong decision than to build up a habit of indecision."
text[25] = "Life is under no obligation to give us what we expect."
text[26] = "Striving for excellence motivates you. Striving for perfection is demoralizing."
text[27] = "When god closes a door, he always opens a window."
text[28] = "Every sunrise is a new message from god, and every sunset his signature."
text[29] = "You may be the only bible some people ever read."
text[30] = "The darkest hour of despair yields quickly to the light of faith."
var mytext = text[rand1]
document.write(mytext)