Here is a simple way allow people to easily bookmark your pictures on del.icio.us, Furl and Spurl. in your image_template.html place the following code somewhere appropriate
HTML Code:
Add to <a href="http://del.icio.us/post?url=<SITE_URL>image/<IMAGE_ID>&title=<SITE_TITLE>-<IMAGE_TITLE>">del.icio.us</a> |
<a href="http://furl.net/storeIt.jsp?t=<SITE_TITLE>-<IMAGE_TITLE>&u=<SITE_URL>image/<IMAGE_ID>">Furl</a> | <a href="http://www.spurl.net/spurl.php?url=<SITE_URL>image/<IMAGE_ID>&title=<SITE_TITLE>-<IMAGE_TITLE>"> Spurl</a>
If you want Icons for the above services grab them from my site... For people who are markup challenged I might create an Addon with a few more services.... that is if someone does not do it before me [hint, hint

]