No maximum of word provided in (:FoxRemainingWords:) markup...'); } return FoxCount($m[0], true, true, $m[1]); } function FoxCharCount($m) { return FoxCount($m[1], false); } function FoxWordCount($m) { return FoxCount($m[1], true); } function FoxCount($sourceName, $word=false, $remaining=false, $max=0) { global $HTMLFooterFmt; $suffix = "-foxcount"; $HTMLFooterFmt["fox".$suffix] = ""; return Keep(''); } ?>