x = document.getElementById((location.hash).substr(1));
if(x) x.className += ' focused';
