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

