//Heading Displayed on the QUiz Page
pageHeading="janet jackson Quiz"
//Questions


qa=new Array()

qa[0] = new Question("when was janet jackson born?",
    "1955",
    "1960",
    "1966",
    "1969", 
2)

qa[1] = new Question("in which TV series was she chosen by TV mogul Norman Lear to feature?",
    "whos the boss",
    "good times",
    "full house",
    "fresh prince of belair",
1)

qa[2] = new Question("how old was she when she featured in the hit TV series different strokes?",
    "22",
    "12",
    "15",
    "05", 
2)

qa[3] = new Question("how old was janet when she first got married?",
	"18",
	"20",
	"23",
	"25",
0)

qa[4] = new Question("which was her first ever LP released?",
    "dream street",
    "janet jackson",
    "janet ",
    "control",
1)

qa[5] = new Question("who has produced all the janet LPs since 1986?",
	"micheal jackson",
	"jimmy jam,terry lewis",
	"john 'mutt' lange",
	"theiviery corporation",
1)

qa[6] = new Question("Which album pushed janet into a superstar status?",
    "dream street",
    "janet jackson",
    "all for you",
    "control", 
3)

qa[7] = new Question("how many singles from control were top 10 hits?",
	"1",
	"3",
	"4",
	"6",
3)

qa[8] = new Question("With release of Which album did Janet become #1 singles artiste of the year at ARC weekly charts in 1989?'",
	"Dream Street",
	"Control",
	"Rhythm Nation 1814",
	"Janet",
2)

qa[9] = new Question("In which movie was Janet seen?'",
	"Independence Day",
	"Dr DoLittle",
	"Nutty ProfessorII",
	"the Mask",
2)