//Heading Displayed on the QUiz Page
pageHeading="Soccer Quiz"
//Questions

qa=new Array()

qa[0] = new Question("What happened on Zidane's international debut?",
"He scored a hat-trick",  
"He scored 2 goals",  
"He got sent off",  
"He was substituted", 
1)


qa[1] = new Question("Who beat Argentina in the first round of the 1934 World Cup?",
"Sweden",  
"Hungary",  
"Spain",  
"Czechoslovakia",
0)

qa[2] = new Question("In which Mexican city did England play their 1986 World Cup first round group matches? ",
"Mexico City",  
"Guadalajara",  
"Monterrey",  
"Ensenada",
2)

qa[3] = new Question("Who knocked Portugal out of Euro '96?",
"Czech Republic",  
"England",  
"Scotland",  
"France ",
3)

qa[4] = new Question("What were the names of West Germany's two mascots in the 1974 World Cup?",
"Tip and Tip",  
"Zip and Zip",  
"Kick and Kack",  
"Titz und Tatz", 
0)

qa[5] = new Question("How many goals did Norway score in the 1994 World Cup? ",
"1",
"2",  
"3",  
"4",  
0)

qa[6] = new Question("Who was named African footballer of the year in 1996?",
"Victor Ikpeba",  
"George Weah",  
"Nwankwo Kanu",  
"Emanuel Amunike", 
2)

qa[7] = new Question("Who won the European Cup in 1993?",
"Feyenoord",  
"Marseille",  
"Juventus",  
"Bayern Munich", 
1)

qa[8] = new Question("Which Italaian side did Lothar Matheus play for? ",
"Sampdoria",  
"Inter Milan",  
"AC Milan",  
"Roma", 
1)

qa[9] = new Question("What did Saudi Arabia's Sayeed al Owairan do the year after scoring his wonderful solo goal at USA '94?",
"He got himself declared as the Messiah",  
"He was trampled by a camel",  
"He got sent to prison",  
"He was beheaded",
2)
