puzzlearray = new Array(1);
puzanswerarray = new Array(1);


puzzlearray[1] = ("What number should replace the question mark?\n\n"
+"      289\n"
+"256         196\n"
+"      225\n\n"
+"      441\n"
+" ?          324\n"
+"      361");
puzanswerarray[1]= ("400");



puzzlearray[2] = ("Paul wears Levi jeans, travels on United Airlines, and think Anthony Hopkins is a great actor. \n\n"
+"Does Paul drive a Porsche or a Jaguar?");
puzanswerarray[2] = ("Porsche");



puzzlearray[3] = ("What letter should appear next in this series?\n\n"
+"2 c 5 f 10 k 14 o 18 s 20 u 25 ?");
puzanswerarray[3] =("z");



puzzlearray[4] = ("Theo has four cars.  He has a Toyota, a Mitsubishi, and a Bentley. \n\nIs his fourth car a Nissan or a Peugeot?");
puzanswerarray[4] = ("Peugeot");



puzzlearray[5] = ("What letters are missing ( _ and _ ) from the end boxes? (case sensitive)\n\n"
+"  J         G\n"
+"T   A     V   B\n\n"
+"  D         ? \n"
+"X   C     Z    ? ");
puzanswerarray[5] =("A and D");


puzzlearray[6] = ("What letter should appear next in this series? (case sensitive)\n\n"
+"A E F H I K ?");
puzanswerarray[6] = ("L");


puzzlearray[7] = ("If Mercury is linked with Fillmore, Jupiter with Carter, Saturn with Ford, "
+"and Uranus with Arthur, which of the following presidents would be linked wih Charon?\n\n"
+"Lincoln\n"
+"Adams\n"
+"Monroe\n"
+"Buchanan\n"
+"Hoover");
puzanswerarray[7] = ("Monroe");



puzzlearray[8] = ("What letter should appear next in this series? (case sensitive)\n\n"
+"M V E M J S U N ?");
puzanswerarray[8] = ("P");



puzzlearray[10] = ("Complete this grid using the letters L E W I S. When completed no row, column, or diagonal line should contain the same letter more than once.  One Horizontal line should spell the name correctly. \n\n"
+ "What letter will replace the question mark? (case sensitive)\n\n"
+" 1 2  3  4  5\n"
+"   W \n"
+"   L  E \n"
+"   I  S     W \n"
+"\n"
+"            ?");
puzanswerarray[10] = ("L");



puzzlearray[11] = ("The people listed below were told that they could win a car if they could arrange their names in a 5 x 5 grid to give the car's manufacturer down the fourth column. \n\n"
+ "What car did they get? (case sensitive)\n\n"
+"Their names were: Bobby, Brian, Missy, Abdul, Jesus, and Clare.\n\n");
puzanswerarray[11] = ("Subaru");



puzzlearray[12] = ("At the start of a car race six cars are lined up single file.  "
+"Car 12 is two places in front of car 3 who is two places in front of car 21.  "
+"Car 7 is behind both car 11 and car 3, but in front of car 21. Car 8 is in front of car 21, but behind car 11.\n\n"
+"At the end of the race car 21 has moved forward two positions, car 8 has moved back three places, car 3 has moved forward two places, car 11 has moved back two places and car 12 has moved forward one place.\n\n"
+"Which car finished in 3rd place?\n Just the number of the car.");
puzanswerarray[12] = ("11");






