  $(function() {
  	$('#animated').cycle({
			fx:      'fade', 
			cleartypeNoBg: true,
      timeout: 7000 
  });});
