function refreshCaptcha(captcha)
{
	captcha.src="captcha/captcha.php?"+ Math.random();
}