Code
<!-- Add this code to the <HEAD> </HEAD> section. -->
<script LANGUAGE="JavaScript">
Image1 = new Image();
Image1.src = 'http://hns-jump.clan.su/graffiti/old.gif';
Image2 = new Image();
Image2.src = 'http://hns-jump.clan.su/';
Image3 = new Image();
Image3.src = 'http://hns-jump.clan.su/';
function changeimage(imagenum,newfilename)
{
document.images[imagenum].src=newfilename;
}
</script>
<!-- End of header section -->
<!-- Add this code to the <BODY> </BODY> section. -->
<A HREF="http://hns-jump.clan.su/"
onMouseOver="changeimage('aa340','http://hns-jump.clan.su/');"
onMouseOut="changeimage('aa340','http://hns-jump.clan.su/graffiti/old.gif');"
onClick="changeimage('aa340','http://hns-jump.clan.su/');"
><IMG src="http://hns-jump.clan.su/graffiti/old.gif" name=aa340 border="0"></A>
<!-- End of body section -->