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