});
animalSelectionLabel.setOutputMarkupId(true);
add(animalSelectionLabel);
// Image referencing captcha image resource
image = new NonCachingImage("image", imageResource = new CaptchaImageResource(animals));
image.add(new AjaxEventBehavior("onclick")
{
private static final long serialVersionUID = 7480352029955897654L;
@Override