This is js that hide SP ADbar
<script type="text/javascript"> window.onload = function(){ setTimeout("scrollTo(0,1)", 100); } </script>