//Heading Displayed on the QUiz Page
pageHeading="Enrique Iglesias"
//Questions

qa=new Array()
qa[0] = new Question("when was enrique born?",
"1960",
"1975",
"1965",
"1980",
1)

qa[1] = new Question("where was enrique born?",
"Columbia",
"Argentina",
"Canada",
"Spain",
3)

qa[2] = new Question("what is the name of his latin superstar father?",
"Julio iglesias",
"andrew iglesias",
"Mathew iglesias",
"Enrique IInd",
0)

qa[3] = new Question("At what age did enrique move to miami?",
"22",
"18",
"7",
"14",
2)

qa[4] = new Question("when did enrique release his first album?",
"1994",
"1995",
"1997",
"1999",
1)

qa[5] = new Question("for which album in 1996 did enrique win billboard music award for the album of the year?",
"enrique",
"vivir",
"bailamos",
"escape",
1)

qa[6] = new Question("which single of enrique become one of the the moral anthems after the sept 11,2001?",
"escape",
"bailamos",
"hero",
"dont turn off the lights",
2)

qa[7] = new Question("which tennis superstar appeared on the single escape?",
"steffi graf",
"anna kournikova",
"martina hingis",
"jennifer capriati",
1)

qa[8] = new Question("what is the name of the late 2003 album released by enrique?",
"seven",
"eleven",
"Vivir",
"greatest hits",
0)

qa[9] = new Question("what is the single from the album named?",
"addicted",
"secret",
"white flag",
"one night stand",
0)
