Try this ...
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://.*yourdomain.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://.*64.1.1.yourIP.*$ [NC]
RewriteRule \.jpg$ http://www.yourdomain.com/fuckthehotlinkers.jpg [R,L]
Hope that helps ;-)