1. Place Still Image(s)
Placing the image uses a standard
<img src=…> tag
<html><head><title>Test Page</title></head>
  <body>
    <img src="new0.gif">
    <script language="JavaScript"> Code here
    </script>
  </body>
</html>