//Heading Displayed on the QUiz Page
pageHeading="General Quiz"
//Questions


qa=new Array()

qa[0] = new Question("Who standardized the use of Indian Standard Time",
    "Lord Mountbatten",
    "Lord Minto",
    "Lord Curzon",
    "Lord Dalhousie", 
2)

qa[1] = new Question("The operation codename, in which India successfully conducted nuclear tests at Pokhran on May 11,1998 is",
    "Operation Saamna",
    "Operation Shakti",
    "Operation Hanuman",
    "Operation Shatru", 
1)

qa[2] = new Question("Convex lenses are used for correction of",
    "Long-sightedness",
    "Short-sightedness",
    "Cataract",
1)

qa[3] = new Question("Which among the following is known as The Britain of the South",
    "Colombo",
    "New Zealand",
    "India",
    "Adelaide", 
1)

qa[4] = new Question("Who was the first man to walk on the moon?",
"Louis Armstrong",
"Buzz Armstrong",
"Jack Armstrong",
"Neil Armstrong",
3)

qa[5] = new Question("Light consists of a bundle of energy called",
    "Quanta",
    "Quantum",
    "Atoms",
    "Numus",
0)

qa[6] = new Question("Eli Whitney invented?",
"Mad Cow's Disease",
"the Cotton Gin",
"whisky",
"the automobile",
1)

qa[7] = new Question("Which nationalist leader was arrested in 1908 for supporting the extremist cause in the Marathi paper Kesari",
    "Jawaharlal Nehru",
    "Gopal Agarkar",
    "Bal Gangadhar Tilak",
    "Veer Savarkar", 
2)

qa[8] = new Question("Who is known as father of Computers?",
"Charles Babbage",
"Marc Andreessen",
"Bill Gates",
"Shanon",
0)

qa[9] = new Question("SOHO stands for ",
"Small Office Home Office",
"Simple Obligations High Obligations",
"State Of High Omega",
"Statue Of Hilton Orfo",
0)
