var puzzles = new Array(10);

<!--The P&A Sampler (Meta)-->
puzzles[0] = new Array(
     'Start with where almond and orange are',
	 'Notice something unusual about the icons for each puzzle? What have the nuts, fruits and ingredients replaced?',
	 'Each answer has certain letters in common.'
)
<!--Just Tell 'Em Foggy Sent You!-->
puzzles[1] = new Array(
     'Each of these are somewhat standard methods of encoding.',
	 'Each item leads to another.',
	 'End with the Morse code.'
)
<!--What's Black and White and Read All Over?-->
puzzles[2] = new Array(
     'These are cryptic clues. There are several great resources on-line for solving them.',
	 'Why is each line not just simply black text?',
	 'In Common Connections, the wordplay in the question about SHRUB can be related to this puzzle.'
)
<!--Become a Member Today-->
puzzles[3] = new Array(
     'This is an Acrostic. First letters of the answers will spell out an important question.'
)
<!--What Others Are Saying?-->
puzzles[4] = new Array(
     'The lines are organized alphabetically by TV character.',
	 'Leftover letters will spell a phrase.',
	 'This puzzle is recursive...that is, from the phrases you get TV characters, which can be found in the grid. This will give you one more phrase. What TV character said this phrase?'
)
<!--Have a Puzzlin' Good Time-->
puzzles[5] = new Array(
     'Each answer contains the same four letters in order; these letters have been replaced with clocks.',
	 'The time shown on the other clocks will give you an ordering mechanism.',
	 'The same four letters are T-I-M-E.'
)
<!--Kudos to Sudoku-->
puzzles[6] = new Array(
     'There are two places in the upper left where 1 through 9 can be found in a series of adjacent squares.',
	 'In the lower right, W, G, and X must be specific numbers; F, V, S can each only be two certain numbers.',
	 'In the lower left, start with the cage totaling 7 in the upper left.',
	 'In the upper right, the revolution year is 1776.'
)
<!--Common Connections-->
puzzles[7] = new Array(
     'For each correct answer, there are four incorrect answers that can be related to the correct answer.',
	 'Read incorrect answers in alphabetical order.',
	 'The event in June led to a new member of the final group. You are looking for the first member instead.'
)
<!--Good Griddance-->
puzzles[8] = new Array(
     'Unchecked letters in the five unclued entries spell PJ CRANK WK.',
	 'Four of the unclued entries are fictional characters.',
	 'There is an allusion to the final answer in the first clue of several sets.'
)
<!--Cutting-Edge Fun-->
puzzles[9] = new Array(
     'Most, but not all, of the logos have a pencil.',
	 'Draw lines from logo to logo.'
)