$(function() {
	$(".captcha").hide();
	$("#captcha_fly").hide();
	
	$("#message").focus(function(){
		//alert('ahoi');
		$(".captcha").show();
		$("#captcha_fly").show();
	});
	
	
});
