
Quotes = new Array(

"But you ask me what the scariest things are in Christianity: this infatuation with biblical prophecy and this notion that Jesus is going to come back as an avenging savior to kill all the bad people. -- Sam Harris, <a href='http://www.beliefnet.com/story/191/story_19107_1.html'>Beliefnet inverview</a>"

);

var x = Math.floor (Quotes.length * Math.random());

document.write(Quotes[x]);