--- old_search404.module	2006-05-06 10:02:08.000000000 -0700
+++ new_search404.module	2006-06-28 14:33:02.000000000 -0700
@@ -34,9 +34,8 @@
  */
 function search404_page() {
   $output = t('<p>The page you requested was not found.</p>');
-
   if (user_access('search content')) {
-    $ignore = array('dump', 'zip', 'avi', 'a');
+    $ignore = array('dump', 'zip', 'avi', 'a', 'htm', 'html','php', 'shtml', 'cfm', 'en', 'de' );
     
     $q = $_REQUEST['destination'];
     $keys = split('[^A-Za-z0-9]+', $q);
@@ -63,7 +62,8 @@
       }
       // If there are not results, tell the user
       else {
-        $output .= t('<p>A search was performed for &quot;<i>%keys</i>&quot;, but nothing was found.</p>', array('%keys' => $keys));
+        $output .= t('<p>A search was performed for &quot;<i>%keys</i>&quot;, but nothing was found.  Please use the form below to search all of our site content.</p>', array('%keys' => $keys));
+				$output .= search_form();
       }
     }
   }
