$(function(){io
var h = $(document).height()-$(window).height();function
$(document).scrollTop(h);scroll
});document
\onload
window.onload = function(){
var h = document.documentElement.scrollHeight || document.body.scrollHeight;
window.scrollTo(h,h);
}