function js_iniciar_enlaces()
{
 new PeriodicalExecuter(js_enlaces,6);
}
function js_enlaces()
{
 var destino = $('principal_enlaces');
 if (!destino) return false;
 var params = Form.serialize($('form_enlaces'));
 new Ajax.Updater(destino, 'js/aqm_enlaces.php', {asynchronous:true, parameters:params});
}