//Heading Displayed on the QUiz Page
pageHeading="Inventors Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Which thing of essential use was invented by Douglas Engelbert ?",
    "Desktop Computer",
    "World wide web",
    "Microchip",
    "Computer Mouse", 
3)

qa[1] = new Question("Which industrialist and automobile pioneer is credit with the concept of 'assembly line' ?",
    "Henry Ford",
    "Ransom Eli Olds",
    "Henry Rolls",
    "Charles Royce", 
0)

qa[2] = new Question("Which founding father of U.S. invented the bifocals ?",
    "George Washington",
    "James Washington",
    "John Adams",
    "Benjamin Franklin",
3)

qa[3] = new Question("Which man of science invented the thermometer ?",
    "Galileo Galilei",
    "Tycho Brahe",
	"Johannes Kepler",
    "James Gregory",
0)

qa[4] = new Question("Who invented jeans pants ?",
	"D. Wrangler",
	"Levi Strauss",
	"S. Pepe",
	"J. Lee",
1)

qa[5] = new Question("Here is a easy one. What did Johann Vaaler invent ?",
    "Stapler",
    "Post It",
    "Double tape",
    "Paper Clip",
3)

qa[6] = new Question("Used in roads what did Percy Shaw invent ?",
	"Speed breakers",
	"Parking meter",
	"Cats eyes",
	"Road dividers",
2)

qa[7] = new Question("What did Ray Tomlinson invent ?",
    "World Wide web",
    "Web cam",
    "Broad Band",
    "Internet based e-mail", 
3)

qa[8] = new Question("Wilhelm Roentgen's invention is of major help to the doctors. What did he invent ?",
	"Stethoscope",
	"Blood Pressure instrument",
	"X-Ray machine",
	"Open heart surgery",
2)

qa[9] = new Question("Which Hollywood actress invented the 'Spread Spectrum' ?",
	"Jane Russell",
	"Marilyn Monroe",
	"Greta Garbo",
	"Hedy Lamarr",
3)