$(document).ready(function() {
//For s3slider
   $(document).ready(function() {
        $('#slider').s3Slider({
            timeOut: 7000
        });
    });	
});	