Avatar links are getting served via database hence delay.
Try loading ANY images on your website directly they load fast ... e.g.
http://www.hangin-out.net/images/buttons/quote.gif
Check these two settings in php.ini .. if not -1 try setting them to -1 and restart your VPS.
mysql.max_persistent = -1
mysql.max_links = -1
Also check my.ini for max_connection or max_user_connections if they are there.
PS. Remember all the settings you change in case you need to revert them.
.