<?php

header('HTTP/1.0 404 Not Found');
include(TEMPLATEPATH.'/404.php');
exit;