ok, i'm trying to fix my image map so i can do a mouse-over on one of the shape links, basicly replace the image being used in the mape to be replaced by another. here is a sample of the code as it is:


<div>
<p align="center">
<map id="splash" name="splash">
<area shape=" rect"#News
coords="77, 320, 145, 341"href="http://www.mysticsofstormwind.net/index2.html" title="News" />
</map>
<img src="Clan%20[MoS]%20Template.png" alt="" usemap="#splash" style="border-style:none" align="middle" /><p align="center">
&</div>


so, can anyone tell me how to fix that code so i can do a mouse-over?