
var quotes=new Array()

quotes<span class="style83">[</span>0]='<span class="style71">There are some people who live in a dream world, and there are some who face reality; and then there are those who turn one into the other. <span class="style83">[</span>By Douglas Everett]'

quotes<span class="style83">[</span>1]='<span class="style71">Whether you think you can or whether you think you cannot, you are right! <span class="style83">[</span>Henry Ford]'

quotes<span class="style83">[</span>2]='<span class="style71">I know of no more encouraging fact than the unquestionable ability of man to elevate his life by conscious endeavor. <span class="style83">[</span>Henry David Thoreau]'

quotes<span class="style83">[</span>3]='<span class="style71">Do not let what you cannot do interfere with what you can do. <span class="style83">[</span>John Wooden]'

quotes<span class="style83">[</span>4]='<span class="style71">Accept everything about yourself. I mean everything. You are you and that is the beginning and the end - no apologies, no regrets. <span class="style83">[</span>Clark Moustakas]'

quotes<span class="style83">[</span>5]='<span class="style71">We must accept life for what it actually is - a challenge to our quality without which we should never know of what stuff we are made, or grow to our full stature. <span class="style83">[</span>Ida R. Wylie]'

quotes<span class="style83">[</span>6]='<span class="style71">High achievement always takes place in the framework of high expectation. <span class="style83">[</span>Jack Kinder]'

quotes<span class="style83">[</span>7]='<span class="style71">The measure of a man is the way he bears up under misfortune. <span class="style83">[</span>Plutarch]'

quotes<span class="style83">[</span>8]='<span class="style71"> Do not wait for your ship to come in, swim out to it. <span class="style83">[</span>Anon]'

quotes<span class="style83">[</span>9]='<span class="style71">As I grow older, I pay less attention to what men say. I just watch what they do. <span class="style83">[</span>Andrew Carnegie]'

quotes<span class="style83">[</span>10]='<span class="style71">No steam or gas ever drives anything until it is confined. No Niagara is ever turned into light and power until it is tunneled. No life ever grows until it is focused, dedicated, disciplined. <span class="style83">[</span>Harry Emerson Fosdick]'

quotes<span class="style83">[</span>11]='<span class="style71">The words printed here are concepts. You must go through the experiences. <span class="style83">[</span>Carl Frederick]'

quotes<span class="style83">[</span>12]='<span class="style71">Man cannot discover new oceans unless he has the courage to lose sight of the shore. <span class="style83">[</span>Andre Gide]'

quotes<span class="style83">[</span>13]='<span class="style71">The wise man does at once what the fool does finally. <span class="style83">[</span>Baltasar Gracian]'

quotes<span class="style83">[</span>14]='<span class="style71">The world has the habit of making room for the man whose actions show that he knows where he is going. <span class="style83">[</span>Napoleon Hill]'

quotes<span class="style83">[</span>15]='<span class="style71">Success seems to be connected with action. Successful men keep moving. They make mistakes, but they don\t quit. <span class="style83">[</span>Conrad Hilton]'

quotes<span class="style83">[</span>16]='<span class="style71">Do the things you know, and you shall learn the truth you need to know. <span class="style83">[</span>George Macdonald]'

quotes<span class="style83">[</span>17]='<span class="style71">I have never heard anything about the resolutions of the apostles, but a good deal about their acts. <span class="style83">[</span>Horace Mann]'

quotes<span class="style83">[</span>18]='<span class="style71">Let us not be content to wait and see what will happen, but give us the determination to make the right things happen. <span class="style83">[</span>Peter Marshall]'

quotes<span class="style83">[</span>19]='<span class="style71">I hear and I forget, I see and I remember. I do and I understand. <span class="style83">[</span>Chinese Proverb]'

quotes<span class="style83">[</span>20]='<span class="style71">One may walk over the highest mountain one step at a time. <span class="style83">[</span>John Wanamaker]'

quotes<span class="style83">[</span>21]='<span class="style71">Every action is either strong or weak, and when every action is strong we are successful. <span class="style83">[</span>Wallace D. Wattles]'

quotes<span class="style83">[</span>22]='<span class="style71">If we do what is necessary, all the odds are in our favor. <span class="style83">[</span>Henry Kissinger]'

quotes<span class="style83">[</span>23]='<span class="style71">Little minds are tamed and subdued by misfortune; but great minds rise above them. <span class="style83">[</span>Washington Irving]'

quotes<span class="style83">[</span>24]='<span class="style71">When an afliction happens to you, you either let it defeat you, or you defeat it... <span class="style83">[</span>Rosalind Russell]'

quotes<span class="style83">[</span>25]='<span class="style71">There\s a basic human weakness inherent in all people which tempts them to want what they can\t have and not want what is readily available to them. <span class="style83">[</span>Robert J. Ringer]'

quotes<span class="style83">[</span>26]='<span class="style71">If there is something to gain and nothing to lose by asking, by all means ask! <span class="style83">[</span>W. Clement Stone]'

quotes<span class="style83">[</span>27]='<span class="style71">It\s not the situation ... It\s your reaction to the situation <span class="style83">[</span>Robert Conklin]'

quotes<span class="style83">[</span>28]='<span class="style71">Life at any time can become difficult: life at any time can become easy.  It all depends upon how one adjusts oneself to life. <span class="style83">[</span>Morarji Desai]'

quotes<span class="style83">[</span>29]='<span class="style71">What happens is not as important as how you react to what happens. <span class="style83">[</span>Thaddeus Golas]'

quotes<span class="style83">[</span>30]='<span class="style71">To hell with circumstances; I create opportunities. <span class="style83">[</span>Bruce Lee]'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes<span class="style83">[</span>whichquote])

