// for CommonFooter (shareblock)
function jsExecSearch4ShareBlockFooter() {
	f = document.ftsrch;
	if (f.searchKeyword.value == 'キーワードを入力してください') {
		f.searchKeyword.disabled = true;
	}
}

