quotes = new Array(
"What I love about the past, is that it's over. <br> Byron Katie",
"It is not because things are difficult that we do not dare, it is because we do not dare that things are difficult. <br> Seneca",
"Instead of trying to solve the problem, look if there really is one. <br> John Wheeler",
"In expanding the field of knowledge, we but increase the horizon of ignorance. <br> Henry Miller",
" What is the most rigorous law of our being? Growth. No smallest atom of our moral, mental, or physical structure can stand still a year. It grows--it must grow; nothing can prevent it. <br> Mark Twain",
"Let us not look back in anger or forward in fear, but around in awareness. <br> James Thurber",
"You can't build a reputation on what you are going to do. <br> Henry Ford",
"Keep away from people who try to belittle your ambitions. Small people always do that, but the really great make you feel that you, too, can become great. <br> Mark Twain",
"We don't see things as they are. We see things as we are. <br> Anaïs Nin",
"Change your opinions, keep to your principles; change your leaves, keep intact your roots. <br> Victor Hugo",
"Your emotion is not the problem, it's your resistance against it. <br> Vartman",
"Nothing can make you happy, and nothing can prevent you from being happy. <br>  Samarpan",
" If I had asked people what they wanted, they would have said a faster horse. <br> Henry Ford ",
"Never trust the advice of a man in difficulties. <br> Aesop",
"An idea that is not dangerous is unworthy of being called an idea at all.<br>  Oscar Wilde",
"Tell me and I forget. Teach me and I remember. Involve me and I learn.<br> Benjamin Franklin",
"In this age, which believes that there is a short cut to everything, the greatest lesson to be learned is that the most difficult way is, in the long run, the easiest. <br> Henry Miller",
"Effective people are not problem minded; they're opportunity minded. They feed opportunities and starve problems. <br>  Stephen R. Covey",
"Always dream and shoot higher than you know you can do. Don't bother just to be better than your contemporaries or predecessors. Try to be better than yourself. <br> William Faulkner",
"Great spirits have always encountered violent opposition from mediocre minds. <br> Albert Einstein",
"Ordinary man is involved in action, the hero acts. An immense difference. <br> Henry Miller",
"It's no use to try to change the world. But it certainly is useful to change your thoughts about the world. <br> Unknown",
"No vision, no development. <br> Phil Lane Jr.",
"Confusion is the doorway to a new understanding. <br> Richard Bandler",
"You can only be lost if you are trying to get somewhere. <br> Ram Tzu",
"No participation, no change<br> Phil Lane Jr.",
"The trouble with the rat-race is that even if you win, you're still a rat. <br>Lily Tomlin",
"There are no failures . . . only people who give up too soon. <br> Susyn",
"Yes, we can! <br> Barack Obama",
"Happiness is just relaxing with who you are. <br> Unknown",
"Worry is like a rocking chair - it gives you something to do but won't get you anywhere. <br> Unknown",
"Better to do something imperfectly than to do nothing flawlessly. <br> Robert Schuller",
"Complexity is of the mind. Simplicity is of the soul. <br> Phil Lane Jr.",
"What distinguishes the majority of men from the few is their inability to act according to their beliefs. <br> Henry Miller",
" Power over others is weakness disguised as strength.<br> Eckhart Tolle",
"I wanted to change the world. But I have found that the only thing one can be sure of changing is oneself. <br> Aldous Huxley",
"A problem well stated is a problem halve solved. <br> Charles F. Kettering",
"The trouble with worrying so much about your security in the future is that you feel so insecure in the present.<br> Harlan Miller",
"When you realize that you don't know, you become very intelligent. <br> Eckhart Tolle",
"Never doubt that a small group of thoughtful, committed citizens can change the world. Indeed, it's the only thing that ever has. <br> Margaret Mead",
"Life is what happens to you while you're busy making other plans. <br> John Lennon",
"The tragedy of life is not that it ends so soon, but that we wait so long to begin it. <br> Unknown ",
"Management of Trust will become the key factor. To create a safe atmosphere creates trust very quickly. It is like a visit. Just open the door. <br> Phil Lane Jr",
"Be a first rate version of yourself, not a second rate version of someone else. <br> Judy Garland",
"Vision without action is merely a dream. Action without vision just passes the time. Vision with action can change the world. <br> Joel A. Barker",
"If everyone is thinking alike then somebody isn't thinking. <br> George S. Patton",
"Be realistic, plan for a miracle. <br> Osho",
"We choose our joys and sorrows long before we experience them. <br> Kahlil Gibran",
"The extraordinary is the ordinary, seen in all its glory. <br> Philip Levine",
"Life is not a problem to be solved. Life is a mystery to be lived. <br> Osho",
"Errors and mistakes are the necessary steps in the learning process; once they have served their purpose, they should be forgotten. <br> Vince Lombardi",
"Anything that is looked upon without judging and labelling will be transformed. <br>  Eckhart Tolle",
"Living your life as an ego was never meant to be fun. It's supposed to be disappointing. <br> Tony Parsons",
"What I want in my life is compassion, a flow between myself and others based on a mutual giving from the heart. <br>  Marshall Rosenberg",
"What happens when you attack the old system? It gets stronger. It strengthens itself. Even if I became the general. I get caught by the system. <br> Phil Lane Jr",
" We can't solve problems by using the same kind of thinking we used when we created them.  <br> Albert Einstein",
" Everything that is really great and inspiring is created by the individual who can labor in freedom. <br> Albert Einstein",
" The real act of discovery consists not in finding new lands but in seeing with new eyes. <br> Marcel Proust",
" Nothing else in the world is so powerful as an idea whose time has come. <br> Victor Hugo", 
" Out beyond ideas of wrongdoing and rightdoing, there is a field. I will meet you there. <br> Jalal al-Din Rumi",
"The past is history, the future is mystery and the present is a gift. That is why we call it the present. <br> Jir&iacute; Kyli&aacute;n",
"Change not the mass but change the fabric of your own soul and your visions, and you change all. <br> V. Lindsay",
"We often spend so much time coping with problems along our path that we only have a dim or even inaccurate view of what's really important to us. <br>  Peter Senge",
"In the measurement world, we set a goal and strive to achieve it. In the universe of possibility, we set the context and let life unfold. <br> Ben Zander");
var nr=Math.floor(Math.random()*quotes.length);
document.write(quotes[nr]);




