in: /ow_libraries/jevix/jevix.class.php
in line:
$text.= $this->makeTag('a', array('href' => $href, 'class' => 'ow_autolink', 'target' => '_blank', 'rel' => 'nofollow'), $linkLabel, false);
we have: 'rel' => 'nofollow'
BUT! This function add this nofollow to internal links of site not only for external links! And thus we can have SEO problems.