$(document).ready(function(){

    $('.hide_parent').click(function(){ $(this).parent().hide('blind'); return false; });

});
