//Heading Displayed on the QUiz Page
pageHeading="Bob Willis Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Bob Willis was born in Sunderland. In which county is it ?",
    "Lancashire",
    "Sussex",
    "Kent",
    "Durham", 
3)

qa[1] = new Question("In which year did Bob make test debut for England ?",
    "1968",
    "1969",
    "1970",
    "1971", 
2)

qa[2] = new Question("Which was the first county side that Bob played for ?",
    "Yorkshire",
    "Kent",
    "Glamorgan",
    "Surrey",
3)

qa[3] = new Question("In which year was Bob awarded 'Wisden cricketer of the year' award ?",
    "1976",
    "1977",
	"1978",
    "1979",
2)

qa[4] = new Question("How many test wickets did Bob take in his career ?",
	"321",
    "322",
	"324",
    "325",
3)

qa[5] = new Question("How many ODI wickets did Bob take in his career ?",
	"80",
    "90",
	"100",
    "110",
0)

qa[6] = new Question("For which South African team did Bob play domestic cricket in the 1972/73 season ?",
	"Durban",
	"Cape Town",
	"Johannesburg",
	"North Transvaal",
3)

qa[7] = new Question("In which year did Bob retire from Test cricket ?",
    "1982",
    "1983",
    "1985",
    "1984", 
3)

qa[8] = new Question("From which palyer did Bob take over the captaincy of the English cricket team in 1982 ?",
	"Ian Botham",
	"Keith Fletcher",
	"Bob Woolmer",
	"David Gower",
1)

qa[9] = new Question("What are Bob's best bowling figures in ODI's ?",
	"4 for 10",
	"4 for 11",
	"4 for 12",
	"4 for 13",
1)