Using the newer (and preferred) "Object" tag

The APPLET tag was deprecated some time ago in favor of the OBJECT tag. I have not spent any time investigating the ramifications of using this tag - I assume nearly all modern browsers understand it and the ones that don't will just ignore it and use the deprecated APPLET tag in the comments below, however, I haven't done any reading on this since I don't spend much time playing with applets these days. I would highly recommend using this method, unless you find evidence that your users will be negatively affected. Also, note that I've modified the "image" PARAM to color a different picture and bumped up the HEIGHT by 40 pixels to accomodate. The applet will automatically adjust for different image sizes, but it cannot increase in size beyond the bounds of the WIDTH/HEIGHT parameters.