//Heading Displayed on the QUiz Page
pageHeading="General Quiz"
//Questions


qa=new Array()

qa[0] = new Question("What does apartheid literally mean",
    "Racial segregation ",
    "Separate development",
    "Remaining apart",
    "Purity of blood", 
2)

qa[1] = new Question("In our solar system which planet takes the least time to orbit the sun",
    "Venus",
    "Mercury",
    "Earth",
    "Mars", 
1)

qa[2] = new Question("When was the first complete collection of shakespeare's plays,known as the First Folio,published? Shakespeare's dates are 1564-1616",
    "1623",
    "1618",
    "1627",
    "1615",
0)

qa[3] = new Question("Who is the youngest heavyweight boxing champion of the world",
    "Mike Tyson",
    "Cassius Clay",
    "Joe Louis",
    "Leon Spink", 
0)

qa[4] = new Question("Where did figure-skating originate",
"Sweden",
"France",
"England",
"Iceland",
2)

qa[5] = new Question("Which king's or queen's reign has been the longest in English history",
    "Queen Elizabeth",
    "George III",
    "Queen Victoria",
    "Queen Elizabeth II",
2)

qa[6] = new Question("Which is the world's largest sweet-water lake",
"Lake superior",
"Lake Victoria",
"Baikal",
"Lake Michigan",
0)

qa[7] = new Question("The world's longest river systems are the Nile(4160 miles),the Amazon (3900 miles), the Missouri(3740 miles),and the ob(3460 miles). Which country could the ob flow through",
    "Nigeria",
    "Russia",
    "China",
    "Canada", 
1)

qa[8] = new Question("Which country has volcanoes that spew not fire and brimstone,but mud",
"Sri Lanka",
"Brunei",
"New Zealand",
"Philippines",
2)

qa[9] = new Question("King Pyrrhus of Epirus went to Italyin 280 B.C. and defeated the Romans.This was the Pyrrhic victory.What does it exactly mean",
"Victory against overwhelmingly stronger forces",
"Victory against a weak and decadent power",
"Victory gained by great bloodshed and large-scale massacre",
"Victory in which the losses almost outweigh the gains",
3)
