include "../dbcon.inc";
$tsql=mysql_query("select count(no) from h_group where c_position='2' or c_position='4'");
$trs=mysql_fetch_array($tsql);
$total=$trs[$tsql];
$sql=mysql_query("select * from h_group where c_position='2' or c_position='4' order by hit desc");
?>