$(document).ready(
    function (){
        jQuery(function($) {
            $("#texto").freebaseSuggest({service_url:'http://www.elpais.com/', ac_path:'/diccionarios/suggest_esp.html', flyout:false}),
            $("#texto_ing").freebaseSuggest({service_url:'http://www.elpais.com/', ac_path:'/diccionarios/suggest_ing.html', flyout:false}),
            $("#texto_fra").freebaseSuggest({service_url:'http://www.elpais.com/', ac_path:'/diccionarios/suggest_fra.html', flyout:false})
        });
    }

);
