// When the DOM is ready
    $(document).ready(function() {
        $('#slider').s3Slider({
            timeOut: 3000
        });
    });

