javascript image change on hover

<a href="TARGET URL GOES HERE">
<img src="URL OF FIRST IMAGE GOES HERE"
onmouseover="this.src='URL OF SECOND IMAGE GOES HERE'"
onmouseout="this.src='URL OF FIRST IMAGE GOES HERE'" />
</a>
Example:

No comments: