$qrycn=mysql_query("select * from dub_con where cn_act='Y' order by cn_date desc");
//$obj=mysql_fetch_object($qry);
$numcn=mysql_num_rows($qrycn);
//echo $num;
//echo $qry;
if($numcn>0){
while($rowcn=mysql_fetch_array($qrycn)){
//$phurl="bethadmin321/editorial/".$rows['id'];
?>