//Heading Displayed on the QUiz Page
pageHeading="Baseball Quiz"
//Questions

qa=new Array()

qa[0] = new Question("How many innings are there in a game of Baseball ?",
    "10",
    "9",
    "8",
    "7", 
1)

qa[1] = new Question("In Baseball, 'A Battery' consists of a pitcher and ?",
    "Catcher",
    "Infielder",
    "Outfielder",
    "Umpire", 
0)

qa[2] = new Question("Three of the four infielders in game of Baseball are the, 'First Baseman, Second Baseman and the Third Baseman. Who is the fourth ?",
    "Pitcher",
    "Catcher",
    "Shortstop",
    "Umpire",
2)

qa[3] = new Question("What is the place where pitchers warm up before they play called ?",
    "Ring",
    "Diamond",
	"Bullpen",
    "Pitch",
2)

qa[4] = new Question("How many umpires officiate in a Major League Baseball game ?",
	"5",
    "3",
	"4",
    "6",
2)

qa[5] = new Question("Of which wood is Baseball bats usually made of ?",
	"Cherry",
    "Apple",
	"Oak",
    "Ash",
3)

qa[6] = new Question("______________ tightly wound with layers of yarn or string and covered with a stitched leather coat to make a Baseball.",
	"Ivory",
	"Acorn",
	"Pebbles",
	"Cork",
3)

qa[7] = new Question("Usually each  Baseball team generally has a unique pattern of colors and designs. Traditionally, the home team's uniform is predominantly white. What is the visiting team's is predominant colour ?",
    "Gray",
    "Green",
    "Cream",
    "Yellow", 
0)

qa[8] = new Question("What part of Baseball equipment are also called 'Cleats' ?",
	"Bat",
	"Jockstrap",
	"Catcher's mitt",
	"Spikes",
3)

qa[9] = new Question("In which year were black Americans allowed to play in the Major League Baseball ?",
	"1945",
	"1946",
	"1947",
	"1948",
2)