//Heading Displayed on the Quiz Page
pageHeading="Japan Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Once known as Edo, by what name do we know this Japanese city today?",
    "Hiroshima",
    "Nagasaki",
    "Chiba",
    "Tokyo", 
3)

qa[1] = new Question("Name the first emperor of Japan :",
    "Jimmu",
    "Hirohito",
    "Akihito",
    "Naruhito", 
0)

qa[2] = new Question("Name the largest island in Japan :",
    "Honshu",
    "Hokkaido",
    "Ryuku",
    "Shikoku",
0)

qa[3] = new Question("Who was the emperor of Japan during World War II?",
    "Jimmu",
     "Hirohito",
    "Akihito",
    "Naruhito", 
1)

qa[4] = new Question("In which year was the Tokyo Olympics held?",
	"1960",
	"1964",
	"1968",
	"1972",
1)

qa[5] = new Question("Which body of water separates Japan from South Korea at its nearest point?",
    "Japan Strait",
    "Korea Strait",
    "Yellow sea",
    "Sea of Japan",
1)

qa[6] = new Question("Name the highest peak in Japan :",
	"Mt Fuji",
	"Mt.Jimmu",
	"Mt Hirohito",
	"Mt Amaterasu",
0)

qa[7] = new Question("By what name are the original inhabitants of Japan called?",
	"Ainu",
	"Japanese",
	"Okinawan",
	"Boninese",
0)

qa[8] = new Question("In which year was Japan established?",
	"660 B.C",
	"100 B.C",
	"550 B.C",
	"400 B.C",
0)

qa[9] = new Question("How many prefectures are there in Japan?",
	"48",
	"47",
	"49",
	"50",
1)
