global $adsblocked, $words_found ;
$no_results=((empty($matches))&&(empty($relates)) && (!$examples));
$words_found = false;
if (!empty($matches) || !empty($relates)) {
$words_found = true;
}
$continue_egs =false;
$continue_words =false;
if ($n_examples > WORD_PER_PAGE) {
$continue_egs = true;
}
if ($n_relates > WORD_PER_PAGE) {
$continue_words = true;
}
?>