Code: 
<script type="javascript">
function jumpScroll() {
       window.scroll(0,600);
}
</script>

<body onload="jumpScroll()">
content goes here
</body>