//Heading Displayed on the QUiz Page
pageHeading="Soccer Quiz"
//Questions

qa=new Array()

qa[0] = new Question("The Brazilian player Bebeto never played for",
"Vitoria Bahia",
"Independiente",
"Vasco da Gama",
"Flamengo", 
1)

qa[1] = new Question("At the 1994 World Cup the FIFA used for the first time video images to suspend a player . Which Italian defender got suspended for breaking the nose of Luis Enrique (Spain) ?",
"Franco Baresi",
"Paolo Maldini",
"Paolo Bergomi",
"Mauro Tassoti",
3)

qa[2] = new Question("Which European country made their first appearance on a World Cup in 1994 and didn't score a goal?",
"Greece",
"Hungary",
"Poland",
"Ireland", 
0)

qa[3] = new Question("Which country was absent on the 1998 World Cup in France ?",
"Morocco",
"Chile",
"Uruguay",
"Paraguay",
2)

qa[4] = new Question("Which country hosted the third FIFA Futsal [Indoor soccer] World Championship in 1996?",
"Italy",
"Spain",
"Brazil",
"The Netherlands",
1)

qa[5] = new Question("Which country won the first World Cup hosted by Uruguay in 1930 ?",
"Argentina",
"Brazil",
"Germany",
"Uruguay",
3)

qa[6] = new Question("Who has never been topscorer on a World Cup tournament?",
"Toto Schilacci",
"Diego Maradona",
"Paolo Rossi",
"Gary Lineker", 
1)

qa[7] = new Question("Which stadium didn't host a World Cup Final ?",
"Rose Bowl in Pasadena",
"Olympic Stadium in Munich",
"Olympic Stadium in Rome",
"Nou Camp in Barcelona",
4)

qa[8] = new Question("Which was the final result of the the 1996 European Nations Championship final Germany-Tsjech Republic ?",
"2-1",
"1-0",
"2-0",
"3-1",
0)

qa[9] = new Question("Which of the following countries didn't participate in the Women's World Cup Soccer 99 ?",
"Belgium",
"Korea",
"Denmark",
"Germany",
0)
