$(document).ready(function () {

    $('#slideshow ul').cycle({
        timeout: 3000
    });


});
