function antispam(){	
	a = "mai";	r = "lto";	t = ":in";	y = "fo@";	h = "wor";	j = "dsa";	e = "liv";	w = "epr";	q = "oje";	k = "ct.";	m = "com";
	s = "?subject=Contacto Web Words Alive";
	return  a+r+t+y+h+j+e+w+q+k+m+s;
};

$(document).ready(function(e) {

	$("#menu, #mosaico").click(function() { return false;	});
	
	$("a[rel='contacto']").click(function(){ this.href = antispam(); });
	$("a[rel='external']").click(function(){ this.target = "_blank"; });
});

