function get_quote()
{
quotes = new Array(52);
authors = new Array(52);
quotes[0] = "I would rather attempt to do something great and fail, then attempt to do nothing and succeed.";
authors[0] = " ";
quotes[1] = "Small opportunities are often the beginning of great enterprises.";
authors[1] = "Demosthenes";
quotes[2] = "All things are difficult before they are easy.";
authors[2] = "John&nbsp;Norley";
quotes[3] = "The speed of the leader determines the rate of the pack.";
authors[3] = " ";
quotes[4] = "Adversity reveals genius, prosperity conceals it.";
authors[4] = "Horace";
quotes[5] = "The price of greatness is responsibility.";
authors[5] = "Winston&nbsp;Churchill";
quotes[6] = "Destiny is not a matter of chance, it is a matter of choice.";
authors[6] = " ";
quotes[7] = "The future belongs to those who believe in the beauty of their dreams.";
authors[7] = "Eleanor&nbsp;Roosevelt";
quotes[8] = "Accept the challenges, so that you may feel the exhilaration of victory.";
authors[8] = "General George Patton";
quotes[9] = "Genius is one percent inspiration, and ninety-nine percent perspiration.";
authors[9] = "Thomas&nbsp;Edison";
quotes[10] = "The difference between ordinary and extraordinary is that little extra.";
authors[10] = " ";
quotes[11] = "Luck is what happens when preparation meets opportunity.";
authors[11] = "Elmer&nbsp;Letterman";
quotes[12] = "Progress always involves risk; you can't steal second base and keep your foot on first base.";
authors[12] = "Frederick&nbsp;Wilcox";
quotes[13] = "Success is simply a matter of luck. Ask any failure.";
authors[13] = "Earl";
quotes[14] = "Chance favors the prepared mind.";
authors[14] = "Louis&nbsp;Pasteur";
quotes[15] = "Obstacles are those frightful things you see when you take your eyes off your goals.";
authors[15] = " ";
quotes[16] = "Genius is the ability to reduce the complicated to the simple.";
authors[16] = "C.W.&nbsp;Ceran";
quotes[17] = "Things may come to those who wait, but only the things left by those who hustle.";
authors[17] = "Abraham&nbsp;Lincoln";
quotes[18] = "Winners expect to win in advance. Life is a self-fulfilling prophecy.";
authors[18] = " ";
quotes[19] = "Don't wait for your ship to come in, swim out to it.";
authors[19] = " ";
quotes[20] = "A great pleasure in life is doing what people say you cannot do.";
authors[20] = "Walter&nbsp;Cagehot";
quotes[21] = "The man who believes he can do something is probably right, and so is the man who believes he can't.";
authors[21] = " ";
quotes[22] = "One man with courage makes a majority.";
authors[22] = "Andrew&nbsp;Jackson";
quotes[23] = "We are continually faces by great opportunities brilliantly disguised as insoluble problems.";
authors[23] = " ";
quotes[24] = "The difference between a successful person and others is not a lack of strength, not a lack of knowledge, but rather in a lack of will.";
authors[24] = "Vince&nbsp;Lombardi";
quotes[25] = "In great attempts it is glorious even to fail.";
authors[25] = " ";
quotes[26] = "As I grow older, I pay less attention to what men say. I just watch what they do.";
authors[26] = "Andrew&nbsp;Carnegie";
quotes[27] = "The people who get on in this world are the people who get up and look for the circumstances they want, and if they can't find them, make them.";
authors[27] = "George&nbsp;Bernard&nbsp;Shaw";
quotes[28] = "Failures are divided into two classes: those who thought and never did, and those who did and never thought.";
authors[28] = "John&nbsp;Charles&nbsp;Salak";
quotes[29] = "The secret of happiness is not in doing what one likes, but in liking what one does.";
authors[29] = "James&nbsp;M.&nbsp;Barrie";
quotes[30] = "Failure is the opportunity to begin again more intelligently.";
authors[30] = "Henry&nbsp;Ford";
quotes[31] = "Well done is better than well said.";
authors[31] = "Ben&nbsp;Franklin";
quotes[32] = "Success is a journey, not a destination.";
authors[32] = "Ben&nbsp;Sweetland";
quotes[33] = "The quality of a person's life is in direct proportion to their commitment to excellence, regardless of their chosen field of endeavor.";
authors[33] = " ";
quotes[34] = "Whatever the mind can conceive and believe, man can achieve.";
authors[34] = "Napoleon&nbsp;Hill";
quotes[35] = "There are no limitations to the mind except those we acknowledge.";
authors[35] = "Napoleon&nbsp;Hill";
quotes[36] = "The finest tool still needs a man who knows how to use it.";
authors[36] = "Napoleon&nbsp;Hill";
quotes[37] = "What lies behind us, and what lies before us are tiny matters, compared to what lies within us.";
authors[37] = "Ralph&nbsp;Waldo&nbsp;Emerson";
quotes[38] = "When you can do the common things of life in an uncommon way, you will command the attention of the world.";
authors[38] = "Anonymous";
quotes[39] = "God grant me the serenity to accept the things I cannot change, the courage to change the things I can, and the wisdom to distinguish the one from the other.";
authors[39] = "Reinhold&nbsp;Niebuhr";
quotes[40] = "To accomplish great things, we must not only act, but also dream; not only plan, but also believe.";
authors[40] = "Anatole&nbsp;France";
quotes[41] = "Never confuse activity with action.";
authors[41] = "F.&nbsp;Scott&nbsp;Fitzgerald";
quotes[42] = "The great end of life is not knowledge, but action.";
authors[42] = "Thomas&nbsp;Fuller";
quotes[43] = "Our aspirations are our possibilities.";
authors[43] = "Samuel&nbsp;Johnson";
quotes[44] = "Attitudes are more important that facts.";
authors[44] = "Norman&nbsp;Vincent&nbsp;Peale";
quotes[45] = "A journey of a thousand miles must begin with a single step.";
authors[45] = "Lao&nbsp;Tze";
quotes[46] = "All glory comes from daring to begin.";
authors[46] = "Eugene&nbsp;F.&nbsp;Ware";
quotes[47] = "We are what we believe we are.";
authors[47] = "Benjamin&nbsp;Nathan&nbsp;Cardozo";
quotes[48] = "Don't fix the blame, fix the problem.";
authors[48] = "Robert&nbsp;H.&nbsp;Schuller";
quotes[49] = "Plan to keep winning. The 'Next Time' always motivates you to keep trying.";
authors[49] = "Robert&nbsp;H.&nbsp;Schuller";
quotes[50] = "Failures are problems waiting to be solved."; 
authors[50] = "Robert&nbsp;H.&nbsp;Schuller";
quotes[51] = "Failing to prepare is preparing for failure.";
authors[51] = "Gerry&nbsp;Tchir";

index = Math.floor(Math.random() * quotes.length);
document.write("<FONT FACE=\"Arial, Helvetica, sans-serif\" SIZE=\"2\"><B>" + "&quot;" + quotes[index] + "&quot;</B></FONT> ");
document.write("<FONT FACE=\"Arial, Helvetica, sans-serif\" SIZE=\"1\"><I>" + authors[index] + "</I><FONT>");
}