function reload_captcha(elem){
 var nd = new Date();
 var src="captcha/captcha.php?"+nd;
 document.getElementById("captcha").src= src;
}


