$(document).ready(function() {
	$('#Flyer a').animate({opacity: 100}, 25000);
});