// Change only the WORDS between the quotation marks.
// DO NOT remove the commas or the quotes or the \
//
// CONCENTRATION
// The topic is the first. Then enter all items in order. Change the first five only.
// Use short words
var yourConcPic = new Array(  // CONCENTRATION IMAGES LIST
  "dr0igmpicusr.gif", // teachinghearts custom Sample DO NOT CHANGE
  "dr0igmpicusr.gif", // First concentration picture - change the name dr0igmpicusr.gif to your own
  "dr0ivishell.gif", // Second concentration picture - change the name
  "dr0ivisharvest.gif", // Third concentration picture - change the name
  "dr0igmpic0"
 );
var yourHeadingCust =  // CONCENTRATION TITLES.
   [
   [ "Title", "Column 1", "Column 2", "Column 3", "Column 4", "Column 5" ],
   [ "Game 1", "C11", "C12", "C13", "C14", "C15" ],
   [ "Game 2", "C21", "C22", "C23", "C24", "C25" ],
   [ "Game 3", "C31", "C32", "C33", "C34", "C35" ]
   ];
var yourConcAnswer = new Array(  // CONCENTRATION ANSWERS
  "Do not change this line. All test MUST be on the same line between the double quotes. ",
  " Your answer Game 1 ",
  " Your answer Game 2 ",
  " Your answer Game 3 ",
  "" 
);
var yourConcQuestion = new Array(  // CONCENTRATION QUESTIONS
  "Do not change this line. All test MUST be on the same line between the double quotes. ",
  " Your question Game 1 ",
  " Your question Game 2 ",
  " Your question Game 3 ",
  "" 
);
// The FEUD TITLE AND ANSWERS. Change the second to 5th row
var yourFeud = 
  [
   ["Topic", "Number 1", "Number 2", "Number 3", "Number 4", "Number 5"],
   ["Mothers", "Mary", "Eve", "Ruth", "Rebecca",  "Sarah"],
   ["Fathers", "Adam", "Abraham", "Issac ", "David", "Jacob (Israel)"],
   ["Leaders", "Moses", "Noah", "Joshua", "Aaron", "Caleb "],
   ["12 Things", "Disciples", "Tribes", "Gates (Jerusalem)", "Loaves of Bread", "Stones"],
   ["Sacrifice", "Lamb (Sheep, Ram)", "Cow (Bull)", "Goat", "Dove", "Red Heifer"]
  ];
// JEOPARDY TITLE AND ANSWERS. Change the second to 5th row
var yourJeopardy = 
  [
   ["Topic", "Number 1", "Number 2", "Number 3", "Number 4", "Number 5"],
   ["Commandments", "One God", "Idols", "Sabbath", "Kill", "Steal"],
   ["Creation Day", "Sun", "Trees", "Fish", "Light", "Insects"],
   ["Kings", "Giant Killer", "First King of Israel", "Babylon", "King of Kings", "Wisdom"],
   ["Cures", "Naaman", "Lazarus", "Bartimaeus", "Wild men of Gadara", "Malchus (slave of the high priest)" ],
   ["Clean?", "Pig", "Duck", "Goat", "Shark", "Grasshopper"]
  ];
// JEOPARDY QUESTIONS. Change all. Notice that the topic is repeated. It appears in bold
var yourQJeopardy = new Array( 
      "Commandments - 1. First, 2. Second, 3. Fourth, 4. Six, 5. Eight. \
   
Creation Day - 1. Fourth, 2. Third, 3. Fifth, 4. First, 5. Fifth. \
   
Kings -  1. David, 2. Saul, 3. Nebuchadnezzar, 4. Jesus, 5. Solomon. \
   
Cures - 1. Leper, 3. Dead, 3. Blind, 4. Demon Possessed, 5. Ear. \
   
Clean or Unclean - 1. Unclean, 2. Unclean, 3. Clean, 4. Unclean, 5. Clean.  \
  ");