Hola bhonox:
No sé si te servirá así:
<html>
<head>
<script>
function alerta() {
document.images.imagen.onclick = function() {alert("hola");}
}
window.onload = alerta
</script>
</head>
<body>
<img name="imagen" src="../emoticon.gif" />
</body>
</html>
Saludos