How to load balance with MongoDB

I have installed latest MongoDB. I have several instances on different machines. Can anyone let me know how I can enable load balancer in MongoDB? Essentially, I want to be able to submit to MongoDB some jobs, and allow it to distribute to “less loaded” mongoDBs and when a MongoDB is heavily loaded, it stops submitting jobs to it.
Thanks,
Mike