$(document).ready(function(){

        $('#tx_mhajaxsearch_result').click(function(e) {
            e.stopPropagation();
        });
        $(document).click(function() {
            $('#ajax_results').hide();
        });
    });
