//Heading Displayed on the QUiz Page
pageHeading="David Beckham Quiz"
//Questions

qa=new Array()

qa[0] = new Question("In which year was David Beckham born ?",
    "1973",
    "1974",
    "1975",
    "1976", 
2)

qa[1] = new Question("What are Beckham's middle names ?",
    "Robert Joseph",
    "Allan Peter",
    "Paul Andrew",
    "Keith Jeremy", 
0)

qa[2] = new Question("In which position does Beckham play ?",
    "Goalkeeper",
    "Forward",
    "Mid Fielder",
    "Back",
2)

qa[3] = new Question("In which year did Beckham sign a trainee contract with Manchester United ?",
    "1990",
    "1991",
	"1992",
    "1993",
1)

qa[4] = new Question("At what age did Beckham make his debut ?",
	"18",
	"19",
	"20",
	"21",
1)

qa[5] = new Question("In which season did Manchester United win the 'Treble' while Beckham played for them ?",
    "1998-99 season",
    "1997-98 season",
    "1999-2000 season",
    "2000-01 season",
0)

qa[6] = new Question("With which Spanish club did Beckham sign up in 2003 ?",
	"Real Madrid",
	"Barcelona",
	"Bilbao FC",
	"Socidad",
0)

qa[7] = new Question("What is the amount for which Beckham has signed Real Madrid ?",
    "$40 million for 4 years",
    "$45 million for 4 years",
    "$42 million for 4 years",
    "$43 million for 4 years", 
0)

qa[8] = new Question("What is the jersey number that Beckham wears for Real Madrid ?",
	"22",
	"23",
	"24",
	"25",
1)

qa[9] = new Question("Beckham wears jersey no 23 for Real Madrid as a mark of respect to his idol who made this number popular. Name this idol :",
	"Magic Johnson",
	"Wilt Chamberlain",
	"Kareem Abdul Jabbar",
	"Michael Jordan",
3)