Imagemaps FTW!

HTML

<img src="" usemap="#rhcp">

<div id="mapContainer">
    <map id="rhcp" name="rhcp">
        <area shape="circle" title="Flea" coords="177,293,58" href="http://twitter.com/flea333" />
        <area shape="poly" title="John" coords="42,279,53,232,83,227,106,240,109,302,107,331,122,369,86,385,76,414,68,476,0,475,1,358,30,344,32,311,47,306,38,285,51,238,46,257" href="#john" />
        <area shape="rect" title="Anthony" coords="324,210,436,368" href="#anthony" />
        <area shape="rect" title="Chad" coords="237,212,316,364" href="#chad" />
        <!-- Created by Online Image Map Editor (http://www.maschek.hu/imagemap/index) -->
    </map>
</div>