
Quotes = new Array(

//Leviticus
"<span class='sci'>And the hare, because he cheweth the cud.</span>--<a href='../lev/11.html#6' >Lev.11:6</a>",
"<span class='sci'>But all other flying creeping things, which have four feet, shall be an abomination unto you.</span> -- <a href='../lev/11.html#23' >Leviticus 11:23</a>",
"<span class='sci'>And these are they which ye shall have in abomination <i>among the  fowls</i> ... the <i> bat</i></span>--<a href='../lev/11.html#13' >Lev.11:13, 19</a>",
"<span class='sci'>All <i>fowls that creep, going upon all four</i>, shall be an abomination  unto you.</span>--<a href='../lev/11.html#20' >Lev.11:20</a>",
"<span class='sci'>Yet these may ye eat of every <i>flying creeping thing that goeth upon  all four</i>, which have legs above their feet.</span>--<a href='../lev/11.html#21' >Lev.11:21</a>",
"<span class='sci'><i>All other flying creeping things, which have four feet</i>, shall be  an abomination unto you.</span>--<a href='../lev/11.html#23' >Lev.11:23</a>",

//Deuteronomy
"<span class='sci'>Ye shall not eat of them that chew the cud, or  of them that divide the cloven hoof; as the camel, and the <i>hare</i>, and the  <i>coney</i>: for they chew the cud.</span>--<a href='../dt/14.html#7' >Dt.14:7</a>",
"<span class='sci'>Of all clean <i>birds</i> ye shall eat. But these are they of which ye shall not eat: ... the <i>bat</i>.</span>--<a href='../dt/14.html#11' >Dt.14:11, 18</a>",

//Joshua
"<span class='sci'>Then spake Joshua to the LORD ... <I>Sun, stand thou still</I> upon Gibeon; and thou, Moon, in the valley of Ajalon. And the sun stood still, and the moon stayed, until the people had avenged themselves upon their enemies.</span> -- <a href='../jos/10.html#12'>Joshua 10:12-13</a>",

//Isaiah
"<span class='sci'>They hatch cockatrice' eggs, and weave the spider's web: he that  eateth of their eggs dieth, and that which is crushed breaketh out into a  viper.</span>--<a href='../is/59.html#5' >Is.59:5</a>"

);

var x = Math.floor (Quotes.length * Math.random());

document.write(Quotes[x]);