//Heading Displayed on the QUiz Page
pageHeading="Stage names Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Born Arnold Dorsey in Madras, now called Chennai, India. By which name is this singer known ?",
    "Cliff Richard",
    "Boy George",
    "Engelbert Humperdinck",
    "Richie Valance", 
2)

qa[1] = new Question("This Hollywood dancing star acted in a number of movies opposite Ginger Rogers. He was born Frederick Austerlitz. By which stage name do we know him ?",
    "Freddy Kruegger",
    "Fred Flintsone",
    "Fred Astaire",
    "Freddie Mercury", 
2)

qa[2] = new Question("Part of the Marx brothers comedy team. By which name do we know Julius Henry Marx ?",
    "Groucho Marx",
    "Harpo Marx",
    "Chico Marx",
    "Zippo Marx",
0)

qa[3] = new Question("Famous contortionist and escape artist of the 20th century, he was born Erich Weiss. He is better known as ?",
    "David Copperfield",
    "Bruce David",
	"Harry Houdini",
    "Adam Smith",
2)

qa[4] = new Question("Noted  singer, he was born Henry John Deutschendorf,Jr. He died in a plane crash. What was his stage name ?",
	"Stevie Ray Vaughan",
	"Jim Reeves",
	"Aliyaah",
	"John Denver",
3)

qa[5] = new Question("This actor was well for acting in cowboy / western films. He was born Marion Michael Morrison. By which stage name is he better known ?",
    "Clint Eastwood",
    "Ronalds Reagan",
    "John Wayne",
    "Douglas Fairbanks, Sr",
2)

qa[6] = new Question("Born Norma Jean Mortenson later dropped Mortenson to add Baker. By which name do we know this very popular Hollywood actress ?",
	"Grace Kelly",
	"Greta Garbo",
	"Audrey Hepburn",
	"Marilyn Monroe",
3)

qa[7] = new Question("Born Saul Hudson, by what name do we know him ?",
    "Slash",
    "Axl Rose",
    "Mat Sorum",
    "Izzy Stradlin", 
0)

qa[8] = new Question("This person was born Eileen Regina Edwards. Found fame and fortune as a singer. Identify her.",
	"Joni Mitchell",
	"Reba McIntyre",
	"Britney Spears",
	"Shania Twain",
3)

qa[9] = new Question("A heavy weight in WWF wrestling, he was born Dwayne Douglas Johnson. By which name do we know him ?",
	"The Undertaker",
	"British Bulldog",
	"Rock",
	"Canadian Boy",
2)