//Heading Displayed on the QUiz Page
pageHeading="Collective Nouns Quiz"
//Questions

qa=new Array()

qa[0] = new Question("What is group of crows called ?",
    "Gathering",
    "Blackness",
    "Ruckus",
    "Murder", 
3)

qa[1] = new Question("'Clowder' denotes a group of which animals ?",
    "Cats",
    "Lions",
    "Tigers",
    "Leopard", 
0)

qa[2] = new Question("What is group of bears called ?",
    "Laze",
    "Sloth",
    "Bunch",
    "Herd",
1)

qa[3] = new Question("'Rafter' is term to denote a group of which birds ?",
    "Pigeons",
    "Geese",
	"Turkey",
    "Sparrows",
2)

qa[4] = new Question("A 'smack of",
	"Jellyfish",
	"Tuna",
	"Mackerel",
	"Dolphins",
0)

qa[5] = new Question("What is group of foxes called ?",
    "Shrewdness",
    "Cunningness",
    "Sly",
    "Skulk",
3)

qa[6] = new Question("A 'Peep' of ..",
	"Ducks",
	"Turkeys",
	"Sparrows",
	"Chicken",
3)

qa[7] = new Question("'Labour' is term used to denote which  group of animals ?",
    "Rats",
    "Moles",
    "Snakes",
    "Mice", 
1)

qa[8] = new Question("A group of Rhinos are called ?",
	"Crash",
	"Charge",
	"Attack",
	"Herd",
0)

qa[9] = new Question("Paddling denotes a group of ?",
	"Geese",
	"Swans",
	"Ducks",
	"Cormorants",
2)