
var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "I always wanted to be a procrastinator, but I never got around to it.";
msg[2] = "Define 'Goal': The final purpose or aim, the end to which a design tends, or which a person aims to reach or attain. eg: Each individual seeks a goal.";
msg[3] = "Experience is what you get when you don't get what you want.";
msg[4] = "A 'No' uttered from deepest conviction is better and greater than a 'Yes' merely uttered to please, or what is worse, to avoid trouble. -- Mahatma Ghandi";
msg[5] = "Quote 5";
msg[6] = "Quote 6";
msg[7] = "Quote 7";
msg[8] = "Quote 8";
msg[9] = "Quote 9";
msg[10] = "Quote 10";
msg[11] = "Quote 11";
msg[12] = "Quote 12";
msg[13] = "Quote 13";
msg[14] = "Quote 14";
msg[15] = "Quote 15";
msg[16] = "Quote 16";
msg[17] = "Quote 17";
msg[18] = "Quote 18";
msg[19] = "Quote 19";
msg[20] = "Quote 20";
msg[21] = "Quote 21";
msg[22] = "Quote 22";
msg[23] = "Quote 23";
msg[24] = "Quote 24";
msg[25] = "Quote 25";
msg[26] = "Quote 26";
msg[27] = "Quote 27";
msg[28] = "Quote 28";
msg[29] = "Quote 29";
msg[30] = "Quote 30";
msg[31] = "Quote 31";

function writeQuote() { 
document.write(msg[today]);
}

//Extra Quotes to use in monthly updates:
//
//1. If you don't learn to laugh at trouble, you won't have anything to laugh at when you're old.
//2. Laughter gives us distance. It allows us to step back from an event, deal with it and then move on.
//3. Man is the only animal that laughs and weeps; for he is the only animal that is struck with the difference between what things are and what they might of been.
//4. He who laughs last didn't get it.
//5. Life does not cease to be funny when people die any more than it ceases to be serious when people laugh.
//
//6. A cheerful heart is good medicine, but a crushed spirit dries up the bones.
//7. We all get heavier as we get older because there's a lot more information in our heads.
//8. We are unable to announce the weather. We depend on weather reports from the airport, which is closed, due to weather. Whether we will be able to give you a weather report tomorrow will depend on the weather. - Real Saudi Arabia News Report
//9. Age is strictly a case of mind over matter.  If you don't mind, it doesn't matter.
//10. The man who doesn't read good books has no advantage over the man who can't read them
//11. The trouble with the rat race is that even is you win, you're still a rat.
//
//


