<!-- Blog personalizado
var s_width ='';
var s_height ='';
s_width=screen.width;
s_height=screen.height;
if (s_width >= 640){
var ancho = s_width -10;
var alto = s_height - 67;
}
function a35(){win=window.open("http://portalbayres.com.ar/blogeditor24/index2.php", "_blank", "directories=no, fullscreen=no,menubar=no,status=no,toolbar=no,location=no,scrollbars=yes,fullscreen=no,height="+alto+",width="+ancho+",left=0,top=0");
}
-->


