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

