Browser's history

Browser's history

Hello,

I have a page /songs where you navigate through ajax pagination links. So imagin you have seen some pages of the songs listings and you are on page 40.

You browse to another page in the site. Let's say /about. Now if I press back from my browser I want to navigate to the 40th page of /song. Is this possible?

I know I can put in the url something like #page=40. but if I press the back button the no javascript is ran, right?


EDIT: for example. In google reader if you click on an RSS from the left side the URL changes with #. If you go to another page and then with the back button to google reader, the last RSS feed is loaded
Harris