var str="";

function clearKeyword4(parts4){
                 parts4.value='';
        }

str+='<table border="0" cellspacing="4" cellpadding="1">';
str+='<tr>';
str+='<td nowrap><img src="http://portal.nifty.com/tools/image/keiba_logo.gif" width="105" height="22" alt="KEIBA@nifty"></td>';
str+='<form method="get" action="http://keiba.nifty.com/db/search_horse.php" target="_blank">';
str+='<td nowrap><input type=text name="key" size="20" onFocus="clearKeyword4(this)" value="馬名を入力"></td>';
str+='<td><input type="submit" name="button12" value="検索"></td>';
str+='<input type=hidden name="sts" value="0">';
str+='<input type=hidden name="sex" value="0">';
str+='<input type=hidden name="mode" value="k1">';
str+='</form>';
str+='</tr>';
str+='</table>';

str+='<table border="0" cellspacing="0" cellpadding="2">';
str+='<tr>';
str+='<td style="font-size:90%"><a href="http://portal.nifty.com/cgi-bin/count_link.cgi?ahp?http://portal.nifty.com/tools/" target="_blank">あなたのページに@niftyのサービスがつく</a></td>';
str+='</tr>';
str+='</table>';

document.write(str);
