var puzzleItem = new Array();

puzzleItem[1] = new Array("","How many triangles can you see?");
puzzleItem[2] = new Array("","Measure 4l with only a 3l and 5l jugs.");
puzzleItem[3] = new Array("","How many routes?");
puzzleItem[4] = new Array("","Arranging discs on a grid");
puzzleItem[5] = new Array("*","Remove four matches to leave four triangles");
puzzleItem[6] = new Array("","How many eggs?");
puzzleItem[7] = new Array("","How long to strike midnight?");
puzzleItem[8] = new Array("*","Replace each asterisk with a number to make a correct sum.");
puzzleItem[9] = new Array("","Divide this shape into four identical pieces.");
puzzleItem[10] = new Array("","How many matches will be needed?");
puzzleItem[11] = new Array("","Arrange 24 matches to make four squares.");
puzzleItem[12] = new Array("","How many sons and daughters are there?");
puzzleItem[13] = new Array("","Find the five digit number which, when multiplied by 4, reverses its digits.");
puzzleItem[14] = new Array("","Cut this shape into two pieces to form a square.");
puzzleItem[15] = new Array("*","Remove four matches to leave five squares.");
puzzleItem[16] = new Array("","Join the corresponding numbers without crossing.");
puzzleItem[17] = new Array("","How much did the book cost?");
puzzleItem[18] = new Array("","Put the numbers 1 to 8 in the circles with no consecutive numbers connected by lines.");
puzzleItem[19] = new Array("","Which number should replace the ?");
puzzleItem[20] = new Array("","Use six 9s to make 100.");
puzzleItem[21] = new Array("","Draw this figure without lifting your pencil from the paper.");
puzzleItem[22] = new Array("","Replace each letter with a number so that this word sum is still correct.");
puzzleItem[23] = new Array("","Join all 9 dots with 4 connected straight lines.");
puzzleItem[24] = new Array("","How many L-shapes can be fitted in the grid?");
puzzleItem[25] = new Array("","Move two matches to leave four identical squares.");
puzzleItem[26] = new Array("","Move discs to turn the triangle upside down.");
puzzleItem[27] = new Array("","Cut into two pieces and reverse the direction of the arrow by moving just one piece.");
puzzleItem[28] = new Array("","How many triangles can you see within this shape?");
puzzleItem[29] = new Array("","Divide this shape into four identical pieces.");
puzzleItem[30] = new Array("*","Remove 9 matches so that no squares of any size remain.");
puzzleItem[31] = new Array("","Use the digits 1 to 9 to make similar sums.");
puzzleItem[32] = new Array("","What number should replace the question mark?");
puzzleItem[33] = new Array("","How many squares are there on a chessboard?");
puzzleItem[34] = new Array("","Divide this shape into three identical pieces.");
puzzleItem[35] = new Array("","Which area is bigger, A or B?");
puzzleItem[36] = new Array("","How many weighings to find the heavier bar?");
puzzleItem[37] = new Array("","Measure exactly 16 minutes with two sand timers.");
puzzleItem[38] = new Array("","Cut this shape into 6 pieces of equal size and similar shape.");
puzzleItem[39] = new Array("","What is the smallest number exactly divisible by all the numbers 1 to 9?");
puzzleItem[40] = new Array("","What is the missing number?");
puzzleItem[41] = new Array("","Fill the circles with the numbers given so that the total of each line is the same.");
puzzleItem[42] = new Array("","Cut the shape into four identical pieces that can be rearranged into a square.");
puzzleItem[43] = new Array("","Remove 6 matches to leave 6 connected squares.");
puzzleItem[44] = new Array("","Draw this shape without removing your pencil from the paper.");
puzzleItem[45] = new Array("","Find a two-digit number such that adding 9 to it reverses the digits.");
puzzleItem[46] = new Array("","Who stole the painting?");
puzzleItem[47] = new Array("","Put the numbers 0 to 9 in the circles with no consecutive numbers connected by lines.");
puzzleItem[48] = new Array("","Replace each letter with a number so that this word sum is still correct.");
puzzleItem[49] = new Array("","How many gifts in total over the 12 days of Christmas?");
puzzleItem[50] = new Array("","Move four matches to leave three squares.");
puzzleItem[51] = new Array("","How old is Steve?");
puzzleItem[52] = new Array("","Find the number.");
puzzleItem[53] = new Array("","Fill the circles with the numbers 1 to 12 so that the total of each line is the same.");
puzzleItem[54] = new Array("","Put a number in each of the circles so that the sum of each side is a square number.");
puzzleItem[55] = new Array("","Divide this Greek cross into three parts to form a rectangle twice as long as it is wide.");
puzzleItem[56] = new Array("","Get exactly 3 litres of water in each of the smaller jugs without spilling any water.");
puzzleItem[57] = new Array("","Cut this shape into three pieces using two straight cuts so that the pieces can be rearranged into a square.");
puzzleItem[58] = new Array("","Using only + and –, make the sum 123456789 = 100 correct.");
puzzleItem[59] = new Array("","Divide the shape into four identical areas so that each area contains three counters.");
puzzleItem[60] = new Array("","How many of the 1 x 1 x 1 cubes in this larger cube are painted?");
puzzleItem[61] = new Array("","The day before yesterday I was 12. Next year I will be 15. How is this possible?");
puzzleItem[62] = new Array("","What is the area of the outer triangle?");
puzzleItem[63] = new Array("","Cut into four pieces and rearrange to form a magic square.");
puzzleItem[64] = new Array("","Position 8 queens on a chessboard so that none of them attacks another.");
puzzleItem[65] = new Array("","Which century next begins on a Thursday?");
puzzleItem[66] = new Array("","Make a magic square using the numbers -4 to +4.");
puzzleItem[67] = new Array("","How much will each person contribute?");
puzzleItem[68] = new Array("","What is the largest four digit number with only three factors?");
puzzleItem[69] = new Array("","What must be added to 100 and 20 so that the results are in the ratio 3 : 1?");

var nextPuzzleItem = "Divide 8l into two equal parts using only 3l, 5l and 8l jugs.";


