@session_start(); include "global.php";?>
#mysql_query("insert into visitor VALUES('', '".$_SERVER['REMOTE_ADDR']."', '".$_SERVER['HTTP_REFERER']."', '".$_SERVER['HTTP_USER_AGENT']."') "); ?>
include "tabs.php"; ?>
$sql = "SELECT * FROM news where active='1' order by pdate limit 3 ";
$res = mysql_query($sql) or die (mysql_error());
while($row = mysql_fetch_assoc($res)){
?>