This question has come up an awful lot. And it's easy to take care of. Let's look at part of the example markup - say this is you loading area:
HTML Code:
<div id="loadarea" style="width: 600px"></div>
You can put anything (any normal HTML) you want to in there to begin with, for example:
Code:
<div id="loadarea" style="width: 600px"><img src="myfirstimage.jpg"><br>This is the First Image</div>
It's probably best to follow the template shown (substitute the actual path and filename to your first image for 'myfirstimage.jpg' and change the text (This is the First Image) to what ever you want or skip it. But as I say, you can put any valid HTML in there you like. It will be overwritten once someone triggers an image using the script.
Bookmarks