//Heading Displayed on the Quiz Page
pageHeading="Geography"
//Questions

qa=new Array()

qa[0] = new Question("The highest peak in North America is named after a U.S President. Name the president on who's honour the peak is named?",
    "Reagan",
    "Washington",
    "Eisenhower",
    "McKinley", 
3)

qa[1] = new Question("Name the country in Africa which gets its name after a big lake which is located within its geographical boundary.",
    "Victoria",
    "Chad",
    "Malawi",
    "Tanganayika", 
1)

qa[2] = new Question("With the river Volta flowing through this African country, it was called Upper Volta during colonial times. What is it now called?",
    "Niger",
    "Nigeria",
    "Togo",
    "Burkina Faso",
3)

qa[3] = new Question("From where does the African country 'Gambia' get its name?",
    "The river that flows through it",
    "The largest ethenic group found there",
    "The name of the country in pre colonial times",
    "Ancient civilization once found there", 
0)

qa[4] = new Question("In which mountain range would you find its highest peak called Tirich Mir?",
	"Himalayas",
	"Daxue Shan",
	"Andes",
	"Hindu Kush",
3)

qa[5] = new Question("Located in Tajikistan, now called  the Ismail Samani Peak. What was it called previuosly?",
    "Mt Lenin",
    "Mt Stalin",
    "Communism Peak",
    "Mt Tajik",
2)

qa[6] = new Question("By what other name is the peak K2 also called?",
	"Godwin Austen",
	"Hillary Norgay",
	"Tillman Bonnington",
	"Campbell Schneider",
0)

qa[7] = new Question("Name the highest peak in the Andes :",
	"Aconcagua",
	"Bonete",
	"Tupungato",
	"Pissis",
0)

qa[8] = new Question("Which is the deepest point on earth?",
	"Marianas Trench",
	"Java Trench",
	"Eurasia Basin",
	"Peurto Rico Trench",
0)

qa[9] = new Question("Which is the lowest point on earth?",
	"Dead Sea",
	"Lake Assal",
	"Death Valley",
	"Bahia Blanca",
0)
