// JavaScript Document
<!-- Begin
var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "Don’t be afraid of difficulties, fight with them.";
msg[2] = "Maintenance of health is the first Dharma.";
msg[3] = "Leave laziness, become prosperous.";
msg[4] = "Libraries are true temples.";
msg[5] = "Laziness is the main enemy of progress.";
msg[6] = "Believe in action, not in luck.";
msg[7] = "Look towards Women with sacredness in your vision.";
msg[8] = "Forget your right, remember you duty.";
msg[9] = "Virtues are true wealth.";
msg[10] = "Knowledge increases on sharing.";
msg[11] = "Share other people’s sufferings.";
msg[12] = "Contentment is the basis of happiness.";
msg[13] = "The wellbeing of one depends on the welfare of the society.";
msg[14] = "Adopt the virtues of those whom you praise, and yourself become praiseworthy.";
msg[15] = "Don’t be heartless towards anyone.";
msg[16] = "Intellectuals should take charge of the spiritual setup.";
msg[17] = "Don’t bow your head in front of injustice.";
msg[18] = "Prevent the wastage of food. Practice self control while eating.";
msg[19] = "The greatest help of anyone can be to correct the perversion in their thought process.";
msg[20] = "Honesty is like a Banyan tree; it takes time to grow but remains long lasting.";
msg[21] = "Be assured that you will find companions on both good and bad paths; the choice is yours.";
msg[22] = "Mind is like a fertile land; you can grow in it whatever thought you want to.";
msg[23] = "Physical exercise provides bodily strength ; sadhana,Aradhana and Upasana provides mental, intellectual and spiritual strength.";
msg[24] = "True spirituality is one based on good character and behavior, self control, and service to humanity.";
msg[25] = "To finish whatever work is in front of us is our current Dharma (duty).";
msg[26] = "Don’t allow your mind to wander idly. This paves the path towards downfall.";
msg[27] = "Talented person is neither ever defeated nor complains of scarcity.";
msg[28] = "A needy person is not one who has less resources, but instead is one who is greedy.";
msg[29] = "Proper utilization of time assures success.";
msg[30] = "Gayatri and yagya are the mother and father of Indian culture (Dev Sanskriti).";
msg[31] = "Four pillars of life: Sadhana, self study (Swadhyay), self control (Sanyama), service unto others (Seva).";

function writeTip() { 
document.write(msg[today]);
}
//  End -->

// JavaScript Document