Well, actually, there is - you could use the set text behavior on the body
tag with an onLoad event to set the text of the layer to be a link to the
image tag. This would delay its loading until the entire page has loaded.
Perhaps a simpler way would be to just move the code for the layer so that
it is at the very bottom of the page (right above </body>).