function reloadCaptcha() {
	date_obj = new Date();
	document.getElementById("captcha_image").src = 'captcha.php?rnd=' + date_obj.getTime();
}