Facebook is almost completely AJAX, and I'm aware in older browsers and IE9, Facebook uses the hash tag to rewrite unique URLs, like...
http://www.facebook.com/home.php#!/?sk=welcome
http://www.facebook.com/home.php#!/?abc123
However, in Google Chrome and Firefox 4, Facebook is using something different, and rewriting to:
http://www.facebook.com/?sk=inbox
http://www.facebook.com/home.php?sk=bd
All completely in AJAX, modifying the URL and not even just whats after the hash tag (which never gets sent to the server.)