
	function refreshCaptcha() {
			$('captchaImg').setProperty('src', "/captcha/getCaptcha.php?id=" + new Date().getTime());
		}
