$(function() {
    setTimeout(function() {
        $('#slideshow img:first').fadeIn(0000);
        $('#slideshow').cycle();
    }, 3500);
});