<?php
  header("HTTP/1.0 404 Not found");
  $pageTitle="Error 404: Page not found";
  $code="404";
  $message="We were really trying hard to locate the page you are looking for. Perhaps you misspelled something or you are just trying to make us feel bad. Sorry for that.";

  require_once(dirname(__FILE__).'/error.php');
?>
