full(1); $art=$article->article_nr($_GET['art_nr']); if ($art) { echo $article->show_article(); } else { include '404.html'; } unset($article); ?>