//Code is provided by Ray Konig of 100prophecies.com. Please feel free to copy, edit and use this code on your site.  10:25pm 2009-10-25.

var myadv = new Array ();
myadv[0] = "<span class=bq><b>Bible quote:</b><br><br>Simply let your 'Yes' be 'Yes,' and your 'No,' 'No'; anything beyond this comes from the evil one.</span><br><span class=ba>(Matthew 5:37, NIV)</span>";
myadv[1] = "<span class=bq><b>Bible quote:</b><br><br>You have heard that it was said, 'Love your neighbor and hate your enemy.' But I tell you: Love your enemies and pray for those who persecute you,</span><br><span class=ba>(Matthew 5:43,44, NIV)</span>";
myadv[2] = "<span class=bq><b>Bible quote:</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[3] = "<span class=bq><b>Bible quote:</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[4] = "<span class=bq><b>Bible quote:</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[5] = "<span class=bq><b>Bible quote:</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[6] = "<span class=bq><b>Bible quote:</b><br><br> ... It is by the name of Jesus Christ ... Salvation is found in no one else, for there is no other name under heaven given to men by which we must be saved.</span><br><span class=ba>(Acts 4:10,12, NIV)</span>";
var i = Math.floor(7*Math.random())
if(i >=0 && i <=7){n = i;}
else {n = 1;}

document.write('<div style="border: 1px solid green; width:215px;">')
document.write('<div style="border: 10px solid white;">')
document.write(myadv[n]);
document.write('</div>');
document.write('</div>');

