	// обновление каптчи
	$('#refresh').click(function(){
		$("#cap").load('http://www.fanclub-fakel.ru/user/captcha_refresh');
		
		return false;
	});
	
	