var hash = new String(document.location).indexOf("#");
if(hash > 0)
{
...
JavaScript Small Javascript Code
by openid.aol.com/aviewanew,
October 06, 2008 01:20,
6 refactorings, tagged with javascript, ajax, history
var hash = new String(document.location).indexOf("#");
if(hash > 0)
{
...
It's for detecting if you'r...