ob_start();
require_once('config/functions.inc.php');
$ty=dec($_REQUEST['id']);
$raw=mysql_fetch_array(mysql_query("select * from category where id='169' "))or die(mysql_error());
?>
echo $SITE_NAME ?>
include('header.php');?>
echo $raw['name']; ?>
$star_qry=mysql_query("select * from gallery where pid='50' order by RAND() ASC ")or die(mysql_error());
while($star_fetch=mysql_fetch_array($star_qry))
{ ?>