$(function(){
	$("a[href=mailto:root@localhost]").each(function(){
		$(this).attr({href:"mailto:"+["cangelini.com","cris"].reverse().join("@")});
	});
	$("a.esterno").attr({target: "_new"});
});

function escapehtml(s) {
   return s.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;");
}
