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