//Heading Displayed on the QUiz Page
pageHeading="Bands Quiz"
//Questions

qa=new Array()

qa[0] = new Question("what does B.B. in B.B. King stand for ?",
    "Big Boy",
    "Blues Boy",
    "Bully Boy",
    "Bad Boy", 
1)

qa[1] = new Question("Which drummer named the group Led Zeppelin ?",
    "Keith Moon",
    "Roger Taylor",
    "Phil Collins",
    "Ringo Starr", 
0)

qa[2] = new Question("The group Lynryd Skynrd was name after a person  called Leonartd Skinner at the school where some of the members attnded. What did Skinner teach ?",
    "History",
    "Biology",
    "Geography",
    "Gym Coach",
3)

qa[3] = new Question("The group Ministry is named after a cult fim called 'Ministry of Fear'. Who directed this film ?",
    "Fritz Lang",
    "Stnley Kubrick",
	"Frank Oz",
    "Barry Sonnefeld",
0)

qa[4] = new Question("The singer Eddie Vedder's grandmother used to make Eddie's favourite jam when he was young. The name was chosen for the group is a tribute to her. Name the group ?",
	"Jam",
	"Jam packed",
	"Pearl Jam",
	"Jim Jam",
2)

qa[5] = new Question("From who's song did Rolling Stone take its name ?",
    "Ella Fitzgerald",
    "Muddy Waters",
    "Duke Ellington",
    "Stan Getz",
1)

qa[6] = new Question("The group Scritti Politti - takes its name from the title of political writings by which  Marxist ?",
	"Karl Marx",
	"Lenin",
	"Stalin",
	"Antonio Gramsci",
3)

qa[7] = new Question("Who wrote the novel 'Naked Lunch' from where 'Steely Dan' got its name ?",
    "Issac Asimov",
    "Arthur C Clarke",
    "William Burroughs",
    "Tom Clancy", 
2)

qa[8] = new Question("Later known as 'Queen' by which name was the group earlier known ?",
	"Smile",
	"Pistols",
	"Band for Hire",
	"Young Gun",
0)

qa[9] = new Question("Jethro Tull is named after a inventor. What did the original Jethro Tull invent ?",
	"Seed Drill",
	"Tractor",
	"Sumbersible pump",
	"Power Tiller",
0)