(function () {
    var scr, idx;
    if (document.location.hash) {
        scr = new Fx.Scroll(window);
        idx = document.location.hash;
        document.location.hash = '';
        scr.toElement(idx);
    }
})();
