I differ in thinking here on one point.
I believe that links pointing to the same page have the same decay as any other link. That page rank flows out of them just the same, obviously it goes to the same page but some of it is lost every time.
What I do and looks much better is use javascript to scroll to that spot,
$('html, body').animate({ scrollTop: $("#mytarget").offset().top - 70 }, 'slow');
This will scroll to your anchor, the offset lets you position things nice.Even if I am wrong, the scrolling animation looks and feels much better