quoteSet = new Array();
referenceSet = new Array();

quoteSet[0] = "Then they can train the younger women to love their husbands and children, to be self-controlled and pure, to be busy at home, to be kind, and to be subject to their husbands, so that no one will malign the word of God.";

quoteSet[1] = "A wife of noble character is her husband's crown, but a disgraceful wife is like decay in his bones";

quoteSet[2] = "The wise woman builds her house, but with her own hands the foolish one tears hers down.";

quoteSet[3] = "A foolish son is his father's ruin, and a quarrelsome wife is like a constant dripping.";

quoteSet[4] = "Better to live on a corner of the roof than to share a house with a quarrelsome wife.";

quoteSet[5] = "Wives, submit to your husbands, as is fitting in the Lord.";

quoteSet[6] = "I also want women to dress modestly, with decency and propriety, not with braided hair or gold or pearls or expensive clothes, but with good deeds, appropriate for women who profess to worship God.";

referenceSet[0] = "Titus 2:4-5";

referenceSet[1] = "Proverbs 12:4";

referenceSet[2] = "Proverbs 14:1";

referenceSet[3] = "Proverbs 19:13";

referenceSet[4] = "Proverbs 21:19";

referenceSet[5] = "Colossians 3:18";

referenceSet[6] = "1 Timothy 2:9-10";

i = (Math.floor(Math.random()*quoteSet.length));

document.write("<p class='verse'>"+quoteSet[i]+"</p>");
document.write("<p class='reference'>"+referenceSet[i]+"</p>");
