//Heading Displayed on the Quiz Page
pageHeading="New Names Old Names"
//Questions

qa=new Array()

qa[0] = new Question("Named after the local deity Mumba Devi. Which Indian city is now known as Mumbai?",
    "Mangalore",
    "Moradabad",
    "Mysore",
    "Bombay", 
3)

qa[1] = new Question("Formerly called Edo. What do we call this city today?",
    "Tokyo",
    "Manila",
    "Bangkok",
    "Hiroshima", 
0)

qa[2] = new Question("What was Oslo previously called?",
    "Christiana",
    "Christas",
    "Bodo",
    "Norige",
0)

qa[3] = new Question("This Russian enclave is now called Kaliningrad. What was it once called?",
    "Konnigsburg",
    "Ekaterinburg",
    "Volgograd",
    "Petrograd", 
0)

qa[4] = new Question("What was St.Peter'sburg called before it reverted into its earlier name ?",
	"Stalingrad",
	"Volgograd",
	"Leningrad",
	"Nevagrad",
2)

qa[5] = new Question("Scene of heavy fighting during World war II. By what name was the city of Volgograd then known?",
    "Kalliningrad",
    "Leningrad",
    "Kursk",
    "Stalingrad",
3)

qa[6] = new Question("By what name was the city of Beijing known earlier?",
	"Peking",
	"Beiking",
	"Naking",
	"Leiking",
0)

qa[7] = new Question("Which city in the U.S. was once called New Amsterdam?",
	"New Jersey",
	"New Haven",
	"New York",
	"New Ark",
2)

qa[8] = new Question("Named after the Bristish Prime Minister, Lord Salisbury. What is the new name of this African capital city?",
	"Gabarone",
	"Harare",
	"Pretoria",
	"Windhoek",
1)

qa[9] = new Question("Once called Gold Coast during colonial times. This country took a new name after an ancient kingdom in Africa. Name this country :",
	"Cameroon",
	"Ghana",
	"Nigeria",
	"Togo",
1)
