ahash=document.location.hash; reg= /^#FB?/; if (reg.test(ahash)) { hash = ahash.substring(1); aaa = document.getElementById(hash); aaa.click() }