<!-- Begin
theDate= new Date();
var day = theDate.getDate();
var textdate = theDate.getDate() + '/' + (theDate.getMonth() + 1) + '/' + theDate.getYear();

var numquotes = 31;
quotes = new Array(numquotes+1);
quotes[1] = "Don't let anyone steal your dreams (Dexter Yager)";
quotes[2] = "The only thing that stands between a man and what he wants from life is often merely the will to try it and the faith to believe that it is possible. (Richard M DeVos)";
quotes[3] = "The easiest thing to find on God's green earth is someone to tell you all the things you cannot do. (Richard M DeVos)";
quotes[4] = "It is impossible to win the race unless you venture to run, impossible to win the victory unless you dare to battle. (Richard M DeVos)";
quotes[5] = "Doomed are the hotheads! Unhappy are they who lose their cool and are too proud to say, ''I'm sorry.'' (Robert H Schuller)";
quotes[6] = "I'd rather attempt to do something great and fail than to attempt to do nothing and succeed. (Robert H Schuller)";
quotes[7] = "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. (George Bernard Shaw)";
quotes[8] = "Success doesn't come to you...you go to it. (Marva Collins)";
quotes[9] = "You will never win if you never begin. (Robert H Schuller)";
quotes[10] = "Every situation, properly perceived, becomes an opportunity. (Helen Schucman)";
quotes[11] = "What this power is I cannot say; all I know is that it exists and it becomes available only when a man is in that state of mind in which he knows exactly what he wants and is fully determined not to quit until he finds it. (Alexander Graham Bell)";
quotes[12] = "The golden opportunity you are seeking is in yourself.  It is not in your environment; it is not in luck or chance, or the help of other; it is in yourself alone. (Orison Swett Marden)";
quotes[13] = "I do not think there is any other quality so essential to success of any kind as the quality of perseverance.  It overcomes almost everything, even nature. (John D. Rockefeller)";
quotes[14] = "The cure for all the ills and wrongs, the cares, the sorrows, and the crimes of humanity, all lie in the one word 'love'.  It is the divine vitality that everywhere produces and restores life. (Lydia Maria Child)";
quotes[15] = "If I had to select one quality, one personal characteristic that I regard as being most highly correlated with success, whatever the field, I would pick the trait of persistence. Determination. The will to endure to the end, to get knocked down seventy times and get up off the floor saying, 'Here comes number seventy-one!' (Richard M DeVos)";
quotes[16] = "If you listen to your fears, you will die never knowing what a great person you might have been. (Robert H Schuller)";
quotes[17] = "What great things would you attempt if you knew you could not fail. (Robert H Schuller)";
quotes[18] = "The truth of the matter is that there's nothing you can't accomplish if: (1) You clearly decide what it is that you're absolutely committed to achieving, (2) You're willing to take massive action, (3) You notice what's working or not, and (4) You continue to change your approach until you achieve what you want, using whatever life gives you along the way. (Anthony Robbins)";
quotes[19] = "If you develop the absolute sense of certainty that powerful beliefs provide, then you can get yourself to accomplish virtually anything, including those things that other people are certain are impossible. (Anthony Robbins)";
quotes[20] = "Most successful men have not achieved their distinction by having some new talent or opportunity presented to them.  They have developed the opportunity that was at hand. (Bruce Barton)";
quotes[21] = "We don't need more strength or more ability or greater opportunity. What we need is to use what we have. (Basil S. Walsh)";
quotes[22] = "Destiny is not a matter of chance; it is a matter of choice.  It is not something to be waited for; but, rather something to be achieved. (William Jennings Bryan)";
quotes[23] = "Opportunity rarely knocks on your door. Knock rather on opportunity's door if you ardently wish to enter. (B.C. Forbes)";
quotes[24] = "Each problem has hidden in it an opportunity so powerful that it literally dwarfs the problem.  The greatest success stories were created by people who recognized a problem and turned it into an opportunity. (Joseph Sugarman)";
quotes[25] = "Desire is the starting point of all achievement, not a hope, not a wish, but a keen pulsating desire which transcends everything. (Napoleon Hill)";
quotes[26] = "A goal is a dream with a deadline. (Napoleon Hill)";
quotes[27] = "Do not wait; the time will never be ''just right.'' Start where you stand, and work with whatever tools you may have at your command, and better tools will be found as you go along. (Napoleon Hill)";
quotes[28] = "Opportunity...often it comes in the form of misfortune, or temporary defeat. (Napoleon Hill)";
quotes[29] = "The price of success is perseverance.  The price of failure comes cheaper. (Anonymous)";
quotes[30] = "All our dreams can come true, if we have the courage to pursue them. (Walt Disney)";
quotes[31] = "If you can dream it, you can do it. Always remember this whole thing was started by a mouse. (Walt Disney)";

document.write('<font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#660066"><b>Quote for ' + textdate + '</b></font><br>');
document.write('<font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#660066"><b><i>' + quotes[day] + '</i></b></font><br>');
//  End -->
