function myAlert() { a = $("html,body").scrollTop(); alert(a); }
$(window).scrollTop();
$("body").scrollTop()