//Heading Displayed on the QUiz Page
pageHeading="Stage names Quiz"
//Questions

qa=new Array()

qa[0] = new Question("One of the founding fathers of Shock Rock, Alice Cooper was born as ?",
    "Vincent Damon Furnier",
    "John Doe",
    "Edward Smith",
    "Peter Roger Ashton", 
0)

qa[1] = new Question("Lyricist and singer Baby face's real name is ?",
    "Steve land Morris",
    "Cassius Clay",
    "Kenneth Edmonds",
    "Albert Finney", 
2)

qa[2] = new Question("Born Robert Allan Zimmerman. We know him as ?",
    "Robert Page",
    "Robert Palmer",
    "Billy Joel",
    "Bob Dylan",
3)

qa[3] = new Question("Born Leslie Townes Hope by which name do u we better know this comedian ?",
    "George Burns",
    "Bob Hope",
	"Jack Lemmon",
    "Walter Mathau",
1)

qa[4] = new Question("Born Paul Hewson, Bono is the front man for which rock band ?",
	"Thin Lizzy",
	"Bad Company",
	"U2",
	"Boom Town Rats",
2)

qa[5] = new Question("Born Archibald Leach in U.K. By which name do we know thiS former Hollywood actor ?",
    "James Stewart",
    "Rock Hudson",
    "Stewart Granger",
    "Cary Grant",
3)

qa[6] = new Question("Son and brother of actors . His real name is Carlos Irwin Estavez. By what name do we know him as ?",
	"Charlie Sheen",
	"Martin Sheen",
	"Emelio Estevez",
	"John Sheen",
0)

qa[7] = new Question("With which rock group would you asociate David Evans (The Edge) ?",
    "Thin Lizzy",
    "Bad Company",
    "U2",
    "Boom Town Rats", 
2)

qa[8] = new Question("Born Reginald Kenneth Dwight. How do we better know this person ?",
	"Boy George",
	"Elton John",
	"George Michael",
	"Cary Grant",
1)

qa[9] = new Question("Born Marshall Mathers III. what is his stage name ?",
	"Kid Rock",
	"Adam Clayton",
	"Yanni",
	"Eminem",
3)