页面自动滚屏效果
<body onLoad="scrollit()">
<SCRIPT language="JavaScript"><!--function scrollit(){for (I=1; I<=500; I++){self.scroll(1,I)}}//--></SCRIPT>