function post_search (q) {
	var form = document.search_form;
	form.keywords.value = q;
	form.submit();
}
