//Heading Displayed on the QUiz Page
pageHeading="Soccer Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Who shocked Argentina with a 1-0 win in the opening game of Italia '90",
"Republic of Ireland",
"Morocco",  
"Cameroon",  
"Japan", 
2)

qa[1] = new Question("What was the Danish coach doing when he found out that Denmark had qualified for Euro 92?",
"Weeding his garden",
"Lying on the beach",  
"Decorating his kitchen",
"Fishing", 
2)

qa[2] = new Question("Who did Holland beat in the 1988 European Championship final?",
"W Germany",  
"France",  
"Italy",  
"Russia",
3)

qa[3] = new Question("Who were European Cup runners-up in 1991?",
"Marseille",  
"Feyenoord",  
"St-Etienne",  
"Malmo",
0)

qa[4] = new Question("How many goals did Argentina's Mario Kempes score in the 1978 World Cup?",
"4",  
"5",  
"6",  
"7",  
2) 

qa[5] = new Question("Who won the Golden Boot award at France '98?",
"Gabriel Batistuta",  
"Ronaldo",  
"Dennis Bergkamp",  
"Davor Suker", 
3) 


qa[6] = new Question("Who stopped real Madrid's five-year run in the European Cup?",
"Celtic",
"Barcelona",  
"Man Utd",  
"Anderlecht", 
1)

qa[7] = new Question("Besides Stade de France which other Paris ground staged a World Cup final?",
"Stade Colombes",  
"Parc des Princes",  
"Stade Bauer",  
"Stade Pigalle", 
0)

qa[8] = new Question("Argentinian striker Omar Sivori was nicknamed 'Cabezon', what does it mean?",
"Big foot",
"Big head",  
"Big mouth",  
"Big arse", 
1)

qa[9] = new Question("Who was named European Player of the Year in 1992 ?",
"Paolo Maldini",  
"Beppe Signori",  
"Marco Van Basten",  
"Ruud Gullit", 
2)