Thanks for your reply.
The situation is that I am using a .js that is served to me to use on my site. Part of that routine displays an image. I just want that .js snippet (includes <script> tags) to load the script (image) into the background of a table cell.
I ultimately want to add more to the table cell as a partial overlay, e.g. color, or create a slightly-modified graphic to immediately switch with the original once loaded. I want it to work in all browsers. I am calling the script in a PHP file.
Is there an 'onload' command or other way (CSS, etc.) of doing this? Also, is there a way to move the .js outside of the <script> tags?
Thanks.