You need to md5 hash the email address and then put it into a gravatar URL. That will give you the image url. Below is an example of how to do it.
http://www.gravatar.com/avatar/ md5(email) ?s=128&d=identicon&r=PG
If you want those random drawings that appear you can use and md5 hash to get them. You could hash the key value in a loop and obtain a list that way.
