
var Tip = new Array();
Stamp = new Date();
today = Stamp.getDate();
Tip[1] = "Silence is one great art of conversation.<BR><font color='#637bd6'> - <i>Hazlitt</i></font>";
Tip[2] = "Education makes people easy to lead, but difficult to drive; easy to govern, but impossible to enslave.<BR><font color='#637bd6'> - <i>Lord Brougharn</i></font>";
Tip[3] = "The surest way not to fail is to determine to succeed.<BR><font color='#637bd6'> - <i>Sheridam</i>";
Tip[4] = "Education is the manifastation of perfection already in man.<BR><font color='#637bd6'> - <i>Swami Vivekananda</i></font>";
Tip[5] = "The secret of success is constancy to purpose.<BR><font color='#637bd6'> - <i>Disraeli</i></font>";
Tip[6] = "Seize the first possible opportunity to act on every good resolution you make.<BR><font color='#637bd6'> - <i>William James</i></font> ";
Tip[7] = "Successful minds work like a gimlet- to a single point.<BR><font color='#637bd6'> - <i>Bover</i></font>";
Tip[8] = "The trouble with opportunity is that it always comes disguised as hard work.<BR><font color='#637bd6'> - <i>Anonymous</i></font> ";
Tip[9] = "You have a very powerful mind that can make anything happen as long as you keep yourself centered.<BR><font color='#637bd6'> - <i>Dr. Wayne W. Dyer</i></font>";
Tip[10] = "They can conquer who believe they can. He has not learned the first lesson of life who does not every day surmount a fear.<BR><font color='#637bd6'> - <i>Ralph Waldo Emerson</i></font>";
Tip[11] = "The only way to discover the limits of the possible is to go beyond them into the impossible.<BR><font color='#637bd6'> - <i>Jim Rohn</i></font>";
Tip[12] = "The first requisite of success is the ability to apply your physical and mental energies to one problem without growing weary.<BR><font color='#637bd6'> - <i>Thomas Edison</i></font>";
Tip[13] = "In the middle of difficulty lies opportunity.<BR><font color='#637bd6'> - <i>Albert Einstein</i></font>";
Tip[14] = "The difference between the impossible and the possible lies in a person's determination.<BR><font color='#637bd6'> - <i>Tommy Lasorda</i></font>";
Tip[15] = "The road ahead will not always be easy. Success is not easy - it never is!";
Tip[16] = "Opportunities are usually disguised as hard work, so most people don't recognize them.<BR> <font color='#637bd6'> - <i>Ann Landers</i></font>";
Tip[17] = "Plans are only good intentions unless they immediately degenerate into hard work.<BR><font color='#637bd6'> - <i>Peter Drucker</i></font>";
Tip[18] = "Perseverance is the hard work you do after you get tired of doing the hard work you already did.<BR><font color='#637bd6'> - <i>Newt Gingrich</i></font>";
Tip[19] = "Instead of thinking about where you are, think about where you want to be. It takes twenty years of hard work to become an overnight success.<BR><font color='#637bd6'> - <i>Diana Rankin</i></font> ";
Tip[20] = "There are no secrets to success. It is the result of preparation, hard work, and learning from failure.";
Tip[21] = "To accomplish great things, we must dream as well as act.<BR><font color='#637bd6'> - <i>Anatole France</i></font> ";
Tip[22] = "Many of life's failures are people who did not realize how close they were to success when they gave up.";
Tip[23] = "The more one works, the more willing one is to work.";
Tip[24] = "I am a great believer in luck. The harder I work the more of it I seem to have.<BR><font color='#637bd6'> - <i>Coleman Cox</i></font>";
Tip[25] = "Success is not the result of spontaneous combustion. You must first set yourself on fire.<BR><font color='#637bd6'> - <i>Fred Shero</i></font>";
Tip[26] = "Consider the postage stamp: its usefulness consists in the ability to stick to one thing till it get there.<BR><font color='#637bd6'> - <i>Josh Billings</i></font>";
Tip[27] = "I am neither an optimist nor pessimist but a possiblist.<BR><font color='#637bd6'> - <i>Mark Lerner</i></font>";
Tip[28] = "Adversity introduces a man to himself. --- Anon";
Tip[29] = "Genius is nothing but a great aptitude for patience.<BR><font color='#637bd6'> - <i>Buffon</i></font>";
Tip[30] = "Confidence is the touchstone of success.<BR><font color='#637bd6'> - <i>Swami Vivekanand</i></font>";
Tip[31] = "The world belongs to energetic.<BR><font color='#637bd6'> - <i>Emerson</i></font>";

function writeTip() { 
document.write(Tip[today]);
}

