if(checkgroup("1")) {
echo "<a href='".BASEDIR."profile.php?lookup=".$data['user_id']."'><span style='color:red;'><strong>".$data['user_name']."</strong></span></a>\n";
} else {
echo "<a href='".BASEDIR."profile.php?lookup=".$data['user_id']."'>".$data['user_name']."</a>\n";
}