jQuery(document).ready(function($){
    if (document.getElementById('slideshow-container'))
    {
        $('#slideshow-container').slideshow({
            timeout: 4000
        });
    }
});
