var usd = screen.width + "x" + screen.height ;
var usc = " " + screen.colorDepth + " Bits";
var cpuz = escape(navigator.cpuClass)+"";
if (!cpuz) { cpuz = "Desconocida"; };
dpass = usd+usc ;
primero="";
en="' width='226' height='245' alt='' border='0'>";
tercero="";
document.write(primero+dpass+segundo);
document.write(tercero+cpuz+cuarto);