window.onload=scroller;  	
var position = 0;      
function scroller() {

        if (position != 370) {
                position++;
                scroll(0,position);
                clearTimeout(timer);
                var timer = setTimeout("scroller()",50); timer;
        }
        else
                 {
          // location.replace("#");
        }
}