
Quotes = new Array(


//James
"<span class='sci'>For every kind of beasts, and of birds, and of serpents, and of things in the sea, is tamed, and hath been tamed of mankind.</span>--<a href='../jas/3.html#7' >James 3:7</a>"

);

var x = Math.floor (Quotes.length * Math.random());

document.write(Quotes[x]);