// Dejar Noticias
h1=new Image();
h1.src="../imagenes/tit_noticias_over.png"; 
h2=new Image(); 
h2.src="../imagenes/tit_noticias_out.png";

// Suscribete
i1=new Image();
i1.src="../imagenes/tit_boletines_over.png"; 
i2=new Image(); 
i2.src="../imagenes/tit_boletines_out.png";

fh1=false, fh2=false;
fi1=false, fi2=false;
function empieza2() { 
	if (h1.complete) fh1=true; 
	if (h2.complete) fh2=true; 
	
	if (i1.complete) fi1=true; 
	if (i2.complete) fi2=true; 

if( (fh1 && fh2)&&(fi1 && fi2) ) { 
		clearTimeout(tiempo2); 
	} 
	else tiempo2=setTimeout('empieza2()',1000); 
}