var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "&quot;In advertising, not to be different is virtually suicidal.&quot;<br>{Bill Bernbach}";
msg[2] = "&quot;There is no such thing as a Mass Mind. The Mass Audience is made up of individuals, and good advertising is written always from one person to another. When it is aimed at millions it rarely moves anyone.&quot;<br>{Fairfax Cone - Foote Cone & Belding}";
msg[3] = "&quot;For me, investing is not just a way to make a living. It is Passion.&quot;<br>{Charles Schwab}";
msg[4] = "&quot;He who asks a question is a fool for five minutes; He who does not ask remains a fool forever&quot;<br>{chinese proverb}";
msg[5] = "&quot;There is only one boss. The Customer. And she or he can fire everybody in the company, from chairman to down, simply by spending money somewhere else&quot;<br>{Sam Walton, Founder - WalMart}";
msg[6] = "&quot;I always use my clients' products. This is not today-ism, but elementary good manners.&quot;<br><br>{David Ogilvy - Confessions of an Advertising Man}";
msg[7] = "&quot;Advertising may be described as the science of arresting human intelligence long enough to get money from it.&quot;<br>{Stephen Butler Leacock}";
msg[8] = "&quot;Time is the scarcest resource and unless it is managed, nothing else can be managed.&quot;<br>{Peter Drucker}";
msg[9] = "&quot;The trade of advertising is now so near to perfection that it is not easy to propose any improvement.&quot;<br>{Samuel Johnson} ";
msg[10] = "&quot;It is so obvious. It is like asking me to unzip my trousers before I want to pee!&quot;<br>{George Lois}";
msg[11] = "&quot;A Unique Selling Proposition is no longer enough. Without a Unique Selling Talent it may die.&quot;<br>{Bill Bernbach}";
msg[12] = "&quot;I think there is a world market for maybe five computers.&quot;<br>{Thomas watson in 1943}";
msg[13] = "&quot;The Business enterprise has two basic functions: Marketing and Innovation. Marketing and Innovation produce results, all the rest are costs.&quot;<br>{Peter Drucker}";
msg[14] = "&quot;All men can see the Tactics whereby I Conquer but what none see is the Strategy out of which great Victory is evolved.&quot;<br>{Sun Tzu - Chinese Strategist}";
msg[15] = "&quot;Any fool can make a fortune. It takes a man of brains to hold on to it after it is made.&quot;<br>{Cornelius Vanderbilt to his son William Vanderbilt}";
msg[16] = "&quot;If your underlining business processes are efficient, technology will multiply the efficiencies and if your underlining business processes are inefficient, technology will multiply the inefficiencies.&quot;<br>{William Bill Gates - in The Road ahead}";
msg[17] = "&quot;If you plan for a year, plant a seed...If for ten year, plant a tree...If for hundred, teach the people...When you sow a seed once, you reap a hervest...If you teach the people, you reap hundred harvests.&quot;<br>{K'uan-tzu}";
msg[18] = "&quot;Never underestimate the power of a small but committed group of people to change the world. Indeed, it is the only thing that ever has.&quot;<br>{Margaret Mead}";
msg[19] = "&quot;The basic challenge is to build a critical mass of healthy communities so that larger systems self-organise and work efficiently.&quot;<br>{Esther Dyson}";
msg[20] = "&quot;I am one who believes that one of the greatest dangers of advertising is not that of misleading people, but that of boring them to death.&quot;<br>{Leo Burnett}";
msg[21] = "&quot;For a learning organisation, &quot;adaptive&quot; learning must be joined by &quot;generative&quot; learning that enhances our capacity to create.&quot;<br>{Peter M. Senge}";
msg[22] = "&quot;Ad writers forget they are salesmen and try to be performers. Instead of sales, they seek applause.&quot;<br>{Claude C. Hopkins}";
msg[23] = "&quot;I hate the news, it makes people feel bad. I don't want anything to do with it.&quot;<br>{Ted Turner}";
msg[24] = "&quot;Whenever possible we introduce a personality into our ads. By making a man famous we make his product famous.&quot;<br>{Claude C. Hopkins}";
msg[25] = "&quot;Leadership is creating a future for your organisation.&quot;<br>{General Gordon Sullivan}";
msg[26] = "&quot;Knowledge programs with no specific business objectives, have little business impact, and fail.&quot;<br>{Charles Lucier and Janet Torsilieri} ";
msg[27] = "&quot;In an economy where the only certainty is uncertainty, the one source of lasting competitive advantages is knowledge.&quot;<br>{Ikujiro Nonaka}";
msg[28] = "&quot;Every copywriter should start his career by spending two years in Direct Response Advertising.&quot;<br>{David Ogilvy}";
msg[29] = "&quot;If I were starting my life all over again, I am inclined to think that I would go into the advertising business in preference to almost any other.&quot;<br>{Frankiln Roosevelt}";
msg[30] = "&quot;Minds, like parachutes, work better when they're Open.&quot;<br>{Anonymous}";
msg[31] = "&quot;An investment in Knowledge always pays the best interest.&quot;<br>{Benjamin Franklin}";

function writeTip() { 
document.write(msg[today]);
}