jQuery(document).ready(function() {

        $('#closeflashnews').toggle(

        function() {
            $('#flashnews').animate({'height': '22'})

        },

        function() {
            $('#flashnews').animate({'height': '121'})

        });


       

        $('#User_wojewodztwo_id').change(function(){
            $('#wojewodztwa-form').submit();
            
        })


    return false;

});




