$(document).ready(function(){
    $('div#child_0').hide();
    $('div#child_1').hide();
    $('div#child_2').hide();
    $('div#child_too_much').hide();
    $('#id_child_at_home').change(display_children);
    $('input[name="baby_maternity_text"]').liveSearch({ajaxURL: '/maternite/recherche/live/'});
    $('li').hover(
           function() {$(this).addClass('hover');},
           function() {$(this).removeClass('hover');});
    display_children();
    init_display_sex_children();
});
