<html>
  <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <title>404: File Not Found</title>
        <script language="javascript">

    <!-- Hide from older browsers

           // Print the name of the URL requested so it appears
           // in the error message for the 404.
           
           function printDocumentName()
           {
                document.write(', ');
                        document.write(document.location.href);
                        document.write(', ');
           }
           
           // Produce an e-mail link if the client browser supports
           // Javascript. 
           
           function printEmailLink()
           {
                        var domain = document.domain.toLowerCase();
                        var uri_parts = domain.split('.');
                        
            // If the first array piece is 'www', then strip this from
                        // the array. We don't use the 'www' portion of the URL we
                        // have.

                        if (uri_parts[0] == 'www') {
                        
                           domain = uri_parts[1]+'.'+uri_parts[2];

                        }

                        // If the domain is townnews.com or is not defined (blank),
                        // we simply skip writing this e-mail a webmaster link.

                        if ((domain != 'townnews.com') && (domain != '')) {

                   document.write(', or contact the webmaster at <A href="mailto:webmaster@' +
                                  domain + '">webmaster@' + domain + '</A>');

                    }
           }

       // End hiding -->
        

</script>
  </head>
  <body bgcolor="#ffffff" style="font-family: Verdana,Arial,Helvetica,Sans-Serif; margin: 20%">
           <h1 style="font-size: 14pt; font-weight: bold">404 - File Not Found!</h1>
           <p style="font-size: 10pt">The requested document<script>printDocumentName()</script>could not be found!
           Please try your operation again <script>printEmailLink()</script>.</p>           
  </body>
</html>
