$(document).ready(function(){
	var s = $('#fadinginEagle');
		s.animate({
			width: "2800%",
			height: "2800%",
			opacity:1
		}, "slow");
});

