 $J(function(){
    
        $J('.hwrap').hover(function(){
            $J(this).children('.hcomment').stop().css("top", "0px");}
                        
            , function(){
            $J(this).children('.hcomment').stop().animate({"top": '125px'}, 600);});
    
    });
