Using windows.location.hash to persist client state in Ajax applications
Just came across a couple of good references on storing browser state using windows.location.hash in Javascript. This allows Ajax applications to be Refresh and Back compatable.