//Heading Displayed on the QUiz Page
pageHeading="Geography"
//Questions

qa=new Array()

qa[0] = new Question("What country has the regions which are popularly known as Fish-Hook and Parrot's Beak?",
"England",
"Cambodia",
"Oslo",
1)

qa[1] = new Question("The French National Flag is sometimes known as the Tricolour.What are these three colours?",
"Red, white, green",
"Red, yellow, blue",
"Red, white, blue",
2)

qa[2] = new Question("What is the Shuttle-Cock city which has changed its nationality several times?",
"Warsaw",
"Strasbourg",
"Berlin",
1)

qa[3] = new Question("The saltiest sea in the world is, in fact a lake and is about five times as salty as the ocean water. What is the name of this lake?",
"Dead Sea",
"Red Sea",
"Caspian Sea",
0)

qa[4] = new Question("Of which country is the mapple leaf recognised as a nation's symbol?",
"Canada",
"Ireland",
"France",
0)

qa[5] = new Question("What are the three islands of Yell, Mainland and Unst called?",
"Channel Island",
"Shetland Island",
"Canary Islands",
1)

qa[6] = new Question("Which of the United States was once known as Seward's Ice Box?",
"Montana",
"Alaska",
"North Dakota",
1)

qa[7] = new Question("Which river is named after a nation of female warriors?",
"River Potomas",
"River Yukon",
"River Amazon",
2)

qa[8] = new Question("If you sailed down the Volga river, what sea would you sail into?",
"Mediterranean Sea",
"Caspian Sea",
"Black Sea",
1)

qa[9] = new Question("What is the average depth of an ocean?",
"About two and a half miles",
"About three and a half miles",
"About four and a half miles",
0)
