//Heading displayed on the quiz page
pageHeading="Orchid Quiz"
//Questions
qa = new Array()

qa[0] = new Question("Orchids are parasites.",
	"True",
	"False",
	1)
qa[1] = new Question("Orchids are found where?",
	"Tropics",
	"Sub-Tropics",
	"Temperate zones",
	"All of the above",
	3)
qa[2] = new Question("There are native, wild orchids found in Iowa.",
	"True",
	"False",
	0)
qa[3] = new Question("How many orchids are native to Iowa?",
	"20",
	"22",
	"30",
	"32",
	3)
qa[4] = new Question("The Central Iowa Orchid Society was formed in what year?",
	"1940",
	"1950",
	"1960",
	"1970",
	2)
qa[5] = new Question("On what day does the Central Iowa Orchid Society meet?",
	"Sunday",
	"Saturday",
	"Friday",
	"Thursday",
	0)
qa[6] = new Question("At what time does the Central Iowa Orchid Society normally meet?",
	"12:00pm",
	"1:00pm",
	"2:00pm",
	"3:00pm",
	2)
qa[7] = new Question("Where does the Central Iowa Orchid Society hold its meetings?",
	"Des Moines Civic Center",
	"Sears Tower Merle Hay Mall",
	"Des Moines Botanical Center",
	"Merle Hay Holiday Inn",
	1)
qa[8] = new Question("Who was one of the founding members and the first president of the Central Iowa Orchid Society?",
	"Betty Lou Wilson",
	"Elmer Jacobs",
	"Ray King",
	"Roberta Pierce",
	2)
qa[9] = new Question("Who is the current president of the Central Iowa Orchid Society?",
	"Carson Whitlow",	
	"Elaine Notis",
	"David Brightwell",
	"Don Haugen",
	0)
qa[10] = new Question("How many Speaker's Days has the Central Iowa Orchid Society hosted?",
	"16",
	"19",
	"21",
	"23",
	2)