0 AND lang="'.$L->getCurrentLanguage().'" ORDER BY RAND() LIMIT 20 '; $row_query=$DB->Exec($query); while(list($phrase,$count) = $DB->FetchRow($row_query)) { $terms[]=array('counter' => $count,'term' => $phrase); if ($count > $maximum) $maximum = $count; } //$terms = array(); ?>