//Heading Displayed on the QUiz Page
pageHeading="Michael Jackson Quiz"
//Questions


qa=new Array()

qa[0] = new Question("when was Michael Jackson born?",
    "1950",
    "1955",
    "1958",
    "1962", 
2)

qa[1] = new Question("Of the nine children in the jackson musical family what position did he stand in the view of age?",
    "1",
    "3",
    "4",
    "7", 
3)

qa[2] = new Question("what was the name of the band that Michael Jackson was part of since the age of 5?",
    "the jacksons",
    "the jackson 5",
    "the jackson brothers",
    "the jackson siblings",
1)

qa[3] = new Question("in 1978 in which movie did Michael Jackson star?",
    "Superman",
    "the Wiz",
    "Grease",
    "Zombi", 
1)

qa[4] = new Question("WHich was his first solo huge hit album?",
	"dangerous",
	"off the wall",
	"history",
	"thriller",
1)

qa[5] = new Question("for the single from which album did Michael Jackson earn his 1st of many grammys?",
    "off the wall",
    "thriller",
    "bad",
    "music and me",
0)

qa[6] = new Question("for how many weeks did the LP 'thriller' top the LP charts on Billboard?",
	"8",
	"11",
	"51",
	"37",
3)

qa[7] = new Question("how many billboard awards did he win for thriller?",
    "3",
    "8",
    "13",
    "15", 
2)

qa[8] = new Question("What was his Autobiography released in 1988 named?",
	"History",
	"Thrilling",
	"Moonwalk",
	"Dreamwalk",
2)

qa[9] = new Question("in 1994,whom did Michael Jackson marry?'",
	"Annie Lennox",
	"Deborah Rowe",
	"Lisa Marie Presley",
	"Diana Sawyer",
2)
