
Quotes = new Array(

"The Quran, virtually on every page, is a manifesto for religious intolerance. -- Sam Harris",
"I invite [those] who haven&#039;t read the Quran to simple read the book. Take out a highlighter and highlight those lines that counsel the believer to despise infidels, and you will find a book that is just covered with highlighter.-- Sam Harris"

);

var x = Math.floor (Quotes.length * Math.random());

document.write(Quotes[x]);