
function ocultar_enlace(correo,dominio,extension)  { 
	document.write('<a href="mailto:' + correo + "@" + dominio + "." + extension + '">' + correo + "@" + dominio + "." + extension + '</a>');
}

/*
jQuery(document).ready(function(){
						   
	jQuery(".foto_der_p").mouseenter(function() {
		jQuery(this).find(".img_der_a").stop().animate({"opacity": "0"}, "slow");
	})
	jQuery(".foto_der_p").mouseleave(function() {
		jQuery(this).find(".img_der_a").stop().animate({"opacity": "1"}, "slow");
	})
	
	jQuery(".foto_g").mouseenter(function() {
		jQuery(this).find(".img_der_a").stop().animate({"opacity": "0"}, "slow");
	})
	jQuery(".foto_g").mouseleave(function() {
		jQuery(this).find(".img_der_a").stop().animate({"opacity": "1"}, "slow");
	})
 
});
*/
