//Heading Displayed on the QUiz Page
pageHeading="Awards and Prizes Quiz"
//Questions

qa=new Array()

qa[0] = new Question("The James Craig Watson Medal is given for distinction in which feild ?",
    "Astronomy",
    "Astrology",
    "Medical science",
    "Physics", 
0)

qa[1] = new Question("National Medal for Technology is an Amercian award. For what is it given ?",
    "Inventions",
    "Discoveries",
    "Medicine",
    "Chemistry", 
0)

qa[2] = new Question("The Fritz Pregl prize for Chemistry is given by which government ?",
    "Austrian",
    "Swiss",
    "German",
    "Italian",
0)

qa[3] = new Question("Which body gives out the Noble prize for Peace ?",
    "Swedish Parliament",
    "Norwegian Parliament",
	"Danish Parliament",
    "Noble Foundation",
1)

qa[4] = new Question("Which body gives out the Nobel prize for Medicine ?",
	"Swedish Parliament",
    "Karolinska Institute",
	"Danish Parliament",
    "Noble Foundation",
1)

qa[5] = new Question("In how many categories is the Noble prize given ?",
	"5",
    "6",
	"7",
    "8",
1)

qa[6] = new Question("The Abel Prize is given out for outstanding work in which field ?",
	"Botany",
	"Zoology",
	"Mathematics",
	"Peace",
2)

qa[7] = new Question("Schock prize is given for ?",
    "Visual Arts",
    "Mathematics",
    "Films",
    "Audio production", 
0)

qa[8] = new Question("Walkley Award is given for ?",
	"Botany",
	"Zoology",
	"Mathematics",
	"Journalism",
3)

qa[9] = new Question("In how many categories is the Pulitzer prize given ?",
	"8",
	"9",
	"7",
	"10",
1)