Botón con cambio de Imagen html
<script type="text/javascript">
bt2 = new Image(190,48);
bt2_o = new Image(190,48);
bt2_o.src = 'http://file-sharing.clan.su/MASTER.gif';
</script>
<div style="position:absolute;">
<a href="http://file-sharing.clan.su"><IMG SRC="http://file-sharing.clan.su/MASTER2.gif" WIDTH="190" HEIGHT="48" BORDER="0" ALT="" onmouseover="bt2.src=this.src; this.src=bt2_o.src;" onmouseout="this.src=bt2.src;"></a>
</div>
Lo unico que tienen que hacer es cambiar el link de las imágenes y el tamaño (190,48)
Si quieren ver como queda copien el codigo a el bloc de notas y guardalo con un nombre.html