<HTML>
<HEAD>
</HEAD>
<BODY bgColor=#cccccc>
<DIV><STRONG><FONT face="Comic Sans MS"></FONT></STRONG> </DIV>
<DIV><FONT face="verdana" color=yellow size=5><STRONG>Paletas de colores
<SCRIPT language=JavaScript>
var
colores=new Array("#CC3366","#990033","#990099","white","#9900FF","#996633","#9966CC","#CC6666","#FF00FF");
resx=document.body.clientWidth-256;
resy=document.body.clientHeight-256;
vitesse=500;
taillex=256;
tailley=256;
function alea()
{
buffer0.style.width=Math.random()*taillex;
buffer0.style.height=Math.random()*tailley;
buffer1.style.width=Math.random()*taillex;
buffer1.style.height=Math.random()*tailley;
buffer2.style.width=Math.random()*taillex;
buffer2.style.height=Math.random()*tailley;
buffer3.style.width=Math.random()*taillex;
buffer3.style.height=Math.random()*tailley;
buffer4.style.width=Math.random()*taillex;
buffer4.style.height=Math.random()*tailley;
buffer5.style.width=Math.random()*taillex;
buffer5.style.height=Math.random()*tailley;
buffer6.style.width=Math.random()*taillex;
buffer6.style.height=Math.random()*tailley;
buffer7.style.width=Math.random()*taillex;
buffer7.style.height=Math.random()*tailley;
buffer8.style.width=Math.random()*taillex;
buffer8.style.height=Math.random()*tailley;
buffer0.style.pixelLeft=Math.random()*resx;
buffer1.style.pixelLeft=Math.random()*resx;
buffer2.style.pixelLeft=Math.random()*resx;
buffer3.style.pixelLeft=Math.random()*resx;
buffer4.style.pixelLeft=Math.random()*resx;
buffer5.style.pixelLeft=Math.random()*resx;
buffer6.style.pixelLeft=Math.random()*resx;
buffer7.style.pixelLeft=Math.random()*resx;
buffer8.style.pixelLeft=Math.random()*resx;
buffer0.style.pixelTop=Math.random()*resy;
buffer1.style.pixelTop=Math.random()*resy;
buffer2.style.pixelTop=Math.random()*resy;
buffer3.style.pixelTop=Math.random()*resy;
buffer4.style.pixelTop=Math.random()*resy;
buffer5.style.pixelTop=Math.random()*resy;
buffer6.style.pixelTop=Math.random()*resy;
buffer7.style.pixelTop=Math.random()*resy;
buffer8.style.pixelTop=Math.random()*resy;
setTimeout("alea()",vitesse);
}
function init()
{
for(x=0;x<9;x++) document.write("<DIV id=buffer" + x + " style='position:absolute;z-index:-1;background:" + colores[x] + ";width:32;height:32'></DIV>");
alea();
}
init();
</SCRIPT>
</STRONG>
</FONT>
</DIV>
</BODY>
</HTML>