<!-- Original:  Mike W. (mikew@dvol.com) -->
<!-- Web Site:  http://www.dvol.com/~users/mikew -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "Freedom is not worth having if it does not include the freedom to make mistakes. -Mahatma Gandhi";
msg[2] = "Your business IS information technology.  -Steven Sands";
msg[3] = "The Constitution only gives people the right to pursue happiness. You have to catch it yourself. -Ben Franklin";
msg[4] = "Experience is one thing you can't get for nothing. -Oscar Wilde";
msg[5] = "The majority of men meet with failure because of their lack of persistence in creating new plans to take the place of those which fail. -Napoleon Hill";
msg[6] = "Wealth is the product of man's capacity to think. -Ayn Rand";
msg[7] = "There are many ways of going forward, but only one way of standing still. -Franklin D. Roosevelt";
msg[8] = "This one step -- choosing a goal and sticking to it -- changes everything. -Scott Reed";
msg[9] = "Eighty percent of success is showing up. -Woody Allen";
msg[10] = "There is nothing so easy to learn as experience and nothing so hard to apply. -Josh Billings";
msg[11] = "The doors we open and close each day decide the lives we live. -Flora Whittemore";
msg[12] = "Opportunities are usually disguised as hard work, so most people don't recognize them. -Ann Landers";
msg[13] = "There was that law of life, so cruel and so just, that one must grow or else pay more for remaining the same. -Norman Mailer";
msg[14] = "Vision without action is merely a dream. Action without vision just passes the time. Vision with action can change the world. -Joel A. Barker, American Businessman, Consultant & Author";
msg[15] = "The very essence of leadership is that you have to have a vision. -Theodore Hesburgh";
msg[16] = "I do not think much of a man who is not wiser today than he was yesterday. -Abraham Lincoln";
msg[17] = "Success is purely a matter of attitude and behavior. -Steven Sands";
msg[18] = "Happiness is not a destination. It is a method of life. -Burton Hills";
msg[19] = "You may be disappointed if you fail, but you are doomed if you don't try. -Beverly Sills";
msg[20] = "When you get to the end of your rope, tie a knot and hang on. -Franklin D. Roosevelt";
msg[21] = "Imagination is more important than knowledge.  -Albert Einstein";
msg[22] = "Destiny is not a matter of chance, it is a matter of choice; it is not a thing to be waited for, it is a thing to be achieved. -William Jennings Bryan, 1860-1925 American politician";
msg[23] = "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 others, it is in yourself alone. -Orison Swett Marden";
msg[24] = "Imagination is more important than knowledge.  -Albert Einstein";
msg[25] = "The only real mistake is the one from which we learn nothing. -John Powell";
msg[26] = "Experience is not what happens to you; it's what you do with what happens to you. -Aldous Huxley";
msg[27] = "Our greatest glory is not in never falling, but in rising every time we fall. -Confucius";
msg[28] = "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood; who strives valiantly; who errs and comes short again and again, who knows the great enthusiasms, the great devotions, and spends himself in a worthy cause; who at best, knows the triumph of high achievement; and who, at the worst, if he fails, at least fails while daring greatly, so that his place shall never be with those cold and timid souls who know neither victory nor defeat. -Theodore Roosevelt";
msg[29] = "Success seems to be largely a matter of hanging on after others have let go. -William Feather";
msg[30] = "Action may not always bring happiness; but there is no happiness without action. -Benjamin Disraeli";
msg[31] = "In today's world there is no status quo.  You are either moving forward or falling behind.  You choose. -Steven Sands";

function writeTip() { 
document.write(msg[today]);
}
//  End -->