=div('content_challenge0')?>
if(!isset($_REQUEST['pageNumber'])) $pN = 1;
else {$pN = $_REQUEST['pageNumber']; unset($_REQUEST['pageNumber']);}
switch($pN){
case 1:{
echo div('content_challenge1');
break;
}
case 2:{
echo div('content_challenge2');break;
}
case 3:{
echo div('content_challenge3');break;
}
}
if($pN==2 || $pN==3){
$commandments = array(
array(0, "You shall not act rudely."),
array(1, "You shall not talk back."),
array(2, "You shall not hurt each other’s feelings."),
array(3, "You shall have no other god’s before me."),
array(4, "You shalt not be disobedient."),
array(5, "You shall not worship false gods."),
array(6, "You shall sleep 8 hours per night."),
array(7, "You shall never take my name in vain."),
array(8, "You shall be nice to your neighbor."),
array(9, "You shall keep the Sabbath day holy."),
array(10, "You shall not over eat."),
array(11, "You shall not hit each other."),
array(12, "You shall not be angry."),
array(13, "You shall not be lazy."),
array(14, "Honor your Father and your Mother."),
array(15, "You shall show mercy and kindness."),
array(16, "You shall not argue."),
array(17, "You shall not murder."),
array(18, "You shall not commit adultery."),
array(19, "You shall not be treacherous to one another."),
array(20, "You shall not be slothful."),
array(21, "You shall not steal."),
array(22, "You shall not lie."),
array(23, "You shall be perfect."),
array(24, "You shall never want what belongs to someone else."),
array(25, "You shall not be a burden to one another.")
);
// shuffle($commandments);
$ten = array(-1,3,5,7,9,14,17,18,21,22,24);
if($pN == 2)
{
?>
}
else if($pN == 3)
{
?>
}
}#####END CASE 2,3
##########END SWITCH
?>