function handle_start()
 {
     parent::handle_start();
     mysql_query("DELETE FROM lexeme_page WHERE book_id = {$this->book_id}");
     mysql_query("UPDATE page SET title='' WHERE book_id = {$this->book_id}");
     $this->lexemes = array();
 }