function tagcloudSearch(term) {
	document.search_form.keywords.value = term;
	document.search_form.submit();
}