Hola amigos:
Yo también tengo uno del estilo del de caricatos (hola amigo

) aunque no tan currado, es este:
----------------------------------------------------------------------
<div STYLE="position:absolute;top:1px;left:1px" id="rex">
<dd><img src="papa1.gif" width="72" height="105"> </dd>
</div><script LANGUAGE="javascript">
var hasta = screen.width;
var height = screen.height;
rex.style.posLeft = 0;
rex.style.posTop = (height-628);
function mover()
{
if(rex.style.posLeft < document.body.clientWidth)
{
rex.style.posLeft = rex.style.posLeft + 10;
var tiempo = setTimeout("mover()",120);
}
else
{
clearTimeout(tiempo);
}
}
document.body.style.overflowX = "hidden";
mover();
</script>
---------------------------------------------------------------------
Podeis verlo en acción en mi página
AQUÍ
S@ludos