I have a master page, with a help link in the top menu. This link should contain the a dynamic bookmark from the current page, so that the user scrolls to the help for the page he is currently seeing.
<a href="help.aspx#[NameOfCurentPage]">Help</a>
How would you implement this?