//Heading Displayed on the QUiz Page
pageHeading="Western Classical Music Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Who is credited to have composed the first symphony in the history of Western Classical Music ?",
    "Bach",
    "Mozart",
    "Beethoven",
    "Torelli", 
3)

qa[1] = new Question("One of the best known Classical symphonists. He is said to have composed 41 symphonies. Name this composer :",
    "Bach",
    "Mozart",
    "Beethoven",
    "Torelli", 
1)

qa[2] = new Question("Who composed the 'Unfinished Symphony' ?",
    "Hoffman",
    "Mendelsohn",
    "Vanhal",
    "Schubert",
3)

qa[3] = new Question("Who composed 'Symphonie Fantastique' ?",
    "Sphor",
    "Bach",
	"Berlioz",
    "Haydn",
2)

qa[4] = new Question("Which composer symphony was created after his travels in North America ?",
	"Dvorak",
	"Strauss",
	"Rubinstein",
	"Mahler",
0)

qa[5] = new Question("Who composed the piece 'Flight of the Bumble Bee' ?",
    "Stravinsky",
    "Prokofiev",
    "Rimski Korsakov",
    "Glinka",
2)

qa[6] = new Question("Which composer composed for the ballet  'Swan Lake' ?",
	"Stravinsky",
	"Prokofiev",
	"Tchaikovsky",
	"Glinka",
2)

qa[7] = new Question("Who composed the 'Dante Symphony' ?",
    "Schumann",
    "Lizst",
    "Orff",
    "Bruckner", 
0)

qa[8] = new Question("Which composer composed symphonies no.00 and 0 ?",
	"Berlioz",
	"Franck",
	"Bruckner",
	"Rubinstein",
2)

qa[9] = new Question("Which composer composed the music of 'Rodeo' a ballet based on the life in west ?",
	"Anton Dvorak",
	"Johann Strauss",
	"Philip Glass",
	"AAron Copland",
3)