//Heading Displayed on the Quiz Page
pageHeading="Airports Quiz"
//Questions

qa=new Array()

qa[0] = new Question("In which city would you be if you were to land at O'Hare International airport?",
    "Chicago",
    "Boston",
    "Dublin",
    "New York", 
0)

qa[1] = new Question("La Gaurdia airport serves which U.S. city?",
    "Detroit",
    "Montreal",
    "New York",
    "Miami", 
2)

qa[2] = new Question("In which city would you be if you were to land at Logan International airport?",
    "Chicago",
    "Boston",
    "Dublin",
    "New York",
1)

qa[3] = new Question("LAX is the code for which U.S airport?",
    "Los Angeles International",
     "Los Angeles Van Nuys",
    "Louisiana International",
    "Long beach municipal", 
0)

qa[4] = new Question("In which European city is the Charles De Gaulle airport?",
	"Paris",
	"Nice",
	"Lyon",
	"Rouen",
0)

qa[5] = new Question("The international airport in Genoa is named after a famous navigator of the past. Name this navigator after whom the airport is named?",
    "Magellan",
    "Amerigo Vespucci",
    "James Cook",
    "Christopher Columbus",
3)

qa[6] = new Question("YVR is the code for which Canadian airport?",
	"Vancouver International",
	"Vernon",
	"Victoria Inner Harbor",
	"Williams Lake",
0)

qa[7] = new Question("In which city would you be if you were to land in Sheremetyevo  International airport",
	"Moscow",
	"St.Petersburg",
	"Kiev",
	"Odessa",
0)

qa[8] = new Question("Changi airport serves which Asian city?",
	"Singapore",
	"Shanghai",
	"Jakarta",
	"Kuala Lumpur",
0)

qa[9] = new Question("Name Tokyo's main international airport :",
	"Narita",
	"Haneda",
	"Tottori",
	"Toyama",
0)
