

Quotes = new Array(

"<span class=i><i>I will sell your sons and your daughters</i> into the hand of the  children of Judah, and they shall sell them to the Sabeans, to a people far  off: <i>for the LORD hath spoken it.</i></span>--<a href='3.html#8' >Joel 3:8</a>"
);
var x = Math.floor (Quotes.length * Math.random());

document.write(Quotes[x]);