$(document).ready(function() { 
  if($('#s3slider').length > 0) {
  
    $('#s3slider').s3Slider({ 
        timeOut: 4000 
    });
  }
});
