// JavaScript Document
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

var core = 0
var currentdate = 0

function StringArray (n) {
  this.length = n;
  for (var i =1; i <= n; i++) {
    this[i] = ' '

  }
}

quote = new StringArray(50)
quote[0] = "I've found that luck is quite predictable. If you want more luck, take more chances. Be more active. Show up more often. "
quote[1] = "If what you are doing is not moving you towards your goals, then it's moving you away from your goals."
quote[2] = "It doesn't matter where you are coming from. All that matters is where you are going. "
quote[3] = "Practice Golden-Rule 1 of Management in everything you do. Manage others the way you would like to be managed. "
quote[4] = "Successful people are always looking for opportunities to help others. Unsuccessful people are always asking, What's in it for me?"
quote[5] = "You have to put in many, many, many tiny efforts that nobody sees or appreciates before you achieve anything worthwhile. "

quote[6] = "Imagination is more important than knowledge."
quote[7] = "Reality is merely an illusion, albeit a very persistent one."
quote[8] = "The only real valuable thing is intuition."
quote[9] = "A person starts to live when he can live outside himself."
quote[10] = "Weakness of attitude becomes weakness of character."
quote[11] = "never think of the future. It comes soon enough."
quote[11] = "The eternal mystery of the world is its comprehensibility."
quote[12] = "Sometimes one pays most for the things one gets for nothing."
quote[13] = "Common sense is the collection of prejudices acquired by age eighteen."
quote[14] = "The whole of science is nothing more than a refinement of everyday thinking."

quote[15] = "A novel is never anything, but a philosophy put into images."
quote[16] = "Affirmation without discipline is the beginning of delusion."
quote[17] = "Don't just read the easy stuff. You may be entertained by it, but you will never grow from it. "
quote[18] = "Don't wish it were easier, wish you were better. "
quote[19] = "Effective communication is 20% what you know and 80% how you feel about what you know. "
quote[20] = "Either you run the day or the day runs you."
quote[21] = "Failure is not a single, cataclysmic event. You don't fail overnight.Instead, failure is a few errors in judgement, repeated every day. "
quote[22] = "Failure is simply a few errors in judgment, repeated every day. "
quote[23] = "For every disciplined effort there is a multiple reward."
quote[24] = "Formal education will make you a living; self-education will make you a fortune. "
quote[25] = "Give whatever you are doing and whoever you are with the gift of your attention. "
quote[26] = "Giving is better than receiving because giving starts the receiving process. "
quote[27] = "Happiness is not something you postpone for the future; it is something you design for the present. "
quote[28] = "How long should you try? Until. "
quote[29] = "Ideas can be life-changing. Sometimes all you need to open the door is just one more good idea. "
quote[30] = "If you don't like how things are, change it! You're not a tree."
quote[31] = "It is the set of the sails, not the direction of the wind that determines which way we will go."

quote[32] = "Every obnoxious act is a cry for help."
quote[33] = "Expect the best. Prepare for the worst. Capitalize on what comes. "
quote[34] = "If you can dream it, then you can achieve it. You will get all you want in life if you help enough other people get what they want. "
quote[35] = "If you want to reach a goal, you must see the reaching in your own mind before you actually arrive at your goal."
quote[36] = "Money isn't the most important thing in life, but it's reasonably close to oxygen on the gotta have it scale. "
quote[37] = "Positive thinking will let you do everything better than negative thinking will. "
quote[38] = "Success is the maximum utilization of the ability that you have."
quote[39] = "You can have everything in life that you want if you will just help enough other people get what they want. "
quote[40] = "You cannot tailor-make the situations in life but you can tailor-make the attitudes to fit those situations. "


quote[41] = "How often we fail to realize our good fortune in living in a country where happiness is more than a lack of tragedy. "
quote[42] = "True success is overcoming the fear of being unsuccessful."
quote[43] = "You know you've read a good book when you turn the last page and feel a little as if you have lost a friend. "

quote[44] = "As long as your going to be thinking anyway, think big. "
quote[45] = "Everything in life is luck. "
quote[46] = "I don't make deals for the money. I've got enough, much more than I'll ever need. I do it to do it. "
quote[47] = "I try to learn from the past, but I plan for the future by focusing exclusively on the present. That's were the fun is. "
quote[48] = "I wasn't satisfied just to earn a good living. I was looking to make a statement. "
quote[49] = "Money was never a big motivation for me, except as a way to keep score. The real excitement is playing the game. "


author = new StringArray(50)
author[0] = "Brian Tracy"
author[1] = "Brian Tracy"
author[2] = "Brian Tracy"
author[3] = "Brian Tracy"
author[4] = "Brian Tracy"
author[5] = "Brian Tracy"

author[6] = "Albert Einstein"
author[7] = "Albert Einstein"
author[8] = "Albert Einstein"
author[9] = "Albert Einstein"
author[10] = "Albert Einstein"
author[11] = "Albert Einstein"
author[12] = "Albert Einstein"
author[13] = "Albert Einstein"
author[14] = "Albert Einstein"

author[15] = "Jim Rohn"
author[16] = "Jim Rohn"
author[17] = "Jim Rohn"
author[18] = "Jim Rohn"
author[19] = "Jim Rohn"
author[20] = "Jim Rohn"
author[21] = "Jim Rohn"
author[22] = "Jim Rohn"
author[23] = "Jim Rohn"
author[24] = "Jim Rohn"
author[25] = "Jim Rohn"
author[26] = "Jim Rohn"
author[27] = "Jim Rohn"
author[28] = "Jim Rohn"
author[29] = "Jim Rohn"
author[30] = "Jim Rohn"
author[31] = "Jim Rohn"

author[32] = "Zig Zigglar"
author[33] = "Zig Zigglar"
author[34] = "Zig Zigglar"
author[35] = "Zig Zigglar"
author[36] = "Zig Zigglar"
author[37] = "Zig Zigglar"
author[38] = "Zig Zigglar"
author[39] = "Zig Zigglar"
author[40] = "Zig Zigglar"

author[41] = "Paul Sweeney "
author[42] = "Paul Sweeney "
author[43] = "Paul Sweeney "

author[44] = "Donald Trump"
author[45] = "Donald Trump"
author[46] = "Donald Trump"
author[47] = "Donald Trump"
author[48] = "Donald Trump"
author[49] = "Donald Trump"




var ran = 60/quote.length

currentdate = new Date()
core = currentdate.getSeconds()
adcore = Math.floor(core/ran)
core = adcore

var thequote = quote[core]
var theauthor = author[core]
var thebreak = '<br /> - '
var theq = '"'


//-->
