//Nicole Harrison||www.nkhdesigns.com||07.25.11

function randomQuote() {
	
	var quote = new Array ();
	quote[0] = ' "And by knowledge shall the chambers be filled with all precious and pleasant riches." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> Proverbs 24:4 ';
	quote[1] = ' "Teach me good discernment and knowledge, For I believe in Your commandments." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> Psalms 119:66 ';
	quote[2] = ' "For the LORD gives wisdom; From His mouth come knowledge and understanding." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> Proverbs 2:6 ';
	quote[3] = ' "The mind of the prudent acquires knowledge, And the ear of the wise seeks knowledge." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> Proverbs 18:15 ';
	quote[4] = ' "And by knowledge shall the chambers be filled with all precious and pleasant riches." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> Proverbs 24:4 ';
	quote[5] = ' "For the LORD gives wisdom; From His mouth come knowledge and understanding." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> Proverbs 2:6 ';
	quote[6] = ' "The mind of the prudent acquires knowledge, And the ear of the wise seeks knowledge." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> Proverbs 18:15 ';
	
	quote[7] = ' "Teach them the good way wherein they should walk." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> 1 Kings 8:36 ';
	quote[8] = ' "Fools despise wisdom and instruction." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> Proverbs 1:7 ';
	quote[9] = ' "Let her not go: keep her; for she is thy life." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> Proverbs 4:13 ';
	quote[10] = ' "Receive my instruction, and not silver; and knowledge rather than choice gold." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> Proverbs 8:10 ';
	quote[11] = ' "Train up a child in the way he should go: and when he is old, he will not depart from it." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> Proverbs 22:6 ';
	quote[12] = ' "Hear instruction, and be wise, and refuse it not." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> Proverbs 8:33 ';
	quote[13] = ' "Let not your hands be weak: for your work shall be rewarded." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> 2 Chron. 15:7 ';
	quote[14] = ' "Commit your works to the Lord and your plans will be established" &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> Proverbs  16:3 ';
	quote[15] = ' "Let the children come to me, do not prevent them, for the Kingdom of God belongs to such as these." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> Mark 10:14 ';
	

	var i = Math.floor(14*Math.random())
	
	document.write(quote[i]);
	}
		
function preloader() 
{
// counter
     var i = 0;
 // create object
     imageObj = new Image();
 // set image list
     images = new Array();
     images[0]="images/slides/6thgradescience.jpg"
     images[1]="images/slides/FrJoe.jpg"
     images[2]="images/slides/internationalstudentsM.jpg"
     images[3]="images/slides/APBiology.jpg"
     images[4]="images/slides/frJoe2.jpg"
     images[5]="images/slides/jackyjocelynM.jpg"
// start preloading
     for(i=0; i<=5; i++) 
     {imageObj.src=images[i];}
} 		
		





