<!--

		var myQuestion = my_random(0,30);

		var questionN = new Array(30)

			questionN[0] = "What falls down but never gets hurt?"

			questionN[1] = "What has a tongue but cannot talk?"

			questionN[2] = "What kind of room is not in a house?"

			questionN[3] = "What has a mouth but cannot talk?"

			questionN[4] = "What has teeth, but cannot eat?"

			questionN[5] = "What has three feet but cannot walk?"

			questionN[6] = "What has four legs and swims underwater?"

			questionN[7] = "How many sides does a circle have?"

			questionN[8] = "What goes up and down at the same time?"

			questionN[9] = "What has a head, a tail, is brown and has no legs?"

			questionN[10] = "What can be seen but not touched, and when put in a barrel makes it lighter?"

			questionN[11] = "What has an eye, but cannot see?"

			questionN[12] = "What is more useful when it's broken?"

			questionN[13] = "What word can be written forward, backward or upside down and still looks the same way?"

			questionN[14] = "If there are three apples and you take away two, how many do you have?"

			questionN[15] = "What must you give before you can keep it?"

			questionN[16] = "The more of 'it' there is, the less you can see. What is 'it'?"

			questionN[17] = "What goes up but never goes down?"

			questionN[18] = "A farmer had seventeen sheep. All but nine died. How many did he have left?"

			questionN[19] = "Even if you give it to someone else, you get to keep it. What is it?"

			questionN[20] = "What is red, blue, purple, and green? No one can touch it, not even the Queen."

			questionN[21] = "What always goes to bed with its shoes on?"

			questionN[22] = "What has four legs, a head, and a foot?"

			questionN[23] = "What gets bigger the more you take away from it?"

			questionN[24] = "How far can a dog run into the woods?"

			questionN[25] = "What is light as a feather but no one can hold it for long?"

			questionN[26] = "What can fill up a room but take up no space?"

			questionN[27] = "What runs but cannot walk?"

			questionN[28] = "What has three hands but only one face?"

			questionN[29] = "Thin I am quick, fat I am slow. The wind is always my foe. What am I?"

			questionN[30] = "What runs all day but never walks, has a bed but never sleeps?"



			

		var choice1 = new Array(30)

			choice1[0] = "snow"

			choice1[1] = "a shoe"

			choice1[2] = "a mushroom"

			choice1[3] = "a river"

			choice1[4] = "a comb"

			choice1[5] = "a yard"

			choice1[6] = "a turtle"

			choice1[7] = "two sides"

			choice1[8] = "a seesaw"

			choice1[9] = "a penny"

			choice1[10] = "a hole"

			choice1[11] = "a needle"

			choice1[12] = "an egg"

			choice1[13] = "NOON"

			choice1[14] = "two"

			choice1[15] = "a promise"

			choice1[16] = "darkness"

			choice1[17] = "your age"

			choice1[18] = "nine"

			choice1[19] = "your word"

			choice1[20] = "a rainbow"

			choice1[21] = "a horse"

			choice1[22] = "a bed"

			choice1[23] = "a hole"

			choice1[24] = "halfway"

			choice1[25] = "your breath"

			choice1[26] = "light"

			choice1[27] = "water"

			choice1[28] = "a clock"

			choice1[29] = "a candle"

			choice1[30] = "a river"



			

		var choice2 = new Array(30)

			choice2[0] = "kids"

			choice2[1] = "a person"

			choice2[2] = "a living room"

			choice2[3] = "a parrot"

			choice2[4] = "a giraffe"

			choice2[5] = "a human"

			choice2[6] = "a fish"

			choice2[7] = "zero sides"

			choice2[8] = "a ball"

			choice2[9] = "a chair"

			choice2[10] = "a feather"

			choice2[11] = "a cyclops"

			choice2[12] = "a toy"

			choice2[13] = "FEET"

			choice2[14] = "three"

			choice2[15] = "a present"

			choice2[16] = "water"

			choice2[17] = "a ball"

			choice2[18] = "seventeen"

			choice2[19] = "your hat"

			choice2[20] = "a snowcone"

			choice2[21] = "a kid"

			choice2[22] = "a flamingo"

			choice2[23] = "a bank account"

			choice2[24] = "all the way"

			choice2[25] = "a car"

			choice2[26] = "balloons"

			choice2[27] = "a lion"

			choice2[28] = "a kid"

			choice2[29] = "a sailboat"

			choice2[30] = "a computer"





		

		var choice3 = new Array(30)

			choice3[0] = "air"

			choice3[1] = "a tree"

			choice3[2] = "a kitchen"

			choice3[3] = "a potato"

			choice3[4] = "a snake"

			choice3[5] = "a dog"

			choice3[6] = "a bird"

			choice3[7] = "four sides"

			choice3[8] = "a clock"

			choice3[9] = "a hippo"

			choice3[10] = "a rope"

			choice3[11] = "a cat"

			choice3[12] = "a computer"

			choice3[13] = "GAG"

			choice3[14] = "one"

			choice3[15] = "a book"

			choice3[16] = "air"

			choice3[17] = "an elevator"

			choice3[18] = "eight"

			choice3[19] = "your picture"

			choice3[20] = "a T-shirt"

			choice3[21] = "a monkey"

			choice3[22] = "a table"

			choice3[23] = "a pillow"

			choice3[24] = "a third of the way"

			choice3[25] = "a chair"

			choice3[26] = "people"

			choice3[27] = "a hippo"

			choice3[28] = "a fish"

			choice3[29] = "a light bulb"

			choice3[30] = "a person"

//-->