var antw = new Array();
	antw[0] = new Array("3");
	antw[1] = new Array("7");
	antw[2] = new Array("4");
	antw[3] = new Array("2");
	antw[4] = new Array("5");
	antw[5] = new Array("8");
	antw[6] = new Array("6");
	antw[7] = new Array("1");

var fbfout = new Array();
	fbfout[0] = new Array("That's not right. Listen again.<br>Charly is a black and grey cat.","","");
	fbfout[1] = new Array("That's not right. Listen again.<br>Corona is a green bird.","","");
	fbfout[2] = new Array("That's not right. Listen again.<br>Frisbee is a grey bird.","","");
	fbfout[3] = new Array("That's not right. Listen again.<br>Tom is a black and white cat.","","");
	fbfout[4] = new Array("That's not right. Listen again.<br>Buster is a small brown rabbit.","","");
	fbfout[5] = new Array("That's not right. Listen again.<br>Fred is a large tortoise.","","");
	fbfout[6] = new Array("That's not right. Listen again.<br>Amy is a guinea pig.","","");
	fbfout[7] = new Array("That's not right. Listen again.<br>Daphne is a black and white rabbit.","","");

var fbjuist = new Array();
	fbjuist[0] = "Correct!";
	fbjuist[1] = "Yes, indeed!";
	fbjuist[2] = "That's right!";
	fbjuist[3] = "Good!";
	fbjuist[4] = "Exactly!";
	fbjuist[5] = "Very good!";
	fbjuist[6] = "Well done!";
	fbjuist[7] = "Exactly!";


