[jQuery] Hidden divs, showing based on anchor in URL

[jQuery] Hidden divs, showing based on anchor in URL


http://www.hughesnunn.com/attorneys.html
You can see on the URL above, I am using hidden divs that get shown
when a user clicks on the name - nothing fancy for jQuery. However, if
you go to the home page, I want to be able to link each of the
attorney names using an anchor in the URL and by default have that
attorney's profile showing.
I guess I could easily do this in PHP, but want to see if this is
possible with jQuery.