//Heading Displayed on the QUiz Page
pageHeading="Currencies Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Which country uses New Kwanza as its currency?",
    "Brazil",
    "Mozabique",
    "Papua New Guinea",
    "Angola", 
3)

qa[1] = new Question("Name the currency of Albania :",
    "Albanian Pound",
    "Euro",
    "Albanian Lira",
    "Lek", 
3)

qa[2] = new Question("which country uses Manat as its currency?",
    "Turkmenistan",
    "Tajikistan",
    "Azerbaijan",
    "Kazakhistan",
2)

qa[3] = new Question("In which country would you  be if you were to use the 'Dram'?",
    "Georgia",
    "Armenia",
	"Uzbekistan",
    "Kyrghiztan",
1)

qa[4] = new Question("People of which country use the currency 'Kyat'?",
	"Bhutan",
	"Nepal",
	"Bangladesh",
	"Myanmar",
3)

qa[5] = new Question("In which country would you be if you were using the 'Lev'?",
    "Finland",
    "Namibia",
    "Botswana",
    "Bulgaria",
3)

qa[6] = new Question("People of which country use Nakfa as its currency?",
	"Bhutan",
	"Commoros",
	"Guinea",
	"Eritrea",
3)

qa[7] = new Question("The currency of Georgia is called :",
    "Lari",
    "Euro",
    "Rouble",
    "Georgian Rouble", 
0)

qa[8] = new Question("What currency do the people of Kyrgystan use?",
	"Rouble",
	"Kyrgyz Rouble",
	"Som",
	"Neb",
2)

qa[9] = new Question("which country uses Gourde as its currency?",
	"Haiti",
	"Cuba",
	"Trinidad &  Tobago",
	"Bolivia ",
0)