We've created an Image object, then used the object to modify the image you see below. We've made the image a link; it doesn't go anywhere, but we wanted to use the onmouseover event handler, and you can't use that event handler on an image itself. When you point at the image the onmouseover event handler runs the blink() function. Or when you click the button the onclick event handler runs blink(). This function makes the eye blink, by switching the image file used.