function thoughts()
{
//6
var ranNum= Math.round(Math.random() * 6);
if (ranNum == 0){document.write('<b>"The blood of Jesus Christ His Son cleanses us from all sin. --1 John 1:7."</b>'); } // Monday
if (ranNum == 1){document.write('<b>"Other seed fell on good ground and yielded a crop that sprang up, increased, and produced. --Mark 4:8."</b>'); } // Tuesday
if (ranNum == 2){document.write('<b>"All things work together for good to those who love God. --Romans 8:28."</b>'); } // Wednesday
if (ranNum == 3){document.write('<b>"The Lord gave, and the Lord has taken away; blessed be the name of the Lord. --Job 1:21."</b>'); } // Thursday
if (ranNum == 4){document.write('<b>"By the grace of God I am what I am, and His grace toward me was not in vain. --1 Corinthians 15:10."</b>'); } // Friday
if (ranNum == 5){document.write('<b>"I have no greater joy than to hear that my children walk in truth. . --3 John 4."</b>'); } // Saturday
if (ranNum == 6){document.write('<b>"Behold, He who keeps Israel shall neither slumber nor sleep. --Psalm 121:4."</b>'); } // Sunday
}
