$(window).load(function() {
	$('img.wp-post-image').animate({
		opacity: 1.0
     }, 600 );
});

