function fixlink(apan)
{
apan.href=apan.href.replace(" AT ","@");
return true;
}
