jQuery(document).ready(function() {
	jQuery('a[href="#header"]').click(function(){
		jQuery('html, body').animate({scrollTop:0}, 'slow');
	});
});
