//Heading Displayed on the QUiz Page
pageHeading="MADONNA Quiz"
//Questions


qa=new Array()

qa[0] = new Question("What is Madonna's zodiac sign?",
    "Leo",
    "Aries",
    "Gemini",
    "Cancer", 
0)

qa[1] = new Question("How many siblings does madonna have?",
    "2",
    "4",
    "7",
    "8", 
2)

qa[2] = new Question("In which band did madonna play as drummer and then the lead?",
    "Breakfast Club",
    "The rippers",
    "take that",
    "pointy sisters",
0)

qa[3] = new Question("what was her debut LP called?",
    "borderline",
    "lucky star",
    "madonna",
    "everybodys fool?", 
2)

qa[4] = new Question("how much did her debut album sell in US alone?",
	"platinum",
	"2Xplatinum",
	"7Xplatinum",
	"5Xplatinum",
3)

qa[5] = new Question("What was her '84 released album which gave her a streak of -1 hits including the mega hit' material girl'?",
    "madonna",
    "livin on a prayer",
    "lucky star",
    "like a virgin",
3)

qa[6] = new Question("how much like a virgin sell?",
	"10X platinum",
	"2X platinum",
	"8X platinum",
	"22X platinum",
0)

qa[7] = new Question("To which album did the controversial hit'Papa Don't Preach' belong?",
    "Like A virgin",
    "Whos that girl",
    "Madonna",
    "True Blue", 
3)

qa[8] = new Question("IN which movie did Madonna Star with her then husband Sean Penn?",
	"Whos that Girl?",
	"Shanghai Surprise",
	"Evita",
	"Mystic River",
1)

qa[9] = new Question("What was the name of the Dance remix LP released in '88?'",
	"holiday mixes",
	"remixed and revisited",
	"you can dance",
	"come on baby,dance!",
2)
