//Heading Displayed on the QUiz Page
pageHeading="The Simpsons Quiz"
//Questions

qa=new Array()

qa[0] = new Question("In which town do the Simpsons live ?",
    "Monroe",
    "Maynard",
    "Springfield",
    "New Tyne", 
2)

qa[1] = new Question("Where does Homer Simpson work ?",
    "At the Nuclear Power Plant",
    "At the Public Library",
    "At the Airport",
    "At the Zoo", 
0)

qa[2] = new Question("Name Homer's only son :",
    "Mike",
    "Ned",
    "Homer Jr",
    "Bart",
3)

qa[3] = new Question("Who owns the Nuclear Plant where Homer works ?",
    "The U.S Government",
    "The local Council of Springfield",
	"C.M.Burns",
    "Robert Burns",
2)

qa[4] = new Question("Name Homer's strictly religiuos neighbors :",
	"The Smiths",
    "The Jones",
	"The Lopez",
    "The Flanders",
3)

qa[5] = new Question("How many sisters-in-law does Homer have ?",
	"2",
    "3",
	"4",
    "5",
0)

qa[6] = new Question("Which musical instrument does Lisa play ?",
	"Drums",
	"Saxophone",
	"Clarinet",
	"Oboe",
1)

qa[7] = new Question("Name the Indian store owner and friend of Homer :",
    "Ajit",
    "Asok",
    "Apu",
    "Anil", 
2)

qa[8] = new Question("What is Homer's father's name ?",
	"Richard",
	"Alan",
	"steve",
	"Abraham",
3)

qa[9] = new Question("What is Homer's wife's name ?",
	"Marge",
	"Maggie",
	"Patty",
	"Selma",
0)