
$(function() {
    $('#header-slideshow').cycle({
        timeout: 5000
    });
});

