static function OutputPageBeforeHTML(&$out, &$text)
 {
     $dw = new self();
     $dw->addMatchedText($out, $text);
     return true;
 }