". _t("_No success story available.") .""; $story_header = process_text_output( $arr['Header'] ); $story_text = process_html_output( $arr['Text'] ); $out .= "
{$arr['Date']} {$arr['NickName']}  {$story_header}
{$story_text}
\n"; return $out; } ?>