I figured it out. This did the trick:
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?fusker.com(/)?.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?mysmutsearch.com(/)?.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?chatropolis.com(/)?.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$
http://neighbourhoodgirls.com/ggg.jpg [R,NC]
But thanks anyway Cleo:-)