I think I see what the image map problem is....
You need to call the cgi-bin script htimage to get it to work.
Currently you have:
<center>
<a href="http://www.art.net/Studios/Visual/Kedar/allbullets.map"><IMAG border=0 SRC="http://www.art.net/Studios/Visual/Kedar/Bullets/allbullets.gif" ISMAP></a>
</center>
It should be:
<center>
<a href="http://www.art.net/cgi-bin/htimages/Studios/Visual/Kedar/allbullets.map"><IMG border=0 SRC="/Studios/Visual/Kedar/Bullets/allbullets.gif" ISMAP></a>
</center>
Let me know if this works for you.
thanks,
-lile
(a webmaster@art.net)