ajax.onreadystatechange=function(){ if (ajax.readyState==4) { c.innerHTML = ajax.responseText location.hash = "direction"; } }