urlAnch=location.hash.substring(1,location.hash.length);
if (urlAnch.length>0) location.href=urlAnch;
