function reloadCaptcha() {
	var currentTime = new Date();
	document.getElementById('captcha').src = 'captcha.php?'+currentTime.getTime();
}