
//Code is from 100prophecies.com. Please feel free to copy, edit and use this code on your site.

var myadv = new Array ();
myadv[0] = "<span class=bq><b>From the Bible:</b><br><br>For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.</span><br><span class=ba>(John 3:16, KJV)</span>";
myadv[1] = "<span class=bq><b>From the Bible:</b><br><br>For all have sinned, and come short of the glory of God; Being justified freely by his grace through the redemption that is in Christ Jesus:</span><br><span class=ba>(Romans 3:23,24, KJV)</span>";
myadv[2] = "<span class=bq><b>From the Bible:</b><br><br>For the wages of sin is death; but the gift of God is eternal life through Jesus Christ our Lord.</span><br><span class=ba>(Romans 6:23, KJV)</span>";
myadv[3] = "<span class=bq><b>From the Bible:</b><br><br>That if you confess with your mouth, &quot;Jesus is Lord,&quot; and believe in your heart that God raised him from the dead, you will be saved.</span><br><span class=ba>(Romans 10:9, NIV)</span>";
myadv[4] = "<span class=bq><b>From the Bible:</b><br><br>For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.</span><br><span class=ba>(John 3:16, KJV)</span>";

var i = Math.floor(4*Math.random())

if(i >= 0 && i <= 4){
n = i;}
else {n = 4;}

document.write('<div style="border: 1px solid gray;">')
document.write('<div style="border: 10px solid white;">')
document.write(myadv[n]);
document.write('</div>');
document.write('</div>');
