
var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "Commit a little murder in self-defence: Murder your worries before they kill you!";
msg[2] = "Don't make tragedies of trifles; don't shoot butterflies with rifles.";
msg[3] = "As you ramble on through life, brother,<BR>Whatever be your goal,<BR>Keep your eye upon the doughnut,<BR>And not upon the hole.";
msg[4] = "Live your life as an exclamation, not an explanation.";
msg[5] = "Don't major in minor things.";
msg[6] = "Learn to listen.  Opportunity sometimes knocks very softly.";
msg[7] = "We work to become, not to acquire.";
msg[8] = "Think big thoughts, but relish small pleasures.";
msg[9] = "Watch for big problems.  They disguise big opportunities.";
msg[10] = "Don't use time or words carelessly.  Neither can be retrieved.";
msg[11] = "Focus on making things better, not bigger.";
msg[12] = "The Eskimo has fifty-two words for snow because it is important to them; there ought to be as many for love.";
msg[13] = "And the trouble is, if you don't risk anything, you risk even more.";
msg[14] = "Fear is that little darkroom where negatives are developed.";
msg[15] = "Things do not change. We change.";
msg[16] = "Learn to wish that everything should come to pass exactly as it does.";
msg[17] = "Whatever you can do or dream you can do, begin it. Boldness has genius, power, and magic to it. Goethe";
msg[18] = "If it doesn't absorb you, if it isn't any fun, don't do it.";
msg[19] = "Let there be peace on earth, and let it begin with me.";
msg[20] = "There are two ways of spreading light: be the candle or the mirror that reflects it.";
msg[21] = "We are all born mad. Some remain so. Samuel Beckett";
msg[22] = "My riches consist not in the extent of my possessions but in the fewness of my wants.";
msg[23] = "Nothing is more dangerous than an idea - when it is the only one you have.";  
msg[24] = "Do what you love ... the money will follow.";
msg[25] = "80% of success is just showing up. Woody Allen";
msg[26] = "People who deliberate fully before they take a step will spend their lives on one leg.";
msg[27] = "Focus on making things better, not bigger.";
msg[28] = "The worst thing you can possibly do is worry about what you could have done.";
msg[29] = "And when you have reached the mountain top, then you shall begin to climb. Kahlil Gibran";
msg[30] = "To improve is to change; to be perfect is to change often.";
msg[31] = "The richest person is the one who is contented with what he has.";

function writeTip9() { 
document.write(msg[today]);
}

