﻿<!--
var r_text = new Array ();
r_text[0] = "It’s kind of fun to do the impossible. -- Walt Disney";
r_text[1] = "The quieter you become, the more you can hear. -- Ram Dass";
r_text[2] = "I don’t know who my grandfather was; I’m much more concerned to know what his grandson will be. -- Abraham Lincoln";
r_text[3] = "It’s not how good you are. It’s how good you want to be. -- Paul Arden";
r_text[4] = "No one is perfect – that’s why pencils have erasers. -- Author Unknown";
r_text[5] = "There is more treasure in books than in all the pirates’ loot on the Treasure Island. -- Walt Disney";
r_text[6] = "Writing is good, thinking is better. Cleverness is good, patience is better. -- Hermann Hesse";
r_text[7] = "You will do foolish things, but do them with enthusiasm. -- French novelist Colette";
r_text[8] = "He who trims himself to suit everyone will soon whittle himself away. -- Raymond Hull";
r_text[9] = "Study while others are sleeping; work while others are loafing; prepare while others are playing; and dream while others are wishing. -- William Arthur Ward";
r_text[10] = "Don’t let what you can’t do stop you from doing what you can do. -- John Wooden";
r_text[11] = "Accept everything about yourself — I mean everything, You are you and that is the beginning and the end — no apologies, no regrets. -- Clark Moustakas";
r_text[12] = "The only place where dreams are impossible is in your own mind.- Emalie ";
r_text[13] = "Be yourself, everyone else is already taken. -- Oscar Wilde";
r_text[14] = "It’s not that I’m so smart, it’s just that I stay with problems longer. -- Albert Einstein";
r_text[15] = "Life is like a ten-speed bike. Most of us have gears we never use. -- Charles Schultz";
r_text[16] = "It does not matter how slow you go so long as you do not stop. -- Confucius";
r_text[17] = "Once you choose hope, anything’s possible. -- Christopher Reeve";
r_text[18] = "Continuous improvement is better than delayed perfection. -- Mark Twain";
r_text[19] = "Resolve never to quit, never to give up, no matter what the situation. -- Jack Nicklaus";
r_text[20] = "When you play, play hard; when you work, don’t play at all. -- Theodore Roosevelt";
r_text[21] = "Reach high, for stars lie hidden in your soul. Dream deep, for every dream precedes the goal. -- Ralph Vaull Starr";
r_text[22] = "You always pass failure on the way to success. -- Mickey Rooney";
r_text[23] = "You cannot change the circumstances, the seasons, or the wind, but you can change yourself. That is something you have. -- Jim Rohn";
r_text[24] = "Only surround yourself with people who will lift you higher. -- Oprah Winfrey";
r_text[25] = "Because life is a gift, all of us are gifted. -- Noah BenShea";
r_text[26] = "A drop of ink makes thousands think. If you’ve learned to read, you can learn to succeed. -- Author Unknown";
r_text[27] = "Remember, happiness doesn’t depend upon who you are or what you have; it depends solely upon what you think. -- Dale Carnegie";
r_text[28] = "Excellence is not a skill. It is an attitude. -- Ralph Marston";
r_text[29] = "A person who never made a mistake never tried anything new. -- Albert Einstein";
r_text[30] = "Do not worry about your difficulties in Mathematics. I can assure you mine are still greater. -- Albert Einstein ";
r_text[31] = "Logic will get you from A to B. Imagination will take you everywhere. -- Albert Einstein";
r_text[32] = "Every student can learn, just not on the same day, or the same way. -- George Evans";
r_text[33] = "Education is not the filling of a bucket, but the lighting of a fire. -- W.B. Yeats";
r_text[34] = "There is a brilliant child locked inside every student. -- Marva Collins";
r_text[35] = "Information cannot replace education. -- Earl Kiole";
r_text[36] = "We all need someone who inspires us to do better than we know how. -- Anonymous";
r_text[37] = "Aim for success, not perfection. Never give up your right to be wrong, because then you will lose the ability to learn new things and move forward with your life. Remember that fear always lurks behind perfectionism. -- David Burns";
r_text[38] = "Nothing is ever achieved without enthusiasm. -- Ralph Waldo Emerson";
r_text[39] = "All of us do not have equal talent, but all of us should have an equal opportunity to develop our talent. -- John F. Kennedy";
r_text[40] = "What I hear, I forget. What I see, I remember. What I do, I understand. -- Confucius";
r_text[41] = "You learn something every day if you pay attention. -- Ray LeBlond";
r_text[42] = "Learning is a treasure that will follow its owner everywhere. -- Chinese Proverb";
r_text[43] = "You don't understand anything until you learn it more than one way. -- Marvin Minsky";
r_text[44] = "Education costs money, but then so does ignorance. -- Claus Moser";
r_text[45] = "Nothing is more powerful and liberating than knowledge. -- William H. Gray III";

var i = Math.floor(46*Math.random())

document.write(r_text[i]);

//-->


