function reloadCaptcha()
{
	if (document.images)
	{
		document.images.captcha_bild.src ='captcha/captcha.php?time=' + new Date().getTime();
	}
}
