--- new.php 2001/03/17 18:19:40 1.11 +++ new.php 2001/03/19 16:53:48 1.12 @@ -113,6 +113,8 @@ $title.=" : Result : ".$data[0][title_lc]; } elseif ($data[0][type] == "i") { $title.=" : Investors News : ".$data[0][title_lc]; + } elseif ($data[0][type] == "a") { + $title.=" : Annual Report : ".$data[0][title_lc]; } }