$(document).ready(function(){ $(this).scrollTop(0); });
window.onbeforeunload = function () { window.scrollTo(0, 0); }