//Heading Displayed on the QUiz Page
pageHeading="Countries named after people Quiz"
//Questions

qa=new Array()

qa[0] = new Question("This group islands in South Pacific was named after the legendary Jewish king known for his sense of justice name the islands ?",
    "Solomon Islands",
    "Spratly Islands",
    "Cook Islands",
    "Paracell Islands", 
0)

qa[1] = new Question("After whom is the Kingdom of Suadi Arabia named ?",
    "Muhammad Bin Saud",
    "Abdul Bin Saud",
    "Mehmood Bin Saud",
    "Abul Bin Saud", 
0)

qa[2] = new Question("Romania derives its name from which mythical person ?",
    "Romulus",
    "Reamus",
    "Romano",
    "Romario",
0)

qa[3] = new Question("Phillipines was named in the honour Phillip II. Of which country was Phillip II the actual ruler ?",
    "Portugal",
    "Spain",
	"U.K",
    "France",
1)

qa[4] = new Question("The name Israel is an alternate name to which Jewish patrirach, after whom the state is named ?",
	"Jacob",
	"Moses",
	"David",
	"Solomon",
0)

qa[5] = new Question("El Salvador is a country in Central America. In Spanish El Salvador means 'The Saviour'. Who is also called the saviour ?",
    "Pope",
    "Landlord",
    "Jesus Christ",
    "Governor",
2)

qa[6] = new Question("Which South American country is named after Christopher Columbus ?",
	"Colombia",
	"Venezuela",
	"Bolivia",
	"Peru",
0)

qa[7] = new Question("Simon Bolivar is the founding father of which South American country ?",
    "Colombia",
    "Venezuela",
    "Bolivia",
    "Peru", 
2)

qa[8] = new Question("Juan De Bermudez dioscovered which group of islands off the coast of Florida, U.S.A ?",
	"Cuba",
	"Haiti",
	"Dominica",
	"Bermuda",
3)

qa[9] = new Question("Which tiny principality in Europe is named after Anton Florian ?",
	"Luxembourg",
	"Andorra",
	"San Marino",
	"Leichtenstein",
3)