//Heading Displayed on the Quiz Page
pageHeading="Country Names And Meanings"
//Questions

qa=new Array()

qa[0] = new Question("This country derives its name from the adjectival form Silver in Latin. The official name means the Republic of Silver. Name this country :",
    "Peru",
    "Bolivia",
    "Argentina",
    "Chile", 
2)

qa[1] = new Question("This country derives its name from the Mayan word 'Quahtemalan' meaning the 'Place of wooden pillars' Which country is this?",
    "El Salvador",
    "Guatemala",
    "Nicaragua",
    "Panama", 
1)

qa[2] = new Question("The name of this  country means 'Little Venice' after the Spanish discoverers found the natives living along the canals. Name the country :",
    "Guyana",
    "Cuba",
    "Venezuela",
    "Bolivia",
2)

qa[3] = new Question("Which country in South America has a geographical imaginary line running through it and takes the name from the same?",
    "Peru",
    "Equador",
    "Chile",
    "Argentina", 
1)

qa[4] = new Question("Which country takes its name from the Greek word for copper as it was found in plentiful there?",
	"Cypress",
	"Italy",
	"Egypt",
	"Libya",
0)

qa[5] = new Question("Which country derives its name from the river Indus?",
    "Indonesia",
    "India",
    "Israel",
    "Italy",
1)

qa[6] = new Question("This country derives its name from the word 'Aryan' meaning noble. Name this country?",
	"Ireland",
	"Iran",
	"Argentina",
	"Aruba",
1)

qa[7] = new Question("This country draws its name from the Arabic word 'Maghrib' meaning west. Name the country :",
	"Morocco",
	"Libya",
	"Algeria",
	"Mauretania",
0)

qa[8] = new Question("This country in west Africa means 'Mountain range of the lions' in Portuguese. Name this country :",
	"Gambia",
	"Nigeria",
	"Niger",
	"Sierra Leone",
3)

qa[9] = new Question("People of which country call their motherland Nippon?",
	"South Korea",
	"China",
	"Vietnam",
	"Japan",
3)
