//Heading Displayed on the QUiz Page
pageHeading="General Quiz"
//Questions


qa=new Array()

qa[0] = new Question("Who are the Khmer Rouge",
    "Cambodian guerrilla Communist force",
    "Laotian Communist guerrilla force",
    "Vietnamese Communist guerrilla force",
    "Thai Communist force", 
0)

qa[1] = new Question("Boolean algebra which is used in computer science,is an algebraic manipulation of logical statements. When did the English mathematician George Boole develop it",
    "1827",
    "1850",
    "1896",
    "1907", 
1)

qa[2] = new Question("How many sides go to make a trapezium",
    "3",
    "4",
    "5",
    "6",
1)

qa[3] = new Question("One of the all-time greats in tennis, she won all eight Wimbledon titles she entered for. who is she",
    "Marina Navratilova",
    "Billie Jean King",
    "Helen Wills Moody",
    "Evonne Goolagong", 
2)

qa[4] = new Question("In which country was the first world Cup Football Tournament held",
"Uruguay",
"Brazil",
"Argentina",
"Belgium",
0)

qa[5] = new Question("Mesopotamia the ancient region in west Asia,called the cradle of civilization, flourished between 5000 B.C. and A.D. 1258. In which state is it now",
    "Iraq",
    "Iran",
    "Syria",
    "Egypt",
0)

qa[6] = new Question("Which among the following airports is the farthest from London",
"Auckland" ,
"Tokyo",
"Sydney",
"Brisbane",
0)

qa[7] = new Question("Which country in Africa is entirely surrounded by another country",
    "Sweziland",
    "Lesotho",
    "Zimbabwe",
    "Malawi", 
1)

qa[8] = new Question("Buridan's ass typified one particular psychological trait,viz.,",
"presumption; it thought it could roar like a lion",
"meekness; it stood still while its back was being overloaded, until the back broke",
"indecision; standing in front of two equally good piles of hay it found no reason to choose one over the other,and starved to death",
"resignation;did exactly what asses are supposed to do, viz,did its work and chewed, its hay,and thus found utter contentment",
2)

qa[9] = new Question("The chief symptom of Down's syndrome is",
"A rickety appearance",
"A total absence of retentive memory",
"Stammering",
"Severe mental and physical retardation",
3)
