$(document).ready(function() {
    $('#home_animation').cycle({
		fx: 'fade',
		speed:   1500, 
    	timeout:  60});
});
