<?   if(isset($TEMP_SET[2])){
   $tcid=intval($TEMP_SET[2]["value"]);
   $title=$TEMP_SET[2]["title"];?>
  <? $query=$db->query("select addtime,pic,title,aid,shehe,descriptions,remark from ".$LG->table("article")." where class like '".getarcn($tcid)."%'  order by addtime desc limit 8");
    $i= 0;
   while($rs=$db->fetchrow($query)){
   $i++;
   ?>
                        <li><i><?echo $i;?></i><a href="<? echo getarurl($rs["aid"]);?>" title="<? echo $rs["title"];?>"><? echo $rs["title"];?></a></li><? }?>
                                            </ul>
 <? }?>