//Heading Displayed on the QUiz Page
pageHeading="Chemical Elements Quiz"
//Questions

qa=new Array()

qa[0] = new Question("The element Seaborgium is named after whom ?",
    "Glen T. Seaborg",
    "Thomas Seaborg",
    "David Seaborg",
    "John Seaborg", 
0)

qa[1] = new Question("Rutherfordium is named after Ernest Rutherford. What is its chemical symbol ?",
    "Rf, 106",
    "Rf, 105",
    "Rf, 101",
    "Rf, 104", 
3)

qa[2] = new Question("Titanium is named after mythical creatures of which mythology ?",
    "Greek",
    "Sumerian",
    "Indian",
    "Chinese",
0)

qa[3] = new Question("Thorium is named after the Norse god Thor. What is Thor the god of ?",
    "Peace",
    "War",
	"Wealth",
    "Death",
1)

qa[4] = new Question("Nobelium is named after Alfred Noble. What is its chemical symbol ?",
	"No, 102",
    "NO, 103",
	"No, 104",
    "No, 105",
0)

qa[5] = new Question("Fermium is named after ?",
	"Gianni Fermi",
    "Enrico Fermi",
	"Paulo Fermi",
    "David Fermi",
1)

qa[6] = new Question("Mendelevium is named after Dmitri Mendeleev. What is its chemical symbol ?",
	"Md, 100",
	"Md, 101",
	"Md, 102",
	"Md, 103",
1)

qa[7] = new Question("Which element is named after a University in California ?",
    "Berkelium",
    "Stanfordum",
    "Riversidum",
    "Irvinum", 
0)

qa[8] = new Question("Which element is named after the Latin name for Copenhagen ?",
	"Gallium",
	"Hassium",
	"Hafnium",
	"Polonium",
2)

qa[9] = new Question("Lutetium is named after which European city ?",
	"London",
	"Paris",
	"Lyon",
	"Rome",
1)