function reload_captcha(id) {
	captcha = document.getElementById(id);
	captcha.src = '/captcha.php?random='+ Math.random();
}

