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