<!--

		var myQuestion = my_random(0,34);

		var questionN = new Array(34)

			questionN[0] = "Early to bed and early to rise, makes a man healthy, wealthy and __________."

			questionN[1] = "Fish and visitors smell in __________ days."

			questionN[2] = "An egg today is __________ than a hen tomorrow."

			questionN[3] = "People who are wrapped up in themselves make __________ packages."

			questionN[4] = "Lost time is __________ found again."

			questionN[5] = "A brother may not always be a friend, but a friend will always be a __________."

			questionN[6] = "Wish not so much to live long as to live __________."

			questionN[7] = "They that can give up __________ to obtain a little temporary safety deserve neither liberty nor safety."

			questionN[8] = "A lie stands on one leg, but the truth on __________."

			questionN[9] = "When the well is dry, we know the value of __________."

			questionN[10] = "If you would know the value of money, go try to __________ some."

			questionN[11] = "Paintings and fightings are best seen at a __________."

			questionN[12] = "Be slow in choosing a friend and, __________ in changing."

			questionN[13] = "Don't throw stones at your neighbors if your own windows are __________."

			questionN[14] = "When you're good to others, you're __________ to yourself."

			questionN[15] = "There never was a good war or a bad __________."

			questionN[16] = "To lengthen thy life, __________ thy meals."

			questionN[17] = "Any fool can criticize, condemn and complain, and __________ fools do."

			questionN[18] = "Time is __________."

			questionN[19] = "An ounce of prevention is worth a __________ of  cure."

			questionN[20] = "A small leak can __________ a great ship."

			questionN[21] = "The sleeping fox catches __________ poultry."

			questionN[22] = "Haste makes __________."

			questionN[23] = "Diligence is the mother of __________ luck."

			questionN[24] = "Well __________ is better than well said."

			questionN[25] = "Without courage, justice is __________."

			questionN[26] = "Energy and persistence conquer __________ things."

			questionN[27] = "A place for everything and everything in its __________."

			questionN[28] = "Genius, without __________, is like silver in the mine."

			questionN[29] = "In this world, nothing is sure but death and __________."

			questionN[30] = "Whatever is begun in anger ends in __________."

			questionN[31] = "Having been __________ is no shame, but being ashamed of it is."

			questionN[32] = "He that is good for making excuses is __________ good for anything else."

			questionN[33] = "Where liberty dwells, there is my __________."

			questionN[34] = "George Washington commanded the sun and the moon to stand still, and they __________ him." 

			

		var myQuestion = my_random(0,34);

		var questionA = new Array(34)

			questionA[0] = "Early to bed and early to rise, makes a man healthy, wealthy and <b>wise</b>."

			questionA[1] = "Fish and visitors smell in <b>three</b> days."

			questionA[2] = "An egg today is <b>better</b> than a hen tomorrow."

			questionA[3] = "People who are wrapped up in themselves make <b>small</b> packages."

			questionA[4] = "Lost time is <b>never</b> found again."

			questionA[5] = "A brother may not always be a friend, but a friend will always be a <b>brother</b>."

			questionA[6] = "Wish not so much to live long as to live <b>well</b>."

			questionA[7] = "They that can give up <b>liberty</b> to obtain a little temporary safety deserve neither liberty nor safety."

			questionA[8] = "A lie stands on one leg, but the truth on <b>two</b>."

			questionA[9] = "When the well is dry, we know the value of <b>water</b>."

			questionA[10] = "If you would know the value of money, go try to <b>borrow</b> some."

			questionA[11] = "Paintings and fightings are best seen at a <b>distance</b>."

			questionA[12] = "Be slow in choosing a friend and, <b>slower</b> in changing."

			questionA[13] = "Don't throw stones at your neighbors if your own windows are <b>glass</b>."

			questionA[14] = "When you're good to others, you're <b>best</b> to yourself."

			questionA[15] = "There never was a good war or a bad <b>peace</b>."

			questionA[16] = "To lengthen thy life, <b>lessen</b> thy meals."

			questionA[17] = "Any fool can criticize, condemn and complain, and <b>most</b> fools do."

			questionA[18] = "Time is <b>money</b>."

			questionA[19] = "An ounce of prevention is worth a <b>pound</b> of cure."

			questionA[20] = "A small leak can <b>sink</b> a great ship."

			questionA[21] = "The sleeping fox catches <b>no</b> poultry."

			questionA[22] = "Haste makes <b>waste</b>."

			questionA[23] = "Diligence is the mother of <b>good</b> luck."

			questionA[24] = "Well <b>done</b> is better than well said."

			questionA[25] = "Without courage, justice is <b>weak</b>."

			questionA[26] = "Energy and persistence conquer <b>all</b> things."

			questionA[27] = "A place for everything and everything in its <b>place</b>."

			questionA[28] = "Genius, without <b>education</b>, is like silver in the mine."

			questionA[29] = "In this world, nothing is sure but death and <b>taxes</b>."

			questionA[30] = "Whatever is begun in anger ends in <b>shame</b>."

			questionA[31] = "Having been <b>poor</b> is no shame, but being ashamed of it is."

			questionA[32] = "He that is good for making excuses is <b>seldom</b> good for anything else."

			questionA[33] = "Where liberty dwells, there is my <b>country</b>."

			questionA[34] = "George Washington commanded the sun and the moon to stand still, and they <b>obeyed</b> him." 			

			

		var choice1 = new Array(34)

			choice1[0] = "wise"

			choice1[1] = "three"

			choice1[2] = "better"

			choice1[3] = "small"

			choice1[4] = "never"

			choice1[5] = "brother"

			choice1[6] = "well"

			choice1[7] = "liberty"

			choice1[8] = "two"

			choice1[9] = "water"

			choice1[10] = "borrow"

			choice1[11] = "distance"

			choice1[12] = "slower"

			choice1[13] = "glass"

			choice1[14] = "best"

			choice1[15] = "peace"

			choice1[16] = "lessen"

			choice1[17] = "most"

			choice1[18] = "money"

			choice1[19] = "pound"

			choice1[20] = "sink"

			choice1[21] = "no"

			choice1[22] = "waste"

			choice1[23] = "good"

			choice1[24] = "done"

			choice1[25] = "weak"

			choice1[26] = "all"

			choice1[27] = "place"

			choice1[28] = "education"

			choice1[29] = "taxes"

			choice1[30] = "shame"

			choice1[31] = "poor"

			choice1[32] = "seldom"

			choice1[33] = "country"

			choice1[34] = "obeyed"

			

		var choice2 = new Array(34)

			choice2[0] = "smart"

			choice2[1] = "forty-five"

			choice2[2] = "tastier"

			choice2[3] = "big"

			choice2[4] = "always"

			choice2[5] = "monkey"

			choice2[6] = "with zebras"

			choice2[7] = "pot roast"

			choice2[8] = "six"

			choice2[9] = "fire"

			choice2[10] = "bury"

			choice2[11] = "close range"

			choice2[12] = "faster"

			choice2[13] = "concrete"

			choice2[14] = "worst"

			choice2[15] = "piece of pie"

			choice2[16] = "extend"

			choice2[17] = "few"

			choice2[18] = "ticking"

			choice2[19] = "ton"

			choice2[20] = "fix"

			choice2[21] = "all"

			choice2[22] = "a clean room"

			choice2[23] = "bad"

			choice2[24] = "thrown"

			choice2[25] = "strong"

			choice2[26] = "some"

			choice2[27] = "mind"

			choice2[28] = "cheese"

			choice2[29] = "sweet smelling diapers"

			choice2[30] = "a short time"

			choice2[31] = "sleeping"

			choice2[32] = "always"

			choice2[33] = "bed"

			choice2[34] = "ignored"



		

		var choice3 = new Array(34)

			choice3[0] = "dumb"

			choice3[1] = "two hundred"

			choice3[2] = "worse"

			choice3[3] = "brown paper"

			choice3[4] = "quickly"

			choice3[5] = "cousin"

			choice3[6] = "in Africa"

			choice3[7] = "the answer"

			choice3[8] = "one-half"

			choice3[9] = "jewelry"

			choice3[10] = "earn"

			choice3[11] = "museum"

			choice3[12] = "speedy"

			choice3[13] = "clear"

			choice3[14] = "smelly"

			choice3[15] = "baby"

			choice3[16] = "throw"

			choice3[17] = "mean"

			choice3[18] = "silly"

			choice3[19] = "smaller amount"

			choice3[20] = "float"

			choice3[21] = "sleeping"

			choice3[22] = "dinner"

			choice3[23] = "all"

			choice3[24] = "yelled"

			choice3[25] = "stinky"

			choice3[26] = "no"

			choice3[27] = "desk"

			choice3[28] = "a haircut"

			choice3[29] = "aliens"

			choice3[30] = "happiness"

			choice3[31] = "sitting"

			choice3[32] = "excusably"

			choice3[33] = "liberty"

			choice3[34] = "danced for"

//-->