function reloadCaptcha()
{
	var a = new Date();
	var rnd = a.getTime();
	document.getElementById('captcha_img').src = 'image.php?r=' + rnd;
}