$(document).ready(function() {
    $('.slideshow').cycle({
        timeout: 5000
    });
});
