// JavaScript Document

var theQuote = new Array() 

theQuote[0] = " &quot;For whoever calls on the name of the Lord shall be saved.&quot;|- Romans 10:13 ";
theQuote[1] = " &quot;I can do all things through Christ who strengthens me.&quot;|- Philippians 4:13";
theQuote[2] = " &quot;I will be with you, and I will protect you wherever you go. &quot;|- Genesis 28:15 ";
theQuote[3] = " &quot;The man who does the will of God lives forever. &quot;|1 John 2:17 ";
theQuote[4] = " &quot;Ask anything in My name, and I will do it.&quot;|- John 14:14 ";
theQuote[5] = " &quot;Take delight in the Lord, and he will give you your heart's desires.&quot;|- Psalm 37:4 ";
theQuote[6] = " &quot;For the Lord will be your everlasting light.&quot;|- Isaiah 60:20  ";
theQuote[7] = " &quot;If God is for us, who can be against us?&quot;|- Romans 8:31 ";
theQuote[8] = "  &quot;Take delight in the Lord, and he will give you your heart's desires. &quot;|- Psalm 37:4  ";


var j = 0
var p = theQuote.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
 
}
var whichQuote = Math.round(Math.random()*(p-1));
var myArray=theQuote[whichQuote].split("|");


document.write('<p><strong>'+myArray[0]+'</strong></p>');
document.write('<div class="quote">'+myArray[1]+'</div>');