

function aviso_i(){
	if(confirm('This is a private area. If you are not involved in Biometa´s organization, please leave this page selecting "cancel" button.')){
			document.location.href="intranet/";
	}
	else{
			document.location.href='principal_i.php';
	}
}
