//Heading Displayed on the QUiz Page
pageHeading="Bands Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Which group's name is an acronym of the first names of the band members ?",
    "Abba",
    "Styx",
    "AC/DC",
    "Bangles", 
0)

qa[1] = new Question("The bands name  was invented by the members Angus and Malcolm Young's sister Margaret. It comes from the letters word (Alternating Current/Direct Current) on the back of their mother’s vacuum cleaner. Name the band :",
    "AC/DC",
    "Shock",
    "Dangerous",
    "Live Wire", 
0)

qa[2] = new Question("This band gets its name from a maschoistic parody on a fictional character. Name the band :",
    "Alice in Chains",
    "Thompson twins",
    "Pickwicks",
    "Copperfield",
0)

qa[3] = new Question("What does the word Bee Gees mean ?",
    "By God",
    "Be Good",
	"Brothers Gibbs",
    "By Grace",
2)

qa[4] = new Question("From where did the group Black Sabbath get its name ?",
	"From an ancient ritual",
	"A novel by Stephan King",
	"A horror movie",
	"The band members met on a sabbath",
2)

qa[5] = new Question("From where did the group 'The Clash' take its name ?",
    "From the book 'Clash of Civilization'",
    "From the sound of clashing utensils",
    "From the headling describing 'A clash with Police'",
    "From clash of interest",
2)

qa[6] = new Question("On what drug was Aldous Huxley's book 'The Doors of Perception' written from which the group Doors took its name ?",
	"LSD",
	"Cocaine",
	"Morphine",
	"Heroine",
0)

qa[7] = new Question("The group Duran took its name from a character from which cult sci-fi film ?",
    "Star Wars",
    "Total Recall",
    "Matrix",
    "Barbarella", 
3)

qa[8] = new Question("After what is Iron Maiden named ?",
	"A Torture device",
	"A drilling tool",
	"A medieval harvester",
	"A type of ball game",
0)

qa[9] = new Question("Judas Priest took its name from the song 'The Ballad of Frankie Lee and Judas Priest' Who's song is it ?",
	"Jim Reeve",
	"John Denver",
	"Gordon Lightfoot",
	"Bob Dylan",
3)