Notices); if ($NoticeCount > 0) { echo '
'; for ($i = 0; $i < $NoticeCount; $i++) { echo '
' .$this->Notices[$i]; echo '
'; } echo '
'; } ?>