//Heading Displayed on the QUiz Page
pageHeading="Cricket Quiz"
//Questions

qa=new Array()

qa[0] = new Question("The first Indian cricketer to have been honoured by 'Wisden' was?",
"Ranji",
"Sunil Gavaskar",
"M A K Pataudi",
"C K Nayudu",
0)

qa[1] = new Question("India achieved its first Test victory aganist Australia in",
"Bangalore 1961-62",
"Perth 1958-59",
"Sydney 1960-61",
"Kanpur 1959-60",
2)

qa[2] = new Question("Which Indian player was rusticated and sent back during the 1936 English tour?",
"Ranji",
"Duleep Singh",
"Nayudu",
"Lala Amarnath",
3)

qa[3] = new Question("The first captain to win the toss in all five Tests is ",
"J K Charlie",
"F S Jackson",
"Clive Lloyd",
"Allan border",
1)

qa[4] = new Question("He is the first Indian to score a Test debut century in a match won by India. Who is he?",
"Mohinder Amarnath",
"Mohd Azharudin",
"Suriner Amarnath",
"L B Tandon",
2)

qa[5] = new Question("This cricketer was declared out 'handled the ball' in a Test aganist India. Name him?",
"Desmond Haynes",
"Charles Beamon",
"Ian Botham",
"Trevor Fishlock",
0)

qa[6] = new Question("The distance between the popping crease and the bowling crease is",
"2 feet",
"3 feet",
"4 feet",
"5 feet",
2)

qa[7] = new Question("The total number of matches played in the 1975 World Cup was",
"10",
"15",
"13",
"17",
1)

qa[8] = new Question("The trophy awarded to the winner of England-New Zealand Test series is",
"W J Jordon Trophy",
"Samson Trophy",
"Sequira Cup",
"Sunset Trophy",
0)

qa[9] = new Question("What was the official name of the first World Cup?",
"ICI World Cup",
"Unilever World Cup",
"Glaxo World Cup",
"Prudential World Cup",
3)
