<!--Begin

var hello = new Array(6);
	hello[0] = "<font face='verdana' size='3'>" + "What was Thomas\’ other name given in the Gospel of John? (Jn. 11:16)";
	hello[1] = "<font face='verdana' size='3'>" + "Didymus";
	hello[2] = "<font face='verdana' size='3' color='blue'>" + "What does Thomas\’ name mean?";
	hello[3] = "<font face='verdana' size='3' color='blue'>" + "Twin";

	hello[4] = "<font face='verdana' size='3'>" + "When Jesus was going to see Lazarus why didn’t the disciples want to go?";
	hello[5] = "<font face='verdana' size='3'>" + "Because the Jews there had tried to kill Jesus";
	hello[6] = "<font face='verdana' size='3' color='blue'>" + "What nickname was later given to Thomas?";
	hello[7] = "<font face='verdana' size='3' color='blue'>" + "Doubting Thomas";
	
	hello[8] = "<font face='verdana' size='3'>" + "In the story above what other disciples are mentioned as having moments of doubt?";
	hello[9] = "<font face='verdana' size='3'>" + "Peter & Nathanael";
	
	



	i = 0;

{

function start_here()
{if (i < 10)
{
joshua_questions.innerHTML = hello[i];
joshua_answers.innerHTML = "!!!!!!!!!!!!!!!";
document.ss.ssr.disabled = 'true';

i += 1;
setTimeout("start_here2()", 7000);

}
}

function start_here2()
{if (i < 10)
{
joshua_answers.innerHTML = hello[i];
i += 1;
setTimeout("start_here()", 3000);

}
}
}
// End -->
