//Heading Displayed on the QUiz Page
pageHeading="Aryton Senna Quiz"
//Questions

qa=new Array()

qa[0] = new Question("What was Senna's full name ?",
    "Aryton Senna D'Cruz",
    "Aryton Senna Pinto",
    "Aryton Senna Alvarez",
    "Aryton Senna da Silva", 
3)

qa[1] = new Question("What was Senna's nationality ?",
    "Spanish",
    "Portuguese",
    "Bolivian",
    "Brazilian", 
3)

qa[2] = new Question("How many pole positions did Senna have during his career?",
    "65",
    "66",
    "67",
    "69",
0)

qa[3] = new Question("With what sort of vehicle did Senna begin his racing career ?",
    "Go Kart",
    "Rally",
	"Formula Ford 1600",
    "Formula Ford 2000",
0)

qa[4] = new Question("In 1985 which team did Senna join ?",
	"BMW",
	"Ferrari",
	"Lotus",
	"McLaren Honda",
2)

qa[5] = new Question("For which team did Senna race the most ?",
    "BMW",
    "Ferrari",
    "Lotus",
    "McLaren Honda",
3)

qa[6] = new Question("Who was Senna's team mate when he joined McLAREN Honda in 1988 ?",
	"Nigel Mansell",
	"Alain Prost",
	"Nelson Piquet",
	"Damon Hill",
1)

qa[7] = new Question("In the 1990 Japanese Grand Prix, Senna rammed his car against which other famous racer and eventually went on to win the race ?",
    "Nigel Mansell",
    "Alain Prost",
    "Nelson Piquet",
    "Damon Hill", 
1)

qa[8] = new Question("In 1994 race at Imola, Senna was carrying with him the flag of Austria in order to wave as a tribute to a fallen contemporary. Who was this contemporary ?",
	"Niki Lauda",
	"Jodie Schecter",
	"Gunther Schmidt",
	"Roland Ratzenberger",
3)

qa[9] = new Question("In which race did Senna meet with his end ?",
	"1994 Imola",
	"1994 Monaco",
	"1994 Silverstone",
	"1994  Hungaroaring",
0)