//Heading Displayed on the QUiz Page
pageHeading="FRIENDS"
//Questions

qa=new Array()

qa[0] = new Question("what did the main cast members of the phenomenally successful sitcom 'FRIENDS' get paid per episode of season 9?",
"$500,000",
"$ 10,00,000",
"$ 3,00,000",
"$ 1,00,000",
1)

qa[1] = new Question("what is the character monica's profession?",
"Bank employee",
"Fitness instructor",
"Chef",
"Waitress",
2)

qa[2] = new Question("in the serial who was rachel married to?",
"brad pitt",
"Ross",
"joey",
"chandler",
1)

qa[3] = new Question("who has recorded the title track for the sitcom?",
"The Rembrandts",
"Bon Jovi",
"Sting",
"Shania Twain",
0)

qa[4] = new Question("whom does the whole six friends hate in particular for the person's paculiar laughter?",
"Carol",
"Dr. Burke",
"Janice",
"Ben",
2)

qa[5] = new Question("Who made a special appearance in one of the seasons as Ross's girlfriends dad and dates rachel?",
"mel gibson",
"brad pitt",
"bruce willis",
"anthony hopkins",
2)

qa[6] = new Question("Who was the Joey's screen character Dr. Drake's huge fan ?",
"Julia roberts",
"Britney spears",
"Brooke shields",
"Yasmine bleeth",
2)

qa[7] = new Question("where do ross and rachel get married while they are drunk?",
"chicago",
"paris",
"Las vegas",
"venice",
2)

qa[8] = new Question("what is ross ?",
"An actor",
"A paleontologist",
"an accountant",
"a singer",
1)

qa[9] = new Question("what is the name of the hangout of the friends?",
"Lincoln Park",
"Central Park",
"Central Perk",
"Cafe coffee day",
2)
