var gQuotes = [];

var quote = {};
quote.quote = "Ridicule is the only weapon which can be used against<br />unintelligible propositions. Ideas must be distinct before<br />reason can act upon them;";
quote.author = "Thomas Jefferson<br />July 30, 1816";
gQuotes.push(quote);

quote = {};
quote.quote = "Fables should be taught as fables, myths as myths,<br />and miracles as poetic fancies.<br />To teach superstitions as truths<br />is a most terrible thing.";
quote.author = "Hypatia of Alexandria (370 - 415 AD)";
gQuotes.push(quote);

quote = {};
quote.quote = "Extraordinary claims require extraordinary evidence.";
quote.author = "Carl Sagan";
gQuotes.push(quote);

quote = {};
quote.quote = "When I do good, I feel good; when I do bad, I feel bad. That's my religion.";
quote.author = "Abraham Lincoln";
gQuotes.push(quote);

quote = {};
quote.quote = "What's it like to be an Atheist?<br /> - It was a question I received last night. I pondered for a bit<br />and then responded: It's a lot like being the only sober person<br />in a car full of drunk people and they refuse to pull over and<br />let you drive.";
quote.author = "Elliot C. Myrick";
gQuotes.push(quote);

quote = {};
quote.quote = "The world is my country, and to do good my religion.";
quote.author = "Thomas Paine";
gQuotes.push(quote);

quote = {};
quote.quote = "One's convictions should be proportional to one's evidence.";
quote.author = "Sam Harris";
gQuotes.push(quote);

quote = {};
quote.quote = "I am against religion because it teaches us to be satisfied<br />with not understanding the world.";
quote.author = "Richard Dawkins";
gQuotes.push(quote);

quote = {};
quote.quote = "Properly read, the Bible is the most potent force for atheism<br />ever conceived.";
quote.author = "Isaac Asimov";
gQuotes.push(quote);

quote = {};
quote.quote = "Since it is obviously inconceivable that all religions can be<br />right, the most reasonable conclusion is that they are all wrong.";
quote.author = "Christopher Hitchens";
gQuotes.push(quote);

quote = {};
quote.quote = "I contend that we are both atheists. I just believe in one<br />fewer god than you do. When you understand why you<br />dismiss all the other possible gods, you will understand<br />why I dismiss yours.";
quote.author = "Stephen Henry Roberts";
gQuotes.push(quote);

quote = {};
quote.quote = "An atheist... is a man who destroys chimeras harmful to<br />the human race, in order to lead men back to nature,<br />to experience, and to reason.";
quote.author = "Baron D'Holbach";
gQuotes.push(quote);


// quote = {};
// quote.quote = "";
// quote.author = "";
// gQuotes.push(quote);

fisherYates(gQuotes);

