<img id="next" src="http://javascript.ru/cat/list/event.gif"/>
<script>
window.onload = function() {
var next=document.getElementById("next");
next.onclick = newStyle;
};
function newStyle() {
this.src = "http://javascript.ru/cat/list/donkey.gif";
};
</script>