//Heading Displayed on the QUiz Page
pageHeading="New Zealand Quiz"
//Questions

qa=new Array()

qa[0] = new Question("What is the official name of New Zealand ?",
    "Republic of New Zealand",
    "People's Democratic Republic of New Zealand",
    "New Zealand",
    "Commonwealth of New Zealand", 
2)

qa[1] = new Question("How many regions are there in New Zealand ?",
    "13",
    "10",
    "5",
    "9", 
0)

qa[2] = new Question("In which year did New Zealand get its independence ?",
    "1910",
    "1907",
    "1945",
    "1901",
1)

qa[3] = new Question("Name the capital of New Zealand :",
    "Wellington",
    "Dunedin",
	"Christchurch",
    "Auckland",
0)

qa[4] = new Question("What are the natives of New Zealand called ?",
	"Maoris",
	"Aborigines",
	"Yapps",
	"Natives",
0)

qa[5] = new Question("Along with Tenzin Norgay, which New Zealander was the first to scale the Mt. Everest ?",
    "Edmund Hillary",
    "Peter Hillary",
    "John Hunt",
    "Edmund Hunt",
0)

qa[6] = new Question("Which currency would you use if you were in New Zealand ?",
	"New Zealand Peso",
	"New Zealand Pounds",
	"New Zealand Schilling",
	"New Zealand Dollars",
3)

qa[7] = new Question("Which passage of water separates New Zealand's North and South Islands ?",
    "Cook Strait",
    "Island Strait",
    "Victoria Strait",
    "Colin Strait", 
0)

qa[8] = new Question("Which is the highest peak in New Zealand ?",
	"Mt Logan",
	"Mt Cook",
	"Mt Mackenzie",
	"Mt Marshall",
1)

qa[9] = new Question("From which country did New Zealand gain her independence in 1907 ?",
	"France",
	"Spain",
	"Italy",
	"Great Britain",
3)