
Quotes = new Array(

//Leviticus
"<span class='h'>Thou shalt not lie with mankind, as with womankind: it is abomination.</span> -- <a href='../lev/18.html#22'>Leviticus 18:22</a>",
"<span class='h'>If a man also lie with mankind, as he lieth with a woman, both of them have committed an abomination: they shall surely be put to death; their blood shall be upon them.</span> -- <a href='../lev/20.html#13' >Lev.20:13</a>"


);

var x = Math.floor (Quotes.length * Math.random());

document.write(Quotes[x]);