// JavaScript Documentwindow.onload = function(){ 

					$('html, body').animate({
								scrollTop: '400px'
                     //scrollTop: $(document).height()
                 },
                 1000);
		
    
		 
