$(document).ready(function() {
    $('div#ldenhartogimg').cycle({ 
    fx: 'fade',
	speed:  3000	
}); 
});
