var str="";

function clearKeyword5(parts){
                 parts.value='';
        }

str+='<table border="0" cellspacing="4" cellpadding="1">';
str+='<form name="machine" method="post" action="http://777.nifty.com/machine/search.jsp" target="_blank">';
str+='<tr>';
str+='<td><img src="http://portal.nifty.com/tools/image/777_logo.gif" width="105" height="22" alt="777@nifty"></td>';
str+='<td><input type="text" name="KEY" size="20" onFocus="clearKeyword5(this)" value="キーワードを入力"></td>';
str+='<td><input type="submit" name="button8" value="検索"></td>';
str+='</tr>';
str+='</form>';
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); 