document.write(
""
+"<p><label for=\"author\">名前:</label><br />"
+"<input id=\"author\" name=\"author\" size=\"30\" value=\"\" /></p>"
+"<p><label for=\"email\">メールアドレス:</label><br />"
+"<input id=\"email\" name=\"email\" size=\"30\" value=\"\" /></p>"
+"<p><label for=\"url\">URL:</label><br />"
+"<input id=\"url\" name=\"url\" size=\"30\" value=\"\" /></p>"

+"<p><label for=\"comment-bake-cookie\">"
+"<input type=\"checkbox\" id=\"comment-bake-cookie\" name=\"bakecookie\" onclick=\"if (!this.checked) forgetMe(document.comments_form)\" value=\"1\" />"
+"この情報を登録しますか?</label></p>"

+"<p><label for=\"text\">コメント:</label> <br />"
+"<textarea tabindex=\"4\" id=\"text\" name=\"text\" rows=\"10\" cols=\"50\"></textarea></p>"

+"<p id=\"idNickname\"><input type=\"text\" name=\"nickname\" size=\"30\" value=\"\" /></p>"
+"<p id=\"idRecommSite\"><input type=\"text\" name=\"recomm_site\" size=\"30\" value=\"\" /></p>"
+"<input type=\"hidden\" name=\"vote_num\" value=\"9\" />"
+"<input type=\"hidden\" name=\"signature\" value=\".\" />"
);
