//Heading Displayed on the QUiz Page
pageHeading="Mother Teresa Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Where was Mother Teresa born in in August 27, 1910 ?",
    "Belgrade",
    "Pristina",
    "Athens",
    "Skopje", 
3)

qa[1] = new Question("To which ethnic community did she belong to ?",
    "Croat",
    "Serb",
    "Albanian",
    "Slovak", 
2)

qa[2] = new Question("Which subject did Mother Teresa teach at St Mary's High school in Calcutta ?",
    "History",
    "Geography",
    "Maths",
    "English",
1)

qa[3] = new Question("In which year was the Missionaries of Charity founded ?",
    "1947",
    "1946",
	"1950",
    "1951",
2)

qa[4] = new Question("In which country did the Missionaries of Charity open its first house (branch) ?",
	"U.S.A",
    "Haiti",
	"U.K",
    "Venezuela",
3)

qa[5] = new Question("Who wrote the book 'Something Beautiful for God' based on Mother Terasa ?",
	"Dominique Lapierre",
    "Larry Collins",
	"Malcolm Muggerridge",
    "Tariq Ali",
2)

qa[6] = new Question("In which year was Mother Terasa awarded the Nobel Peace Prize ?",
	"1978",
	"1979",
	"1980",
	"1981",
1)

qa[7] = new Question("Of which country was Mother Teresa given an honourary citizenship in 1996 ?",
    "U.K",
    "India",
    "Canada",
    "U.S.A.", 
3)

qa[8] = new Question("Name the award given to Mother Teresa in 1979 for her work of 'Promoting peace and brotherhood amongst nations' :",
	"Noble Peace Prize",
	"Bharat Ratna",
	"Balzan Prize",
	"Order of Lenin",
2)

qa[9] = new Question("In 1982, Mother Teresa persuaded Israelis and Palestinians, who were in the midst of a skirmish, to cease fire long enough to rescue 37 mentally handicapped patients from a besieged hospital. In which city was this ?",
	"Jerusalem",
	"Beirut",
	"Ramallah",
	"Nablus",
1)