$(function() {
	
    $('#homechild').cycle({
		fx: 'fade',
		timeout: 3000
	});
	
});

