//Heading Displayed on the QUiz Page
pageHeading="Collective Nouns Quiz"
//Questions

qa=new Array()

qa[0] = new Question("A 'Siege' of ..",
    "Swans",
    "Geese",
    "Cranes",
    "Herons", 
3)

qa[1] = new Question("The collective nouns for colts are ?",
    "Rag",
    "Stud",
    "Steed",
    "Stag", 
3)

qa[2] = new Question("A group of hogs is called ?",
    "Clutter",
    "Herd",
    "Dirt",
    "Drift",
3)

qa[3] = new Question("A group of Finches is called ?",
    "Beauty",
    "Charm",
	"Enchantment",
    "Dream",
1)

qa[4] = new Question("What would you call a  herd of goats ?",
	"Troop",
	"Trip",
	"Nibble",
	"Group",
1)

qa[5] = new Question("A knot of",
    "Toads",
    "Frogs",
    "Snakes",
    "Salamanders",
0)

qa[6] = new Question("A group of apes are called ?",
	"Cleverness",
	"Intelligence",
	"Cunningness",
	"Shrewdness",
3)

qa[7] = new Question("A parliament of..",
    "Owls",
    "Pigeons",
    "Kites",
    "Eagles", 
0)

qa[8] = new Question("Troop is the collective noun for which marsupial ?",
	"Platypus",
	"Echidna",
	"Koala",
	"Kangaroo",
3)

qa[9] = new Question("A pride of ..",
	"Leopards",
	"Lions",
	"Tigers",
	"Panthers",
1)