$(document).ready(function() {
  $('#homepage_featured_clients').cycle({
		  fx:     'fade'
	});
});

