Александр83,
<script>
jQuery(document).ready(function() {
jQuery('a[href^="#<?php echo $block_hover; ?>"]').click(function(){
var target = jQuery(this).attr('href');
jQuery('html, body').animate({scrollTop: jQuery(target).offset().top - 120}, 800);
return false;
});
*!*
var hash = window.location.hash;
hash && jQuery(hash).addClass("active_hover")
*/!*
});
</script>