(function(window, $){
	$(function(){
		var jErrParent = $('#js-find_error');
		$('div.find_error').find('a.a_find_error').bind('click', function(){
			jErrParent.show();
			return false;
		}).end().find('a.js_toclose, div.overlay').bind('click', function(){
			jErrParent.hide();
			return false;
		});
	});
})(this, jQuery);
