$(document).ready(function() {
	
	$('#loginhelpcaptcha').click(function(){
		$('#captchaexplain').fadeIn('slow');
		return false;
	});
	
});
