for(bh=0;bh<diver.length;bh++){
	if(diver[bh].getAttribute('class') == 'matb_right'){
		document.write("<div class='"+diver[bh].className+"'>"+diver[bh].innerHTML+"</div>");
		}
}

if(conectado == "si"){
document.getElementById("ma_toolbar").getElementsByTagName("a")[1].target="_blank";
}