function reload_captcha() {
	var now = new Date();
	document.getElementById('capt').src = "media/php/captcha.php?"  + now.getTime();
}