$(function() {
   $('body').scrollTop(0);
});
document.body.scrollTop = document.documentElement.scrollTop = 0;