function swapCaptcha()
{
	$("captcha").src = "captcha.php?"+(new Date()).getTime();
}