$(document).ready(function() {
	$('#sitemap').click(function() {
		$("html, body").animate({ scrollTop: $(document).height() }, 1000);
	});
});
