function is_page($page, $reload = FALSE)
 {
     return file_exists(PukiWikiFunc::get_filename($page));
 }