//Heading Displayed on the QUiz Page
pageHeading="The English Language"
//Questions

qa=new Array()

qa[0] = new Question("What is the name given to a flock of geese?",
"Herd",
"Gaggle",
"Pride",
1)

qa[1] = new Question("The art of influence of the stars on human affairs, is called",
"Astrology",
"Astronomy",
"Teleology",
0)

qa[2] = new Question("What is the character '&' the abbreviation of and called?",
"Addition",
"Ampersand",
"Addenda",
1)

qa[3] = new Question("The nautical pronunciation of leeward would be",
"Lee-waard",
"Lee-ward",
"loo-ward",
2)

qa[4] = new Question("What is single blessedness?",
"Single child",
"Bachelorhood",
"Sole heir",
1)

qa[5] = new Question("What do we mean by 'below stairs' gossip?",
"gossip amongst servants",
"gossip amongst children",
"gossip amongst ladies of what they heard while under the stairs",
0)

qa[6] = new Question("What is the earliest known English language that was spoken by people in Great Britain?",
"Anglo",
"Celtic",
"Gothic",
1)

qa[7] = new Question("The term used for forming another word with the initial letters of other words is",
"Antonym",
"Synonym",
"Acronym",
2)

qa[8] = new Question("What is the branch of linguistics that studies the origin and development of words called ?",
"Entymology",
"Etymology",
"Semantics",
1)

qa[9] = new Question("The term used for words in different languages but having the same meaning is",
"Cognates",
"Jargon",
"Acronyms",
0)
