function postUsertagForSearch(tag){
	var tag_value = tag.innerHTML.stripTags();
	document.tag_for_search.keyword.setAttribute("value",tag_value);
	document.tag_for_search.submit();
}