//Heading Displayed on the QUiz Page
pageHeading="History"
//Questions

qa=new Array()

qa[0] = new Question("The first tracings of history dates from",
"3,500 B.C.",
"3,000 B.C.",
"4,500 B.C.",
0)

qa[1] = new Question("The oldest glass known was made about 4400 years ago in the form of beads. Name the country.",
"Greece",
"Egypt",
"India",
1)

qa[2] = new Question("Who completed the splendid city of Persepolis, started by Darius the Great.",
"Xerxex",
"Alexander",
"Cyrius",
0)

qa[3] = new Question("Historians are not able to decipher writings of an ancient civilization till date. Which civilization is it?",
"Greek",
"Chinese",
"Indus Valley",
2)

qa[4] = new Question("Which was the first Black empire in West Africa?",
"Nigeria",
"Ghana",
"Senegal",
1)

qa[5] = new Question("The Roman civilisation had its laws, known as the Laws of 12 Tablets. On which material were they written?",
"Wood",
"Paper",
"Marble",
0)

qa[6] = new Question("Who invented an alphabet that became the basis of the Greek alphabet from which other Western alphabets were borrowed?",
"Incas",
"Phoenecians",
"Gauls",
1)

qa[7] = new Question("Where did the first major civilisation in Greece develop?",
"Corfu",
"Athens",
"Crete",
2)

qa[8] = new Question("Early civilisation was developed in Mexico and Central America by the?",
"Incas",
"Mayas",
"Red Indians",
1)

qa[9] = new Question("Which civilisation invented its own form of writing called Hieroglyphics?",
"Greek",
"Egyptian",
"Indus Valley",
1)
