 var quote = new Array(12);
         	quote[0] = "Education is going to college to learn to express your ignorance in scientific terms.";
         	quote[1] = "Chance favours the prepared mind.";
         	quote[2] = "A stitch in time, saves nine.";
         	quote[3] = "The only difference between bravery and stupidity is the outcome.";
         	quote[4] = "One should never let a formal education get in the way of learning.";
         	quote[5] = "Do not go where the path may lead, go instead where there is no path and leave a trail. - Ralph Waldo Emerson (1803 - 1882).";
         	quote[6] = "If you choose not to make a choice, you still have made a decision.";
         	quote[7] = "Do, or do not. There is no try.";
         	quote[8] = "I am told, and I forget. I see, and I remember. I do, and I understand (Chinese proverb).";
         	quote[9] = "No one ever said life would be easy.";
	quote[10] = "If you have nothing (nice) to say, don't say anything at all.";	
	quote[11] = "The mind is like a parachute, it works best when it is opened."

            now=new Date()
            num=(now.getSeconds())%9
            document.write(quote[num])