myChoice[item++] = new Choice(
  '1. When he was caught disobeying God, Adam blamed:',
  4,
  'the serpent',
  'bad programs on television',
  'Cain',
  'Eve'
);

myChoice[item++] = new Choice(
  '2. Methuselah lived how many years:',
  4,
  '30',
  '60',
  '90',
  '969'
)

myChoice[item++] = new Choice(
  '3. Mohammed, the founder of Islam, was from the line of Ishmael:',
  1,
  'True',
  'False'
)

myChoice[item++] = new Choice(
  "4. Joseph's father, Jacob, loved him more than his other sons because Joseph:",
  1,
  'was the child of his old age',
  'was handsome',
  'had good taste in clothes',
  'gave him gifts of gold, frankincense, and myrrh'
)

myChoice[item++] = new Choice(
  '5. Before the Israelites left Egypt, God told them to ask for:',
  4,
  'manna',
  'milk and honey',
  'thirty shekels each',
  'silver and gold'
)

myChoice[item++] = new Choice(
  '6. When a lion attacked Samson after he visited the woman he wanted to marry, he:',
  1,
  'killed it with his bare hands',
  'killed it with a slingshot',
  "killed it with a donkey's jawbone",
  'made it his pet and named it Delilah'
)

myChoice[item++] = new Choice(
  '7. Boaz was kind to Ruth because she:',
  4,
  'was a great beauty',
  'would soon inherit a fortune',
  'had won a $10,000,000 sweepstakes',
  'had taken good care of Naomi'
)

myChoice[item++] = new Choice(
  '8. When Samuel was born to Hannah, she took him to:',
  1,
  'Eli the priest',
  'Nazareth',
  'her husband',
  'an Amy Grant concert'
)

myChoice[item++] = new Choice(
  '9. Samuel knew that Saul was to be the first king of Israel because:',
  2,
  'God had written the message on the wall',
  'God had told Samuel in his ear that Saul was the one',
  'Samuel could feel it in his bones',
  "Samuel's big toe alwayus ached when he saw a king"
)

myChoice[item++] = new Choice(
  '10. Adonijah was:',
  3,
  "David's father",
  "Bathsheba's son",
  "Solomon's older half-brother",
  "Solomon's stepson"
)