function quote()
{
//10
var ranNum= Math.round(Math.random() * 10);
if (ranNum == 0){document.write('"The person who gets the farthest is generally the one who is willing to do and dare. The sure-thing boat never gets far from shore." - Dale Carnegie'); } // DaleCarnegie
if (ranNum == 1){document.write('"At least eighty percent of millionaires are self-made.That is,they started with nothing but ambition and energy,the same way most of us start."- Brian Tracy '); } // Brian
if (ranNum == 2){document.write('"Make a decision to be succesful right now.Most people never decide to be wealthy and that is why they retire poor."- Brian Tracy '); } // Briantracy2
if (ranNum == 3){document.write('"Small opportunities are often the beginning of great enterprises." - Demosthenes '); } // Demosthenes
if (ranNum == 4){document.write('"Four things come not back: The spoken word, The sped arrow, The past life, The neglected opportunity."- Arabian Proverb '); } // ArabianProverb
if (ranNum == 5){document.write('“A successful man is one who can lay a firm foundation with the bricks others have thrown at him.” - David Brinkley'); } // DavidBrinkley
if (ranNum == 6){document.write('"Many of life\'s failures are people who did not realize how close they were to success when they gave up." - Eva edison'); } // Evaedison
if (ranNum == 7){document.write('"Ones best success comes after their greatest disappointments." - Henry Ward Beecher'); } // Henry
if (ranNum == 8){document.write('"Success does not come to those who wait . . . and it does not wait for anyone to come to it." - Anonymous '); } // Anonymous
if (ranNum == 9){document.write('"Success is the sum of small efforts, repeated day in and day out..." - Robert Collier'); } // Robert
if (ranNum == 10){document.write('"Keep in mind that neither success nor failure is ever final."- Roger Ward Babson '); } // Roger
}
