var str="";

str+='<table border="0" cellspacing="4" cellpadding="1">';
str+='<FORM method="post" action="http://finance.nifty.com/cgi-bin/stocks/search/search_result1.cgi" name="form8" target="_blank">';
str+='<tr>';
str+='<td align="left"><img src="http://portal.nifty.com/tools/image/finance_logo.gif" width="105" height="22" alt="FINANCE@nifty"></td>';
str+='<td align="left" style="font-size:90%" nowrap>投資予算</td>';
str+='<td>';
str+='<input type=text size=5 name="t_dn" value="" maxlength=5>万円　〜　';
str+='<input type=text size=5 name="t_up" value="" maxlength=5>万円 </td>';
str+='<td>';
str+='<input type=checkbox name="mini" value="1">ミニ株</td>';
str+='<td>';
str+='<input type="submit" value="検索" name="button14">';
str+='</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);
