// Captcha
function refreshCaptcha() {
	$("#captcha").attr('src', WEB_URL+'captcha.php?'+Math.random());
	$("#captcha-form").focus();
}
