//Heading Displayed on the QUiz Page
pageHeading="British GP Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Prior to becoming a racetrack, what was Silverstone used for ?",
    "It was a civilian airfield",
    "It was a car testing track",
    "It was used for motor bike racing", 
    "It was used as WWII airfield by the allied airforce",	
3)
qa[1] = new Question("When was the first race held at Silverstone ?",
    "1949",
	"1948",	
    "1950",
    "1951", 
1)

qa[2] = new Question("The first ever F1 race in the world was held at Silverstone. In which year and who won ?",
    "1951 Reg Parnell",
    "1952 Jackie Stewart",
    "1953 Louis Rosier",
    "1950. Guiseppe Farina",	
3)

qa[3] = new Question("Two other circuits have hosted the British GP time to time. One is Aintree which is the other ?",
     "Wembley",
	"Northhampton",
    "Edinburgh",
   "Brands Hatch",	
3)

qa[4] = new Question("The British GP in 1955 saw Mercedes Benz fielding four cars. The drivers were Stirling Moss, Juan Manuel Fangio, Karl Kling and Pierro Truffi. All in Mercedes Benz- Mercedes W 196. In what positions did these drivers end the race ?",
	"First four",
	"Last four",
	"Second till fifth",
	"Tenth to fourteenth",
0)

qa[5] = new Question("Relation between this driver and Enzo Ferrari nose-dived during the summer of 1958. After the French GP that year, he was demoted to the Ferrari F2 team. However the team leader Mike Hawthorn persuaded Enzo Ferrari to reinstate this driver. The driver then went to win the next race on the tour i.e. the British GP. Name this driver :",
    "Peter Collins",
    "Juan Manuel Fangio",
    "Sterling Moss",
    "Reg Parnell",
0)

qa[6] = new Question("In 1958 season Tony Brooks raced for Ferrari. He however did not race for Ferrari in the British GP. Which team did he race for in that race ?",
	"Vanwall",
	"Lotus",
	"BMW",
	"Toyota",
0)

qa[7] = new Question("Which driver had 4 consecutive wins at the British GP from 1962 to 1965 ?",
     "Stirling Moss",
   "Jim Clark",	 
    "Juan Manuel Fangio",
    "Reg Parnell", 
1)

qa[8] = new Question("1972 British GP saw a new team making its debut. It was called Politoys. By which name do we better know it these days ?",
	"BAR Honda",
	"BMW Williams",
	"Sauber Petronas",
	"Jaguar",
1)

qa[9] = new Question("The team Cosworth ran into trouble with the FISA in 1981 over the legality of the car they had placed for the races in the1981 season. However it won the British GP that year. Name the driver :",
	"Eddie Cheever",
	"John Watson",
	"Jacques Laffite",
	"Carlos Reutemann",
1)