function recaptcha() { img = document.getElementById("imgCaptcha"); img.src="/captcha.gif;" + Math.random(); }