
Quotes = new Array(

//Matthew
"<span class='w'>Woe unto them that are with child, and to them that give suck in  those days!</span>--<a href='../mt/24.html#19' >Mt.24:19</a>",

//1 Corinthians
"<span class='w'>It is good for a man not to touch a woman.</span>--<a href='../1cor/7.html#1' >1 Cor.7:1</a>",
"<span class='w'>But this I say, brethren, <I>the time is short</I>: it remaineth, that both they that have wives be as though they had none.</span>--<a href='../1cor/7.html#29' >1 Cor.7:29</a>",
"<span class='w'>The head of every man is Christ; and the head of the woman is the man.</span>--<a href='../1cor/11.html#3' >1 Cor.11:3</a>",
"<span class='w'>For a man indeed ought not to cover his head, forasmuch as <I>he is the image and glory of God: but the woman is the glory of the man</i>.</span>--<a href='../1cor/11.html#7' >1 Cor.11:7</a>",
"<span class='w'>Let your women keep silence in the churches: for it is not permitted unto them to speak.... And if they will learn any thing, let them ask their husbands at home.</span> -- <a href='../1cor/14.html#34' >1 Corinthians 14:34-35</a>",

//Ephesians
"<span class='w'>Wives, submit yourselves unto your own husbands, <i>as unto the Lord</i></span>-- <a href='../eph/5.html#22'>Ephesians 5:22</a>",
"<span class='w'>For <i>the husband is the head of the wife</I>, even as Christ is the head of the church.... Therefore as the church is subject unto Christ, <i>so let the wives be to their own husbands in every thing</I>.</span>--<a href='../eph/5.html#23' >Eph.5:23-24</a>",
"<span class='w'>Let the wives be to their own husbands <i>in every thing</i>.</span> -- <a href='../eph/5.html#24'>Ephesians 5:24</a>",

//Colossians
"<span class='w'>Wives, submit yourselves unto your own husbands.</span>--<a href='../col/3.html#18' >Col.3:18</a>",

// 1 Timothy
"<span class='w'>I will ... that women adorn themselves in modest apparel, with shamefacedness and sobriety; not with broided hair, or gold, or pearls, or costly array.</span>--<a href='../1tim/2.html#8' >1 Tim.2:8-9</a>",
"<span class='w'>Let the woman learn in silence with all subjection. But I suffer not a woman to teach, nor to usurp authority over the man, but to be in silence.</span>--<a href='../1tim/2.html#11' >1 Tim.2:11-12</a>",
"<span class='w'>And Adam was not deceived, but the woman being deceived was in the transgression. Notwithstanding she shall be saved in childbearing.</span>--<a href='../1tim/2.html#14' >1 Tim.2:14-15</a>",
"<span class='w'>But the younger widows refuse: for when they have begun to wax wanton against Christ, they will marry; Having damnation.</span>--<a href='../1tim/5.html#11' >1 Tim.5:11</a>",

//Titus
"<span class='w'>Teach the young women to be ... obedient to their own husbands, that the word of God be not blasphemed.</span>--<a href='../tit/2.html#4' >Titus 2:4</a>",

//1 Peter
"<span class='w'>Wives, be in subjection to your own husbands.</span>--<a href='../1pet/3.html#1' >1 Peter 3:1</a>",

//Revelation
"<span class='w'>No man could learn that song but the hundred and forty and four thousand, which were redeemed from the earth. These are they which were not defiled with women; for they are virgins.</span>--<a href='../rev/14.html#3' >Rev.14:3-4</a>"

);

var x = Math.floor (Quotes.length * Math.random());

document.write(Quotes[x]);