//Heading Displayed on the QUiz Page
pageHeading="Music"
//Questions

qa=new Array()

qa[0] = new Question("What is the popular name of Mozart's last symphony?",
"Jupiter Symphony",
"The Magic Flute",
"Don Giovanni",
0)

qa[1] = new Question("Michael Jackson was awarded a record number of Grammy Awards in 1984. How many?",
"Five",
"Six",
"Eight",
2)

qa[2] = new Question("Three songs in the recent past have been recorded over 1000 times by various singers.Two of these are 'Tie a yellow ribbon round the old oak tree' and 'My way'.  Which is the third?",
"'Which Christmas'",
"'Thriller'",
"'Yesterday'",
1)

qa[3] = new Question("What is the alternative title of the music called Fingal's Cave composed by Mendalsohn?",
"Songs without Words",
"Herbrides Overture",
"Octet",
1)

qa[4] = new Question("In 1960, the Hollywood Chamber of Commerce presented Bing Cosby with a momento to commemorate the sale of 200 million of all his records. What was the momento?",
"An Oscar",
"A Platinum Disc",
"A Gold Disc",
2)

qa[5] = new Question("In an attempt to raise funds for starving Ethiopians the rock musicians of the world, their fans and corporate supporters raised approximately $100 million. One of the songs sung was 'We are the World'. What was the other?",
"'Do they know its Christmas?'",
"'Thriller'",
"'I've heard that song before'",
0)

qa[6] = new Question("Which was the musical instrument and dance associated with the merrymaking of sailors?",
"Kettledrium",
"Piano",
"Hornpipe",
2)

qa[7] = new Question("This Indonesian Orchestra is a powerful producer of rich and varied tones and depends largely on percussion for its effects, using instruments of the marimba, xylophone and gong type. Name it.",
"Vadya Vrinda",
"The Gamelon Orchestra",
"Niether",
1)

qa[8] = new Question("Long before it became a concert item who first sang a 'baccarole'?",
"Farmers",
"Gypsies",
"Gondoliers",
1)

qa[9] = new Question("The autobiography of St. Louis Blues is called Father of Blues. Who was the composer and band leader?",
"W.C. Handy",
"Bob Gibson",
"Jerome Kern",
0)
