//Heading Displayed on the QUiz Page
pageHeading="Justin Quiz"
//Questions


qa=new Array()

qa[0] = new Question("Whick famous band is justin a part of?",
    "boyzone",
    "n'sync",
    "take that",
    "backstreet boys", 
1)

qa[1] = new Question("On what show did justin appear?",
    "different strokes",
    "mickey mouse club",
    "neighbours",
    "full house", 
1)

qa[2] = new Question("what was his first hit with the band?",
    "bye bye bye",
    "pop",
    "i want you back",
    "tearin' up my heart",
2)

qa[3] = new Question("which was the bands best selling album?",
    "n'sync",
    "celebrity",
    "no strings attached",
    "millenium", 
2)

qa[4] = new Question("how many copies in US alone did it sell?",
	"11x platinum",
	"19x diamond",
	"5x gold",
	"10x platinum",
0)

qa[5] = new Question("how many weeks did it top the billboard charts?",
    "2",
    "8",
    "6",
    "10",
1)

qa[6] = new Question("how many grammy nominations did justin earn in 46th grammy awards in 2004?",
	"2",
	"1",
	"5",
	"4",
3)

qa[7] = new Question("in which year was justin born?",
    "1975",
    "1980",
    "1977",
    "1981", 
3)

qa[8] = new Question("where did the outrageous performance with janet jackson have an obscene ending?",
	"MTV Video music awards(VMA)-2004",
	"Superbowl ChampionshipXXXVIII",
	"Mtv movie awards-2004",
	"46th Grammy awards",
1)

qa[9] = new Question("whom did justin collaborate for the mega hit 'where is the love?'",
	"Britney Spears",
	"Outkast",
	"Black Eyed Peas",
	"Evanescence",
2)
