function mauricio_alejo() {
  new Ajax.Updater('replaced', 'mauricio_alejo.html', {
      method : 'get',
     onCreate:  function() {
        $('indicator').show();
      },
      onComplete: function(){
        $('indicator').hide();
        new Effect.SlideDown('replaced');
        }
      }); 
    
    return false;
};

function influenza() {
   new Ajax.Updater('replaced', 'influenza.html', {
       method : 'get',
      onCreate:  function() {
        $('indicator').show();
        },
      onComplete: function() {
        $('indicator').hide();
        new Effect.SlideDown('replaced');
        }
  
      }); 
    return false;
}