//Heading Displayed on the QUiz Page
pageHeading="Inventors Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Said to have lived between 287-212 BC this person is supposed to have invented Eucldean geometry. Name him :",
    "Euclides",
    "Socrates",
    "Plato",
    "Archimedes", 
3)

qa[1] = new Question("With which invention is the British inventor Joseph Aspdin associated ?",
    "Invented cement",
    "Invented plastic",
    "Invented electric stove",
    "Invented the bicycle", 
0)

qa[2] = new Question("Analytical engines are said to be the forerunners of mordern day computers. Who is credited to have invented it ?",
    "Ada Lovelace",
    "Charles Babbage",
    "Michael Dell",
    "Steve Jobs",
1)

qa[3] = new Question("What product used daily by us was invented by Leo Baekeland ?",
    "ATM Card",
    "Gas Lighter",
	"Plastic",
    "Credit Card",
2)

qa[4] = new Question("Who is said to be the inventor of computer games ?",
	"Bill Gates",
	"Ralph Baer",
	"Michael Dell",
	"Steve Jobs",
1)

qa[5] = new Question("William Shockley, Walter Brattain and John Bardeen together invented the.... ?",
    "Microchip",
    "Colour TV",
    "Walkman",
    "Transistor",
3)

qa[6] = new Question("Paper is a chinese invention. To whom is this invention attributed ?",
	"xu Yi",
	"Lin Shu Hei",
	"Cai Lun",
	"Jun Ma",
2)

qa[7] = new Question("What did Chester Carlson invent ?",
    "Xerox machine",
    "Polaroid camera",
    "Stapler",
    "Paper Clips", 
0)

qa[8] = new Question("Which famous sci-fi writer was the first to come up with the idea of Geo-synchronous satellites ?",
	"Issac Asimov",
	"Arthur C. Clarke",
	"Phillip K. Dick",
	"Ron Hubard",
1)

qa[9] = new Question("Two Stroke Internal Combustion Engine was invented by.... ?",
	"Gottlieb Daimler",
	"Karl Benz",
	"Henry Rolls",
	"Joseph Day",
3)