//Heading Displayed on the QUiz Page
pageHeading="Cocktails and the man Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Made of crème de Cacao, gin or brandy and cream, this cocktail is named after one of the most famous ruler in the history. Name him :",
    "Julius Caesar",
    "Augustus Caesar",
    "Alexander",
    "Chengiz Khan", 
2)

qa[1] = new Question("One of the oldest liquors in the world it is named after a Catholic order which first made it. Name the order :",
    "Carmelite",
    "Augustinian",
    "Dominican",
    "Benedictine", 
3)

qa[2] = new Question("Called the 'Queen of Drinks' it has also been called 'The bucket of Blood' some say it is named after the queen of England. But actually it is named after the Queen of Scotland. Which cocktail is it ?",
    "Bloody Mary",
    "Lazy Susan",
    "Blue Curracao",
    "Pina Colada",
0)

qa[3] = new Question("This drink was invented in 1789 in Kentucky, USA in a county which was named after a European royal family. The drink takes it name from the county. Which drink am I talking of ?",
    "Windsor",
    "Saxe Coburg Gotha",
	"Hapsburg",
    "Bourbon",
3)

qa[4] = new Question("This drink is named after a Dane who worked for the Dutch West Indies Company around 1641. A borough of New York City is named after this person and so is this drink. Identify the borough ?",
	"Brooklyn",
	"Manhattan",
	"Queens",
	"Bronx",
3)

qa[5] = new Question("What is a cocktail of Gin and lime actually called ?",
    "Gimlet",
    "Ginlet",
    "Pina Colada",
    "Long Island Ice tea ",
0)

qa[6] = new Question("This concoction of scotch whiskey, sweet vermouth and bitters topped with maraschino cherry makes which drink ?",
	"Rob Roy",
	"Robert Bruce",
	"Earl Douglas",
	"William Wallace",
0)

qa[7] = new Question("This drink is named after a 19th century bartender at Limmer's Old House in London who was famous for gin slings. What is this drink called ?",
    "Tom Collins",
    "Bob Collins",
    "Pina Colada",
    "Bloody Mary", 
0)

qa[8] = new Question("Who is credited to have invented Champagne ?",
	"Dom Perignon",
	"Dom Xavier",
	"Dom Pierre",
	"Dom Alain",
0)

qa[9] = new Question("If you were served a martini with a pearl onion. What would be drinking ?",
	"Gibson",
	"Charles",
	"Danas",
	"Peters",
0)