open the mod_mambo_referer.php
and towards the bottom you'll see this line
PHP Code:
$content .= '<a href="' . $host["address"][$i] . '" title="' . $host["address"][$i] . '"' . $highLight . '>' . $host["output"][$i] . '</a>'. "\n";
change it to
PHP Code:
$content .= '<a href="' . $host["address"][$i] . '" title="' . $host["address"][$i] . '"' . $highLight . 'target="_blank">' . $host["output"][$i] . '</a>'. "\n";
that should do the trick....