var pic01=new Image(); pic01.src="http://clanhd.nls.es/forum/bicho.gif";
var indice1; var indice2;

document.write('<div id="version" style="position:absolute;top:100px;right:100px;z-index:9">');
document.write('<img src='+pic01.src+'></div>');

var AnExplId=document.getElementById?document.getElementById("version"):document.all.version;
anuncios();

function anuncios() {
	indice1=Math.round(Math.random()*800);
	indice2=Math.round(Math.random()*600);
	(indice1>800)?indice1=780:indice1++;(indice2>600)?indice2=580:indice2++;
	
// Situarse cuando la pagina se mueve - scroll
	AnExplId.style.top=(indice2);
	AnExplId.style.right=(indice1);

//window.status=indice1+"---"+indice2;
// Temporizador
	setTimeout ("anuncios()",50000);}
