function refreshCaptcha() {
	document.getElementById('captcha').src='captcha.php?rand='+Math.random();
}
