function doSearchBlog(keyword)
{
	window.location.href = YUMESEARCH_HOST + 'blog/' + keyword;
}