//Heading Displayed on the QUiz Page
pageHeading="David Beckham Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Beckham scored the 600th goal for Real Madrid in the European Cup/Championship league in 2003. Against whom did Beckham score the goal ?",
    "Ajax",
    "Manchester United",
    "Olympique Marseille",
    "A.C.Roma", 
2)

qa[1] = new Question("To which former singer is Beckham married to ?",
    "Victoria Adams",
    "Melanie Chisholm",
    "Joni Mitchell",
    "Reba McIntyre", 
0)

qa[2] = new Question("What is the nick name given to Beckham's wife ?",
    "Posh Spice",
    "Baby Spice",
    "Scarry Spice",
    "Sporty Spice",
0)

qa[3] = new Question("Which cult cartoon series well known for celebrity appearances turned down the idea of featuring Beckham in a cameo appearance in one of its episodes ?",
    "Itchy scratchy show",
    "The Simpsons",
	"Bevis and Butthead",
    "Superman",
1)

qa[4] = new Question("Which movie directed by Gurinder Chaddha has Beckham's name in the title ?",
	"Bend it like David",
	"David",
	"Bend it like Beckham",
	"Beckham",
2)

qa[5] = new Question("Which broadcasting organisation declared Beckham 2001's Sports Personality of the year ?",
    "ABC",
    "CBS",
    "NBC",
    "BBC",
3)

qa[6] = new Question("With which title was Beckham awarded in Queen Elizabeth II in 2003 ?",
	"Knighthood",
	"Earldom",
	"Order of the British Empire",
	"Member of the British Empire",
2)

qa[7] = new Question("Name Beckham's former personal assistant who claimed Beckham had extra marital relationship with her ?",
    "Rebecca Loos",
    "Sarah Marbeck",
    "Jennifer Flowers",
    "christine Keelor", 
0)

qa[8] = new Question("The ball which Beckham kicked at the match againts Portugal in  Euro 2004 was put up for auction on which internet site ?",
	"Auctionbay",
	"eBay- U.S.version",
	"eBay- Portuguese version",
	"eBay- Spanish Version",
3)

qa[9] = new Question("For what amount was the ball which Beckham kicked at the match againts Portugal in  Euro 2004 auctioned ?",
	"28,000 Euros",
	"28,050 Euros",
	"28,100 Euros",
	"28,250 Euros",
1)