I'm do it on external script :
var t=setTimeout(function(){document.write('<img src="/image.jpg" width="100" height="100" />')},10000)
then on main page :
<script type='text/javascript src='external.js' />
but after 10s main page just display full image.jpg, how to display the image on main page ? thank's