


jQuery(document).ready(function() {
	
	jQuery("img").fadeOut(1).fadeIn(1000);
	
});


