$(document).ready(function() {
	$(function(){
		$("#wall div").click(
			function() {
				$.scrollTo(0,400);
			}
		);
	});
});

