function writeTip() { 

var msg = new Array();
Stamp = new Date();

today = Stamp.getDate();
msg[1] = "\"Action is the foundational key to all success.\" <br>--- Anthony Robbins";
msg[2] = "\"I don't measure a man's success by how high he climbs but how high he bounces when he hits bottom.\" <br>--- George Patton";
msg[3] = "\"Empty pockets never held anyone back. Only empty heads and empty hearts can do that.\" <br>--- Norman Vincent Peale";
msg[4] = "\"Success in life has nothing to do with what you gain in life or accomplish for yourself. It's what you do for others.\" <br>--- Danny Thomas";
msg[5] = "\"The winners in life think constantly in terms of I can, I will and I am. Losers, on the other hand, concentrate their waking thoughts on what they should have or would have done, or what they can't do.\" <br>--- Dennis Waitley";
msg[6] = "\"Success is achieved by those who try and keep trying with a positive mental attitude.\" <br>--- W. Clement Stone";
msg[7] = "\"The difference between a successful person and others is not a lack of strength, not a lack of knowledge, but rather a lack of will.\" <br>--- Vince Lombardi -- <br>";
msg[8] = "\"Great works are performed not by strength but by perseverance.\" <br>--- Samuel Johnson";
msg[9] = "\"There are no secrets to success. It is the result of preparation, hard work, and learning from failure.\" <br>--- Colin Powell";
msg[10] = "\"For true success ask yourself these four questions: Why? Why not? Why not me? Why not now?\"<br>--- Jimmy Dean";
msg[11] = "\"Quality means doing it right when no one is looking.\" <br>--- Henry Ford";
msg[12] = "\"Keep away from people who try to be little your ambition. Small people always do that, but the really great make you feel that you, too, can become great. \" <br>--- Mark Twain";
msg[13] = "\"Anything in life worth having is worth working for.\" <br>--- Andrew Carnegi";
msg[14] = "\"Success equals goals.. all else is commentary.\" <br>--- Brian Trac";
msg[15] = "\"One must have strategies to execute dreams.\" <br>--- Azim Premj";
msg[16] = "\"Our business in life is not to get ahead of others, but to get ahead of ourselves.\" <br>--- Zig Zigla ";
msg[17] = "\"Perpetual optimism is a force multiplier.\" <br>--- Colin Powel ";
msg[18] = "\"We are what we repeatedly do.  Excellence then is not an act but an habit.\" <br>--- Aristotle";
msg[19] = "\"The secret of success is consistency of purpose.\" <br>--- Benjamin Disraeli";
msg[20] = "\"A good criterion for measuring success in life is the number of people you have made happy.\" <br>--- Robert J. Lumsden";
msg[21] = "\"Many hands and hearts and minds generally contribute to anyone's notable achievements.\" <br>--- Walt Disney";
msg[22] = "\"To move the world we must first move ourselves.\" <br>--- Socrates";
msg[23] = "\"Believe it can be done.  When you believe something can be done, really believe, your mind will find ways to do it.  Believing there is a solution paves the way to a solution.\" <br>--- Dr. David Schwartz";
msg[24] = "\"Whatever you vividly imagine, ardently desire, sincerely believe, and enthusiastically act upon must inevitably come to pass!\" <br>--- Paul J. Meyer";
msg[25] = "\"A strong successful man is not the victim of his environment. He creates favorable conditions.\" <br>--- Orisen Marden";
msg[26] = "\"If one advances confidently in the direction of his dreams, and endeavors to live the life which he has imagined, he will meet with a success unexpected in common hours.\" <br>--- Henry David Thorea";
msg[27] = "\"The merit in action lies in finishing it to the end.\" <br>--- Genghis Khan";
msg[28] = "\"Never be afraid to tread the path alone.  Know which is your path and follow is wherever it may lead you; do not feel you have to follow in someone else's footsteps.\" <br>--- Eileen Caddy";
msg[29] = "\"Not many people are willing to give failure a second opportunity. They fail once and it's all over. If you are willing to consider failure a blessing in disguise and bounce back you can harness one of the most powerful success forces.\" <br>--- Joseph Sugarman";
msg[30] = "\"What we hope to do with ease, we must learn to do with diligence.\" <br>--- Samuel Johnson";
msg[31] = "\"The critical ingredient is getting off your butt and doing something. It's as simple as that. A lot of people have ideas, but there are few who decide to do something about them now. Not tomorrow. Not next week. But today. The true entrepreneur is a doer.\" <br>--- Nolan Bushnell";

document.writeln('<center><font face="Arial" size="2"><b>Today\'s Quote  </b><br></center>');
document.writeln(msg[today]);
document.writeln('</font><br><center><font face="Arial" size="1"><B><A HREF="http://www.friendswhocare.us" TARGET="blank"> Provided by  FriendsWhoCare.us</a></b></font></center>');

}

writeTip()
