$(document).ready(function() {

// Scroll Up away from the Location Bar
window.scrollTo(0, 0);

});