var quotes = [
    {
        q: "We make a living by what we get, but we make a life by what we give.",
        a: 'Winston Churchill'
    },
    {
        q: "To become truly great, one has to stand with people, not above them.",
        a: 'Charles de Montesquieu'
    },
    {
        q: "It is the greatest of all mistakes to do nothing because you can only do a little.",
        a: 'Sydney Smith'
    },
    {
        q: "Though no one can go back and make a brand new start, anyone can start from now and make a brand new ending.",
        a: 'Carl Bard'
    },
    {
        q: "The mind is not a vessel to be filled but a fire to be kindled.",
        a: 'Plutarch'
    },
    {
        q: "The opposite of love is not hate, it's indifference.",
        a: 'Ellie Wiesel'
    },
    {
        q: "Just think of the tragedy of teaching children not to doubt.",
        a: 'Clarence Darrow'
    },
    {
        q: "The word ‘politics’ is derived from the word ‘poly’, meaning ‘many’, and the word ‘ticks’, meaning ‘blood sucking parasites’.",
        a: 'Larry Hardiman'
    },
    {
        q: "The surest way to corrupt a youth is to instruct him to hold in higher esteem those who think alike than those who think differently.",
        a: 'Nietzshe'
    },
    {
        q: "Forgiveness does not change the past, but it does enlarge the future.",
        a: 'Paul Boese'
    },
    {
        q: "Use what talents you possess - for the woods would be a very silent place if no birds sang except for those that sang the best.",
        a: 'Henry Van Dyke'
    },
];

