search_form($HTTP_GET_VARS, $PHP_SELF);
?>
search_results_title($HTTP_GET_VARS);
search_keyword_length_check($HTTP_GET_VARS);
search_files($server_name, $doc_root, $search_dir, $file_types, $file_skip, $file_hits, $file_terms, $file_bytes, $HTTP_GET_VARS);
search_no_hits($HTTP_GET_VARS, $count_hits);
?>