function text() {
};
text = new text();
number = 0;
// textArray
text[number++] = "How we spend our days is, of course, how we spend our lives.- Annie Dillard"
text[number++] = "Action may not always bring happiness, but there is no happiness without action. - Benjamin Disraeli"
text[number++] = "Nobody made a greater mistake than he who did nothing because he could do only a little. - Edmund Burke"
text[number++] = "Bite off more than you can chew, then chew it. - Ella Williams"
text[number++] = "To live for results would be to sentence myself to continuous frustration. My only sure reward is in my actions and not from them. - Hugh Prather"
text[number++] = "A smooth sea never made a skillful mariner.- Anonymous"
text[number++] = "Great spirits have always encountered violent opposition from mediocre minds.  - Albert Einstein"
text[number++] = "No one can make you feel inferior without your consent.    - Eleanor Roosevelt"  
text[number++] = "In order to be walked on, you have to be lying down. - Brian Weir"
text[number++] = "Anger makes you smaller, while forgiveness forces you to grow beyond what you were.  - Cherie Carter-Scott"
text[number++] = "The best remedy for anger is delay.  - Brigham Young"
text[number++] = "Anger is never without a reason, but seldom a good one.  - Benjamin Franklin" 
text[number++] = "Anger makes dull men witty, but it keeps them poor. - Elizabeth I "
text[number++] = "Speak when you are angry--and you will make the best speech you'll ever regret.       - Laurence J. Peter"
text[number++] = "A man sees in the world what he carries in his heart.       - Johann Wolfgang Goethe, from Faust"
text[number++] = "You can't expect people to look eye to eye with you if you are looking down on them.       - Anonymous" 
text[number++] = "A man never likes you so well as when he leaves your company liking himself.       - Anonymous"
text[number++] = "People don't care how much you know, until they know how much you care.       - Anonymous"
text[number++] = "The only job where you start at the top is digging a hole.       - Anonymous"
text[number++] = "Knowledge is proud that she knows so much; Wisdom is humble that she knows no more.       - Cowper"   
text[number++] = "Once the game is over, the king and the pawn go back in the same box.       - Anonymous"
text[number++] = "A smile is an inexpensive way to improve your looks.       - Anonymous"
text[number++] = "There can be hope only for a society which acts as one big family, not as many separate ones.       - Anwar el Sadat "
text[number++] = "We must learn to live together as brothers or perish together as fools.       - Martin Luther King, Jr. " 
text[number++] = "It is in the shelter of each other that the people live.       - Irish proverb "
text[number++] = "You lift me, and I'll lift you, and we'll ascend together.       - Anonymous"
text[number++] = "Accept challenges, so that you may feel the exhilaration of victory.        -George S. Patton "  
text[number++] = "Adventure is worthwhile.  -Amelia Earhart "   
text[number++] = "Challenges are what make life interesting; overcoming them is what makes life meaningful.   -Joshua J. Marine "
text[number++] = "Difficulties are meant to rouse, not discourage. The human spirit is to grow strong by conflict.        -William Ellery Channing"
text[number++] = "Unless a man undertakes more than he possibly can do, he will never do all that he can.        –Henry Drummond"
text[number++] = "Nobody made a greater mistake than he who did nothing because he could do only a little. - Edmund Burke"
text[number++] = "The bond that links your true family is not one of blood, but of respect and joy in each other's life.       - Richard Bach "  
text[number++] = "It is better to bind your children to you by a feeling of respect and by gentleness, than by fear.        - Terence"
text[number++] = "Level with your child by being honest. Nobody spots a phony quicker than a child.         - Mary MacCracken "
text[number++] = "If you want children to keep their feet on the ground, put some responsibility on their shoulders.        - Abigail Van Buren "
text[number++] = "Your children will become what you are; so be what you want them to be.        - David Bly "
text[number++] = "Children need love, especially when they do not deserve it.        - Harold Hulbert"
text[number++] = "If we are to have real peace, we must begin with the children.        - Mahatma Gandhi"
text[number++] = "It takes a whole village to raise a child.        - African Proverb"
text[number++] = "What we have to learn, we rarely choose - George Michael/Song-You Have Been Loved"
text[number++] = "Hope is like a bird that senses the dawn and carefully starts to sing while it is still dark.      - Anonymous"
text[number++] = "Life can only be understood backwards; but it must be lived forwards.       - Soren Kierkegaard"
text[number++] = "Fall seven times, stand up eight.       - Japanese proverb"
text[number++] = "The grand essentials of happiness are: something to do, something to love, and something to hope for.       - Allan K. Chalmers "
text[number++] = "Happiness is not having what you want, but wanting what you have.       - Anonymous"
text[number++] = "Trials give you strength, sorrows give understanding and wisdom.       - Chuck T. Falcon"
text[number++] = "He who has hope has everything.       - Arabian Proverb"
text[number++] = "Courage is going from failure to failure without losing enthusiasm.        - Winston Churchill  "
text[number++] = "If you want to feel rich, just count all of the things you have that money can't buy.       - Anonymous"
text[number++] = "The best things in life aren't things.       - Art Buchwald"
text[number++] = "The mind is a lousy master but a wonderful servant.        - Anonymous"
text[number++] = "The main thing is to keep the main thing the main thing.       - Steven Covey"
text[number++] = "Failure is only the opportunity to begin again, this time more wisely.       - Anonymous"
text[number++] = "A real friend is one who walks in when the rest of the world walks out.   -Walter Winchell"
text[number++] = "There are times when a man should be content with what he has but never with what he is.       - William George Jordan"
text[number++] = "When a man finds no peace within himself, it is useless to seek it elsewhere.       - L. A. Rouchefolicauld"
text[number++] = "Man's mind, once stretched by a new idea, never regains its original dimensions.        - Oliver Wendell Holmes, Jr."
// keep adding items here...
increment = Math.floor(Math.random() * number);