shuffle:image-replacement
rating: +1+x

This chingadera allows you to 'replace' an image with another image by clicking on it.



What to copy

[[html]]
<img src="image URL" usemap="#workmap" width="image width" height="image height">

<map name="workmap">
  <area shape="rect" coords="X,X,X,X" href="new image URL">
</map>
[[/html]]