new Event.observe(window, 'load', emails);

function emails()
{
	$$('a.email').each(function(s){s.href=s.href.sub('-a-','@').sub('-p-','.') });
}