//Heading Displayed on the QUiz Page
pageHeading="Famous Astronomers Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Name the astronomers who Determined the positions of about 1,000 bright stars, tried to explain the puzzles of astronomy without refuting the commonly believed geocentric model of universe and classified stars by magnitude :",
    "Hubble and Newton",
    "Newton and Hailley",
    "Kepler and Copernicus",
    "Hipparchus and Ptolemy", 
3)

qa[1] = new Question("Who was the first known person to propounded the heliocentric model of universe ?",
    "Newton",
    "Kepler",
    "Galilieo",
    "Aristarchus", 
3)

qa[2] = new Question("Which astronomer reitererated the heliocentric model of universe ?",
    "Hubble",
    "Newton",
    "Kepler",
    "Copernicus",
3)

qa[3] = new Question("Name the first astronomer to use telescopes to observe the sky :",
    "Newton",
    "Kepler",
	"Galilieo",
    "Aristarchus",
2)

qa[4] = new Question("Which astronomer suggested the elliptical orbitsof planets ?",
	"Newton",
    "Kepler",
	"Galilieo",
    "Aristarchus",
1)

qa[5] = new Question("Which astronomer Used laws of gravitation and motion to predict exact orbits of planets ?",
	"Newton",
    "Kepler",
	"Galilieo",
    "Aristarchus",
0)

qa[6] = new Question("Name the astronomer who discovered the expansion of the universe ?",
	"Galileo",
	"Kepler",
	"Hubble",
	"Hawkings",
2)

qa[7] = new Question("Which astronomer discovered the moons of Mars ?",
    "Asaph Hall",
    "William Herschel",
    "Prosper Henry",
    "Antony Hewish", 
0)

qa[8] = new Question("Which noted astronomer has featured in the cartoon series 'The Simpsons' ?",
	"Newton",
	"Steven Hawkings",
	"Asaph Hall",
	"Galileo",
1)

qa[9] = new Question("To which cult super group did Steven Hawkings lend his voice for the song' Keep Talking' ?",
	"Jethro Tull",
	"C.S.N.Y",
	"Pink Floyd",
	"Led Zeppelin",
2)