var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "The best way to have a good idea is to have lots of ideas.<br><br>-Linus Pauling";
msg[2] = "Boldness has genius, power, and magic in it.<br><br>-Goethe";
msg[3] = "There are many paths to the top of the mountain, but the view is always the same.<br><br>-Chinese Proverb";
msg[4] = "Man is still the most extraordinary computer of all.<br><br>-John F. Kennedy";
msg[5] = "640K ought to be enough for anybody.<br><br>-Bill Gates, 1991";
msg[6] = "You may have to fight a battle more than once to win it.<br><br>-Margaret Thatcher";
msg[7] = "From a little distance one can perceive an order in what at the time seemed confusion.<br><br>-F. Scott Fitzgerald";
msg[8] = "I made my money by selling too soon.<br><br>-Bernard Baruch";
msg[9] = "We are what we repeatedly do. Excellence, then, is not an act, but a habit.<br><br>-Aristotle";
msg[10] = "Go confidently in the direction of your dreams. Live the life you have imagined.<br><br>-Henry David Thoreau";
msg[11] = "An invasion of armies can be resisted, but not an idea whose time has come.<br><br>-Victor Hugo";
msg[12] = "If you don't drive your business, you will be driven out of business.<br><br>-B.C. Forbes";
msg[13] = "I frequently hear music in the heart of noise.<br><br>-George Gershwin";
msg[14] = "The best prophets of the future is the past.<br><br>-Lord Byron";
msg[15] = "One never learns to truly understand anything but what one loves.<br><br>-Goethe";
msg[16] = "The great man is he who does not lose his child's heart.<br><br>-Mencius";
msg[17] = "A people that values its privileges above its principles soon loses both.<br><br>-Dwight D. Eisenhower";
msg[18] = "Difference of opinion leads to inquiry, and inquiry leads to truth.<br><br>-Thomas Jefferson";
msg[19] = "Everyone lives by selling something.<br><br>-Robert Louis Stevenson";
msg[20] = "If you want to make enemies, try to change something.<br><br>-Woodrow Wilson";
msg[21] = "Buy when everyone is selling. And hold until everyone is buying.<br><br>-J. Paul Getty";
msg[22] = "Ability has nothing to do with opportunity<br><br>-Napoleon Bonaparte";
msg[23] = "Always bear in mind that your own resolution to succeed is more important than any other one thing.<br><br>-Abraham Lincoln";
msg[24] = "There is no future in any job. The future lies in the man who holds the job.<br><br>-George Crane";
msg[25] = "The superior man understands what is right; the inferior man understands what will sell.<br><br>-Confucius";
msg[26] = "The absolute fundamental aim is to make money out of satisfying customers.<br><br>-John Egan";
msg[27] = "Work should be more fun than fun.<br><br>-Noel Coward";
msg[28] = "We always plan too much and always think too little.<br><br>-Joseph Schumper";
msg[29] = "Prediction is very difficult, especially about the future.<br><br>-Neils Bohr";
msg[30] = "The greatest lesson in life is to know that even fools are right sometimes.<br><br>-Winston Churchill";
msg[31] = "Failure is only the opportunity to begin again more intelligently.<br><br>-Henry Ford";

function writeTip() { 
document.write(msg[today]);
}