<!--Begin

var hello = new Array(6);
	hello[0] = "<font face='verdana' size='3'>" + "Who helped Moses keep his arms held high as Joseph defeated the Amalekites at Rephidim?";
	hello[1] = "<font face='verdana' size='3'>" + "Aaron and Hur";
	hello[2] = "<font face='verdana' size='3' color='blue'>" + "Who did Joshua accompany part way up Mt. Sinai to get the 10 commandments?";
	hello[3] = "<font face='verdana' size='3' color='blue'>" + "Moses";

	hello[4] = "<font face='verdana' size='3'>" + "How many spies did Moses send to spy out Canaan?";
	hello[5] = "<font face='verdana' size='3'>" + "12";
	hello[6] = "<font face='verdana' size='3' color='blue'>" + "What fruit did the spies bring back to show the people?";
	hello[7] = "<font face='verdana' size='3' color='blue'>" + "grapes";
	
	hello[8] = "<font face='verdana' size='3'>" + "Why were the 10 spies scared to go and fight for the land of Canaan?";
	hello[9] = "<font face='verdana' size='3'>" + "because the people there were very big";
	hello[10] = "<font face='verdana' size='3' color='blue'>" + "What insect did they compare themselves to in relation to the giants?";
	hello[11] = "<font face='verdana' size='3' color='blue'>" + "grasshoppers";
	
	hello[12] = "<font face='verdana' size='3' color='blue'>" + "What country did the Israelites want to return to after this bad report?";
	hello[13] = "<font face='verdana' size='3' color='blue'>" + "Egypt";
	hello[14] = "<font face='verdana' size='3'>" + "What did they want to do to Joshua and Caleb after this bad report?";
	hello[15] = "<font face='verdana' size='3'>" + "stone them";
	hello[16] = "<font face='verdana' size='3' color='blue'>" + "How many days did the spies visit the land of Canaan?";
	hello[17] = "<font face='verdana' size='3' color='blue'>" + "40";
	
	hello[18] = "<font face='verdana' size='3'>" + "Why was God so angered with the people?";
	hello[19] = "<font face='verdana' size='3'>" + "because they did not have faith that God would help them defeat the giants";
	hello[20] = "<font face='verdana' size='3' color='blue'>" + "What did God want to do to the Israelites?";
	hello[21] = "<font face='verdana' size='3' color='blue'>" + "kill them all";
	
	hello[22] = "<font face='verdana' size='3' color='blue'>" + "Who talked God out of killing all the Israelites?";
	hello[23] = "<font face='verdana' size='3' color='blue'>" + "Moses";
	hello[24] = "<font face='verdana' size='3'>" + "Who were the two spies that God was pleased with and would let enter the land of Canaan?";
	hello[25] = "<font face='verdana' size='3'>" + "Joshua and Caleb";
	hello[26] = "<font face='verdana' size='3' color='blue'>" + "How old of men did God curse and say that they would not enter the promised land?";
	hello[27] = "<font face='verdana' size='3' color='blue'>" + "20 years old and up";
hello[28] = "<font face='verdana' size='3'>" + "How many years did God say that the Israelites would wander in the wilderness before they could enter the promised land?";
	hello[29] = "<font face='verdana' size='3'>" + "40";
	hello[30] = "<font face='verdana' size='3' color='blue'>" + "THAT IS ALL THE QUESTIONS?  ---  oh, one more!";
	hello[31] = "<font face='verdana' size='3' color='blue'>" + "how did you do?";
	



	i = 0;

{

function start_here()
{if (i < 32)
{
joshua_questions.innerHTML = hello[i];
joshua_answers.innerHTML = "!!!!!!!!!!!!!!!";
document.ss.ssr.disabled = 'true';

i += 1;
setTimeout("start_here2()", 7000);

}
}

function start_here2()
{if (i < 32)
{
joshua_answers.innerHTML = hello[i];
i += 1;
setTimeout("start_here()", 3000);

}
}
}
// End -->
