	$(document).ready(function(){
		$('#animation').show();
		$('#animation').cycle({fx: 'fade', timeout:4000, speed:1000});
	});
