$(document).ready(function(){
        $("#banner_verloskundige .close").click(function(){
                $(this).parent().fadeOut();
                $.post("/pages/index/?close=true",function(data){
                  var update = true;
                });
                return false;
        })
})
