<!--Begin

var goodbye = new Array(6);
	goodbye[0] = "<font face='verdana' size='3'>" + "What are the five books of Moses?";
	goodbye[1] = "<font face='verdana' size='3'>" + "Genesis, Exodus, Leviticus, Numbers, Deuteronomy";
	goodbye[2] = "<font face='verdana' size='3' color='blue'>" + "What book follows the 5 books of Moses?";
	goodbye[3] = "<font face='verdana' size='3' color='blue'>" + "Joshua";

	goodbye[4] = "<font face='verdana' size='3'>" + "Who succeeded Moses as the leader of the Israelites?";
	goodbye[5] = "<font face='verdana' size='3'>" + "Joshua";
	goodbye[6] = "<font face='verdana' size='3' color='blue'>" + "What river do they have to cross to get to the promised land?";
	goodbye[7] = "<font face='verdana' size='3' color='blue'>" + "the River Jordan";
	
	goodbye[8] = "<font face='verdana' size='3'>" + "Why did they stack the 12 stones up at Gilgal?";
	goodbye[9] = "<font face='verdana' size='3'>" + "as a sign for their children so they would fear God";
	goodbye[10] = "<font face='verdana' size='3' color='blue'>" + "What were the trumpets made from that the priests blew?";
	goodbye[11] = "<font face='verdana' size='3' color='blue'>" + "rams horns";
	
	goodbye[12] = "<font face='verdana' size='3' color='blue'>" + "How many priest marched with a trumpet?";
	goodbye[13] = "<font face='verdana' size='3' color='blue'>" + "7";
	goodbye[14] = "<font face='verdana' size='3'>" + "How many days did they march around the city of Jericho?";
	goodbye[15] = "<font face='verdana' size='3'>" + "7";
	goodbye[16] = "<font face='verdana' size='3' color='blue'>" + "How many times did they march around Jericho on the 7th day?";
	goodbye[17] = "<font face='verdana' size='3' color='blue'>" + "7";
	
	goodbye[18] = "<font face='verdana' size='3'>" + "What did the people do after they heard the trumpets sound?";
	goodbye[19] = "<font face='verdana' size='3'>" + "they shouted";
	goodbye[20] = "<font face='verdana' size='3' color='blue'>" + "Who made the walls of Jericho fall down?";
	goodbye[21] = "<font face='verdana' size='3' color='blue'>" + "the Lord";
	
	goodbye[22] = "<font face='verdana' size='3' color='blue'>" + "Who can we have faith in to always be a help to us?";
	goodbye[23] = "<font face='verdana' size='3' color='blue'>" + "the Lord";
	goodbye[24] = "<font face='verdana' size='3' color='blue'>" + "THAT IS ALL THE QUESTIONS?  ---  oh, one more!";
	goodbye[25] = "<font face='verdana' size='3' color='blue'>" + "how is your faith?";
	



	x = 0;
{

function start_here_again()
{if (x < 26)
{
jericho_questions.innerHTML = goodbye[x];
jericho_answers.innerHTML = "!!!!!!!!!!!!!!!";
document.rr.rrs.disabled = true;

x += 1;
setTimeout("start_here3()", 7000);

}
}

function start_here3()
{if (x < 26)
{
jericho_answers.innerHTML = goodbye[x];
x += 1;
setTimeout("start_here_again()", 3000);

}
}
}
// End -->
