var questions = new Array();
var choices = new Array();
var answers = new Array();
var response = new Array();

questions[0] = "01. Prouči slijed slika i izaberi onu koja bi trebala uslijediti.<br><br><img src=anci0001.gif border=0 height=295 width=505 vspace=0 hspace=0>";
choices[0] = new Array();
choices[0][0] = "a)";
choices[0][1] = "b)";
choices[0][2] = "c)";
choices[0][3] = "d)";
answers[0] = choices[0][0];

questions[1] = "02. Prouči slijed slika i izaberi onu koja bi trebala uslijediti.<br><br><img src=anci0002.gif title=02 alt=02 border=0 height=295 width=505 vspace=0 hspace=0>";
choices[1] = new Array();
choices[1][0] = "a)";
choices[1][1] = "b)";
choices[1][2] = "c)";
choices[1][3] = "d)";
answers[1] = choices[1][0];

questions[2] = "03. Prouči slijed slika i izaberi onu koja bi trebala uslijediti.<br><br><img src=anci0003.gif title=03 alt=03 border=0 height=295 width=505 vspace=0 hspace=0>";
choices[2] = new Array();
choices[2][0] = "a)";
choices[2][1] = "b)";
choices[2][2] = "c)";
choices[2][3] = "d)";
answers[2] = choices[2][1];

questions[3] = "04. Prouči slijed slika i izaberi onu koja bi trebala uslijediti.<br><br><img src=anci0004.gif title=04 alt=04 border=0 height=295 width=505 vspace=0 hspace=0>";
choices[3] = new Array();
choices[3][0] = "a)";
choices[3][1] = "b)";
choices[3][2] = "c)";
choices[3][3] = "d)";
answers[3] = choices[3][3];

questions[4] = "05. Prouči slijed slika i izaberi onu koja bi trebala uslijediti.<br><br><img src=anci0005.gif title=05 alt=05 border=0 height=295 width=505 vspace=0 hspace=0>";
choices[4] = new Array();
choices[4][0] = "a)";
choices[4][1] = "b)";
choices[4][2] = "c)";
choices[4][3] = "d)";
answers[4] = choices[4][3];

questions[5] = "06. Prouči slijed slika i izaberi onu koja bi trebala uslijediti.<br><br><img src=anci0006.gif title=06 alt=06 border=0 height=295 width=505 vspace=0 hspace=0>";
choices[5] = new Array();
choices[5][0] = "a)";
choices[5][1] = "b)";
choices[5][2] = "c)";
choices[5][3] = "d)";
answers[5] = choices[5][2];

questions[6] = "07. Prouči slijed slika i izaberi onu koja bi trebala uslijediti.<br><br><img src=anci0007.gif title=07 alt=07 border=0 height=295 width=505 vspace=0 hspace=0>";
choices[6] = new Array();
choices[6][0] = "a)";
choices[6][1] = "b)";
choices[6][2] = "c)";
choices[6][3] = "d)";
answers[6] = choices[6][2];

questions[7] = "08. Prouči slijed slika i izaberi onu koja bi trebala uslijediti.<br><br><img src=anci0008.gif title=08 alt=08 border=0 height=295 width=505 vspace=0 hspace=0>";
choices[7] = new Array();
choices[7][0] = "a)";
choices[7][1] = "b)";
choices[7][2] = "c)";
choices[7][3] = "d)";
answers[7] = choices[7][1];

questions[8] = "09. Prouči slijed slika i izaberi onu koja bi trebala uslijediti.<br><br><img src=anci0009.gif title=09 alt=09 border=0 height=295 width=505 vspace=0 hspace=0>";
choices[8] = new Array();
choices[8][0] = "a)";
choices[8][1] = "b)";
choices[8][2] = "c)";
choices[8][3] = "d)";
answers[8] = choices[8][2];

questions[9] = "10. Prouči slijed slika i izaberi onu koja bi trebala uslijediti.<br><br><img src=anci0010.gif title=10 alt=10 border=0 height=295 width=505 vspace=0 hspace=0>";
choices[9] = new Array();
choices[9][0] = "a)";
choices[9][1] = "b)";
choices[9][2] = "c)";
choices[9][3] = "d)";
answers[9] = choices[9][0];

// response for getting 100%
response[0] = "Odlično! 100%! Bravo!";
// response for getting 90% or more
response[1] = "Skoro pa odlično!"
// response for getting 70% or more
response[2] = "Nije loše, al' moglo bi i bolje!";
// response for getting over 50%
response[3] = "Može proć', al' ipak je [to] samo nešto malo više od 50%!";
// response for getting 40% or more
response[4] = "Pokušaj probati još jedanput, nije tako teško kao što se čini!";
// response for getting 20% or more
response[5] = "Sjed(n)i, jedan!";
// response for getting 10% or more
response[6] = "Jad i bijeda...";
// response for getting 9% or less
response[7] = "Poanta nije izabrati sve krive već sve točne odgovore!";