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