//Heading Displayed on the QUiz Page
pageHeading="Space Quiz"
//Questions


qa=new Array()

qa[0] = new Question("Which is the year of the first manned space flight",
    "1961",
    "1963",
    "1969",
    "1965", 
0)

qa[1] = new Question("Which was the year of man's first setting his foot on the moon",
    "1961",
    "1965",
    "1969",
    "1971", 
2)

qa[2] = new Question("Who was the very first person to walk on the moon",
    "Valentina Tereshkova",
    "Neil Armstrong",
    "Yuri Gagarin",
    "John Glenn",
1)

qa[3] = new Question("Which was the first ever manned space flight progamme",
    "Apollo",
    "Voshkod",
    "Germini",
    "Vostok", 
3)

qa[4] = new Question("Of the following space shuttles,Which one first went into space",
"Columbia",
"Enterprise",
"Atlantis",
"Challenger",
1)

qa[5] = new Question("Which is the highest record of staying in space",
    "245 days",
    "237 days",
    "378 days",
    "114 days",
0)

qa[6] = new Question("Which is the first man-made object to reach the moon",
"Sputnik II",
"Apollo-I",
"Pioneer-4",
"Luna-I",
2)

qa[7] = new Question("Which is the first geostationary telecommunication satellite built in India",
    "INSAT",
    "Skylab",
    "Anuradha",
    "APPLE", 
3)

qa[8] = new Question("What is the name of the first Indian built satellite",
"Aryabhatta",
"Apple",
"Anuradha",
"Skylab",
0)

qa[9] = new Question("What is the name of the US spacecraft sent to explore the planets Mars and Mercury",
"Viking-I",
"Apollo-I ",
"Mariner",
"Challenger",
2)
