var quotes = new Array;

quotes.push("John 3:16 <br>For God so loved the world that he gave his only begotten son, <br>that whosoever believeth in him should not perish, but have everlasting life.");
quotes.push("Romans 3:23-24 <br> For all have sinned, and come short of the glory of God; <br>"+ 
   "  Being justified freely by his grace through the redemption that is in Christ Jesus.");
quotes.push("John 1:1<br> In the beginning was the Word, and the Word was with God, and the Word was God.");
quotes.push("Ephesians 2:8-9<br> For by grace are ye saved through faith; <br>and that not of yourselves: it is the gift of God.<br>" + 
            "Not of works, lest any man should boast.");
quotes.push("Romans 5:8<br>But God commendeth his love toward us, in that,<br> while we were yet sinners, Christ died for us.");
quotes.push("Romans 3:10<br>As it is written, There is none righteous, no, not one.");
quotes.push("Romans 6:23<br>For the wages of sin is death; but the gift of God is eternal life through Jesus Christ our Lord.");
quotes.push("1 Corinthians 15:3-4<br>For I delivered unto you first of all that which I also received, <br>how that Christ died for our sins according to the scriptures;<br>" +
    "And that he was buried, and that he rose again the third day according to the scriptures.");
quotes.push("Romans 10:9<br>That if thou shalt confess with thy mouth the Lord Jesus, <br>and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.");
quotes.push("Romans 10:13<br>For whosoever shall call upon the name of the Lord shall be saved.");
quotes.push("James 1:17<br>Every good gift and every perfect gift is from above, and cometh <br>down from the Father of lights, with whom is no variableness, neither shadow of turning.");



//BibleVerse = document.write(quotes[(Math.floor(Math.random() * quotes.length))]);
BibleVerse = quotes[(Math.floor(Math.random() * quotes.length))];
//alert (BibleVerse);
//document.Bible.Verse.value = BibleVerse;
//document.write(quotes[(Math.floor(Math.random() * quotes.length))]);
