var Quotations = new Array();
Quotations.push({text: "Courage is what is takes to stand up and speak; courage is also what it takes to sit down and listen.", author: "Sir Winston Churchill"});
Quotations.push({text: "Few things are impossible to diligence and skill.  Great works are performed not by strength, but perseverance.", author: "Samuel Johnson"});
Quotations.push({text: "Plans are only good intentions unless they immediately degenerate into hard work.", author: "Peter Drucker"});
Quotations.push({text: "All men by nature desire knowledge", author: "Aristotle"});
Quotations.push({text: "It's not enough that we do our best; sometimes we have to do what's required.", author: "Sir Winston Churchill"});
Quotations.push({text: "The secret of joy in work is contained in one word - excellence. To know how to do something well is to enjoy it.", author: "Pearl Buck"});
Quotations.push({text: "Experience is not what happens to a man; it is what a man does with what happens to him.", author: "Aldous Huxley"});
Quotations.push({text: "Imagination is more important than knowledge...", author: "Albert Einstein"});
Quotations.push({text: "Our imagination is the only limit to what we can hope to have in the future.", author: "Charles F. Kettering"});
Quotations.push({text: "You can't wail for inspiration. You have to go after it...", author: "Jack London"});
Quotations.push({text: "I not only use all the brains that I have, but all that I can borrow.", author: "Woodrow Wilson"});
Quotations.push({text: "It has yet to be proven that intelligence has any survival value.", author: "Arthur C Clarke"});
Quotations.push({text: "Leadership and learning are indispensable to each other.", author: "John F Kennedy"});
Quotations.push({text: "The wisest mind has something yet to learn.", author: "George Santayana"});
Quotations.push({text: "Energy and persistence conquer all things.", author: "Benjamin Franklin"});
Quotations.push({text: "For myself I am an optimist - it does not seem to be much use being anything else.", author: "Sir Winston Churchill"});
Quotations.push({text: "Small opportunities are often the beginning of great enterprises.", author: "Demosthenes"});
Quotations.push({text: "In all things of nature there is something of the marvellous.", author: "Aristotle"});
