Quotes
quotes = [
{ q: `In the midst of chaos, there is also opportunity`,
a: `Sun Tzu` },
{ q: `The greatest victory is that which requires no battle.`,
a: `Sun Tzu` },
{ q: `Even the finest sword plunged into salt water will eventually rust.`,
a: `Sun Tzu` },
{ q: `When you surround an army, leave an outlet free. Do not press a desperate foe too hard.`,
a: `Sun Tzu` },
{ q: `When the enemy is relaxed, make them toil. When full, starve them. When settled, make them move.`,
a: `Sun Tzu` },
{ q: `So in war, the way is to avoid what is strong, and strike at what is weak.`,
a: `Sun Tzu` },
{ q: `The man who alters his way of thinking to suit others is a fool.`,
a: `Marquis De Sade` },
{ q: `Social order at the expense of liberty is hardly a bargain.`,
a: `Marquis De Sade` },
{ q: `I don't know what the heart is, not I: I only use the word to denote the mind's frailties.`,
a: `Marquis De Sade` },
{ q: `Religions are the cradles of despotism.`,
a: `Marquis De Sade` },
{ q: `True happiness lies in the senses, and virtue gratifies none of them.`,
a: `Marquis De Sade` },
{ q: `Happiness is an abstraction, it is a product of the imagination, it is a way of being moved, which depends entirely on our way of seeing and feeling.`,
a: `Marquis De Sade` },
{ q: `Life is a shipwreck, but we must not forget to sing in the lifeboats.`,
a: `Voltaire` },
{ q: `The more I read, the more I acquire, the more certain I am that I know nothing.`,
a: `Voltaire` },
{ q: `Common sense is not so common.`, a: `Voltaire` },
{ q: `God is a comedian playing to an audience that is too afraid to laugh.`,
a: `Voltaire` },
{ q: `The most important decision you make is to be in a good mood.`,
a: `Voltaire` },
{ q: `Doubt is an uncomfortable condition, but certainty is a ridiculous one.`,
a: `Voltaire` },
{ q: `Employ your time in improving yourself by other men’s writings so that you shall come easily by what others have labored hard for.`,
a: `Socrates` },
{ q: `The beginning of wisdom is a definition of terms.`,
a: `Socrates` },
{ q: `What a lot of things there are a man can do without.`,
a: `Socrates` },
{ q: `I cannot teach anybody anything. I can only make them think.`,
a: `Socrates` },
{ q: `Slanderers do not hurt me because they do not hit me.`,
a: `Socrates` },
{ q: `He who is not contented with what he has, would not be contented with what he would like to have.`,
a: `Socrates` },
{ q: `Only the dead have seen the end of war.`, a: `Plato` },
{ q: `The heaviest penalty for declining to rule is to be ruled by someone inferior to yourself.`,
a: `Plato` },
{ q: `I am the wisest man alive, for I know one thing, and that is that I know nothing.`,
a: `Plato` },
{ q: `Never discourage anyone...who continually makes progress, no matter how slow.`,
a: `Plato` },
{ q: `Ignorance, the root and stem of every evil.`, a: `Plato` },
{ q: `Love is a serious mental disease.`, a: `Plato` }
]