// JavaScript Document Hide Status Bar in Safari

window.addEventListener('load', function() {
    setTimeout(scrollTo, 0, 0, 1);
}, false);
