//-------------------------------------------------------------------------------------------------------
//
// Filename: Tips.js
//
//
//-------------------------------------------------------------------------------------------------------

var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();

msg[1] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[2] = "Stress - I don't suffer myself, but I know I'm a carrier. - Kenneth Calman";
msg[3] = "We are what we repeatedly do.  Excellence, then, is not an act, but a habit. - Aristotle";
msg[4] = "What lies behind us and what lies before us are tiny matters compared to what lies within us. - Oliver Wendell Holmes";
msg[5] = "Into the hands of every individual is given a marvelous power for good or evil - the silent, unconcious, unseen influence of his life.  This is simply the constant of what man really is, not what he pretends to be. - William George Jordan";
msg[6] = "We must not cease from exploration and the end of all our exploring will be to arrive where we began and to know the place for the first time. - T.S.Eliot";
msg[7] = "I know of no more encouraging fact than the unquestionable ability of man to elevate his life by conscious endeavour. - Henry David Thoreau";
msg[8] = "The main thing in life is not to be afraid to be human. - Pablo Casals";
msg[9] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[10] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[11] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[12] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[13] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[14] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[15] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[16] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[17] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[18] = "If you are distressed by anything external, the pain is not due to the thing itself but to your estimate of it and this you have the power to revoke at any moment. - Marcus Aurelus";
msg[19] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[20] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[21] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[22] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[23] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[24] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[25] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[26] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[27] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[28] = "If you tighten the strings too much, they will snap, and if you leave them too slack they won't play, but if they are tuned to the right point, then, and only then does the music start. - Siddhartha Gautama";
msg[29] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[30] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";
msg[31] = "An eye for an eye only ends up making the whole world blind. - Mahatma Gandhi";

function writeTip()
{ 
	document.write( msg [ today ] ) ;
}
