require_once("/home/janipent/public_html/janipenttinen.php");
init_global_variables($PHP_SELF);
require_once("/home/janipent/public_html/border.php");
require_once("/home/janipent/public_html/news2005.php");
init_page();
$title="Jani Penttinen | Programmer and Game Developer";
$description="Jani Penttinen | Programmer and game developer";
if ($display=="news") {
global $newsid;
$newsid=$item;
$title=get_news_title($newsid);
$description=get_news_description($newsid);
}
print_page_top($title,$description,"news");
?>
print_page_bottom(); ?>