$(document).ready(function(){

$("article").hide().fadeIn(1000);

});

	//		$(window).scroll(function() {
	//		$('header').css('top', $(this).scrollTop() + "px");
	//		});

