//Heading Displayed on the QUiz Page
pageHeading="Cricket Grounds in Australia Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Name Adelaide's main cricket ground :",
    "Adelaide Oval",
    "Barton Oval",
    "Port Reserve",
    "Salisbury Oval", 
0)

qa[1] = new Question("If Cathedral end is one end of the ground, which is the other end at Adelaide Oval ?",
    "City End",
    "Harbour End",
    "Bradman End",
    "King's End", 
0)

qa[2] = new Question("In which Australian town would you find the Barlow Park ?",
    "Cairns",
    "Brisbane",
    "Darwin",
    "Canberra",
0)

qa[3] = new Question("In which Australian city is the 'Alan Border Field' ?",
    "Cairns",
    "Brisbane",
	"Darwin",
    "Canberra",
1)

qa[4] = new Question("In which of the following Australian Cricket ground would find the 'Members End' ?",
	"Adelaide Oval",
    "Melboune Cricket Ground",
	"Port Reserve",
    "Salisbury Oval",
1)

qa[5] = new Question("In which Australian city is the 'Western Australia Cricket Association Ground' ?",
	"Perth",
    "Freemantle",
	"Hobart",
    "Darwin",
0)

qa[6] = new Question("In which Australian Cricket ground would find the 'Prindiville Stand End' ?",
	"Adelaide Oval",
	"Western Australia Cricket Association Ground",
	"Port Reserve",
	"Salisbury Oval",
1)

qa[7] = new Question("Name the cricket ground at Launceston,Tasmania ?",
    "North Tasmania Cricket Association Ground",
    "West Tasmania Cricket Association Ground",
    "East Tasmania Cricket Association Ground",
    "South Tasmania Cricket Association Ground", 
0)

qa[8] = new Question("In which Cricket ground would you find 'Randwick End' ?",
	"Adelaide Oval",
	"Sydney Cricket Ground",
	"Port Reserve",
	"Salisbury Oval",
1)

qa[9] = new Question("If Randwick end is one end Sydney Cricket ground, which is the other ?",
	"Paddington End",
	"Border End",
	"Trumper End",
	"Bradman End",
0)