function actualizar_captcha(photo)
{
var img=document.getElementById(photo);
img.src="";
img.src="captcha/imagen.php?"+Date();
}
function checkFields() {
	if (document.form.code2.value == "") {
		var tit1=document.getElementById('code2');
  	tit1.style.backgroundColor = "#EDEEE8";
		alert("Debes teclear el código de seguridad. Gracias");
	}
}
//  End -->