$(function() {
    /*
    $('#slideshow img:first').fadeIn(100, function() {
    $('#slideshow').cycle();
    });
    */
    /*
    $('#slideshow').cycle('fade');
    */

    $('#slideshow').cycle({
        fx: 'scrollUp',
        timeout: 6000,
        delay: -2000
    });
    
    
    function myFunc() {
        //...
    }
});

function otherFunc() {
    //...
}

