//Heading Displayed on the QUiz Page
pageHeading="Pope John Paul II Quiz"
//Questions

qa=new Array()

qa[0] = new Question("In which country was Pope John Paul II born ?",
    "Hungary",
    "Bulgaria",
    "Poland",
    "Finlad", 
2)

qa[1] = new Question("What was the name given to Pope John Paul II when he was born ?",
    "Karol Jozef Wojtyla",
    "Zbignew Wojtyla",
    "Karol Petrovski",
    "Jozef Koslowski", 
0)

qa[2] = new Question("Where in Poland was Pope John Paul II born ?",
    "Lublin",
    "Krakow",
    "Warsaw",
    "Wadowice",
3)

qa[3] = new Question("In which university in Poland did Pope John Paul teach ethics ?",
    "University of Warsaw",
    "University of Krakow",
	"Lublin University",
    "Jagiellonian University",
3)

qa[4] = new Question("Whom did Pope John Paul II succeed in 1978 ?",
	"Pope Paul XIII",
    "Pope Peter XX",
	"Pope John XIX",
    "Pope John Paul I",
3)

qa[5] = new Question("Prior to Pope John Paul II, who was the last non Italian Pope ?",
	"Pope Peter XX",
    "Pope Paul I",
	"Pope Adrian VI",
    "Pope Adrian X",
2)

qa[6] = new Question("Name the Turkish gunman who tried to assassinate the Pope in 1981.",
	"Ahmed Ali",
	"Selamet Ali",
	"Mehmet Ali Agca",
	"Nasser Ahmed",
2)

qa[7] = new Question("Which International Airport is named in Pope John Paul II's honour ?",
    "Warsaw International Airport",
    "Rome International Airport",
    "Krakow International Airport",
    "Berlin International Airport", 
2)

qa[8] = new Question("The film 'From a Far Country' is based on the Pope John Paul II. Who directed it ?",
	"Krzystof Zanussi",
	"Andres Wajda",
	"Sidney Pollack",
	"Steven Spielberg",
0)

qa[9] = new Question("What is the name of the vehicle used by Pope John Paul II ?",
	"Vativan",
	"Popemobile",
	"Vatican 1",
	"Holy wheels",
1)