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 se ne uklapa [izbaci uljeza].<br><br><img src=anci0011.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][3];

questions[1] = "02. Prouči slijed slika i izaberi onu koja se ne uklapa [izbaci uljeza].<br><br><img src=anci0012.gif title=12 alt=12 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][3];

questions[2] = "03. Prouči slijed slika i izaberi onu koja se ne uklapa [izbaci uljeza].<br><br><img src=anci0013.gif title=13 alt=13 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][2];

questions[3] = "04. Prouči slijed slika i izaberi onu koja se ne uklapa [izbaci uljeza].<br><br><img src=anci0014.gif title=14 alt=14 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][1];

questions[4] = "05. Prouči slijed slika i izaberi onu koja se ne uklapa [izbaci uljeza].<br><br><img src=anci0015.gif title=15 alt=15 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][1];

questions[5] = "06. Prouči slijed slika i izaberi onu koja se ne uklapa [izbaci uljeza].<br><br><img src=anci0016.gif title=16 alt=16 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][1];

questions[6] = "07. Prouči slijed slika i izaberi onu koja se ne uklapa [izbaci uljeza].<br><br><img src=anci0017.gif title=17 alt=17 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 se ne uklapa [izbaci uljeza].<br><br><img src=anci0018.gif title=18 alt=18 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 se ne uklapa [izbaci uljeza].<br><br><img src=anci0019.gif title=19 alt=19 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][1];

questions[9] = "10. Prouči slijed slika i izaberi onu koja se ne uklapa [izbaci uljeza].<br><br><img src=anci0020.gif title=20 alt=20 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!";