var quote = new Array(57);

quote[0] = "Setting goals is a long term motivational device to get us to do things we don't like. ";

quote[1] = "Power is only dangerous in the hands of an angry man.";

quote[2] = "Better to be rich and healthy, than poor and sick.";

quote[3] = "The more you have, the more you have to give.";

quote[4] = "Punishment creates crime.";

quote[5] = "Discipline is something one gets better at with age, much like creativity.";

quote[6] = "People spend entire lifetimes trying to avoid the things that have already happened.";

quote[7] = "As long as it still hurts, it isn’t love yet.";

quote[8] = "Words are magic. So spell them with care.";

quote[9] = "Love without logic is insanity. And vice versa.";

quote[10] = "Life does not have to be linear. ";

quote[11] = "If your memories don’t suit you, change them.  ";

quote[12] = "A man who thinks is a thinker. A man who dreams is a dreamer. A man who can’t tell the difference is a human being. ";

quote[13] = "The less you think and the more you do, the better things tend to become. ";

quote[14] = "One should avoid having one's biography written by people who truly despise one.";

quote[15] = "Reliable joy is better than random misery. ";

quote[16] = "Having been victimised doesn't turn you into a victim, no more than having been analysed turns you into an analyst. ";

quote[17] = "Love happens when attention is complete. ";

quote[18] = "Chaos is complexity viewed through a reductionist filter.";

quote[19] = "One should not confuse creativity with whining.";

quote[20] = "It is a scientifically proven fact that all scientifically proven facts have originated from original and thereby unproven theories.";

quote[21] = "The things that we don’t know are where the wonder lies. ";

quote[22] = "Why is time more important than money? You can get money from the lottery if you’re lucky, but there *is* no time lottery. ";

quote[23] = "I was severely disappointed with the results of the advertising I didn't do.  ";

quote[24] = "If there was no such thing as self promotion, I would never have sold even a single book. ";

quote[25] = "A product must be its own best advertisement. ";

quote[26] = "You’re not out for the count until you’re dead. ";

quote[27] = "KNOW that the DEFINITIVE book on ANYTHING simply hasn't been written yet. ";

quote[28] = "To acknowledge your heart’s desires is to unlock your incarnation. ";

quote[29] = "If you are HUMAN, then the limit of what you can do, what you learn, what you can experience HAS NOT YET BEEN REACHED. ";

quote[30] = "It is essential that the achievements of the past do not become the goal posts of the future. ";

quote[31] = "War is the remedy for peace. ";

quote[32] = "Nothing that is good can become stuck – and if it is stuck, it can’t be any good! ";

quote[33] = "To tie the future to the past, turns the future into nothing but a prison hell of nevermores and could have beens. ";

quote[34] = "People don’t get to live their dreams as long as they are insisting on dreaming the wrong dreams. ";

quote[35] = "To truly learn from someone or something, one must first learn to love them. ";

quote[36] = "There are some things we can control, and some we can’t, yet it is in knowing which is which that our true potential for freedom resides. ";

quote[37] = "It is impossible to atone for illusionary sins. And thus, feelings of guilt may last a lifetime. ";

quote[38] = "Victims often fail to appreciate that the same event, experienced from the viewpoint of the perpetrator, was probably immensely enjoyable. ";

quote[39] = "The power we have over others is in direct proportion to the power we have over ourselves. ";

quote[41] = "Love corrupts and absolute love corrupts absolutely. The unreasonable systems of men, that is. ";

quote[42] = "Attention is the first step to love. ";

quote[43] = "Judgement precludes the occurrence of love. ";

quote[44] = "You can only change that which you love. ";

quote[45] = "Separation only exists as an illusionary construct. In practise that means you can NEVER get rid of your ex 100%. Sorry ... ";

quote[46] = "Being wrong is not a sin. But knowingly staying wrong, is. ";

quote[47] = "You are not who you think you are. ";

quote[48] = "Don't let the hunt for a goal tomorrow destroy the pleasures of today. ";

quote[49] = "You are not who you think you are. ";

quote[50] = "To be really able to understand how extraordinary all that we were falsely taught was ordinary, is the true heart of magic.";

quote[51] = "One minute of sincere gratitude can wash away a lifetime's disappointments. ";

quote[52] = "The only goals worth having are those where the path that leads towards them is the best road you could possibly want to travel.";

quote[53] = "Just because you don't know how on Earth something might be achieved doesn't mean you shouldn't allow yourself to really, really want it. That's the essence of a dream, the realms of magic and of miracles. ";

quote[54] = "Making a dream come true is like taking control of an airplane high up in the stratosphere and landing it safely on the ground - a measure of forethought, skill and courage is definitely required. ";

quote[55] = "People without dreams are angels with broken wings. ";

quote[56] = "You are not who you think you are. ";

quote[57] = "Learning is exactly as painful as you need it to be. ";

now=new Date()

num=(now.getSeconds())%50

document.write(quote[num])


