/* 記事のナビゲーションの場所に挿入される */
function writeBlogOffKaiForm() {
//  document.write('<hr><p>2010/12/20（月）神田にて忘年会やりました。おかげさまで大盛況でした。ご参加いただきありがとうございました！');
  document.write("<form id=\"form1\" method=POST action=\"http://mikura.info/cgi-bin/enqe.cgi\">\n");
  document.write("<input type=\"hidden\" name=\"source\" value=\"20111223\">\n");
  document.write("<input type=\"submit\" name=\"a\" value=\"新年会の参加・不参加を連絡する\">\n");
  document.write('←新年会やります！2012/1/24（火）19時頃〜都内にて　参加希望の方はご連絡ください');
  document.write("\n</form>");
}

/* ブログタイトルの下に表示される */
function writeKoten2009Info() {
/*
  document.write('<hr><p>2010/12/20（月）神田にて忘年会やりました。おかげさまで大盛況でした。ご参加いただきありがとうございました！');
  document.write("<hr><p><form id=\"form1\" method=POST action=\"http://mikura.info/cgi-bin/enqe.cgi\">\n");
  document.write("<input type=\"hidden\" name=\"source\" value=\"20101116\">\n");
  document.write("<input type=\"submit\" name=\"a\" value=\"忘年会の参加・不参加を連絡する\">\n");
  document.write("\n</form>");

   document.write('<br><div class="bdr2" style="width: 900;"><big>');
   document.write('<a href="http://mikura.info/blog/2010/08/post-340.html"><font color="yellow">くらりっぱ写真展『イルカ博物館』(2010/9/2〜9/7）</font>を開催しました。</a><br />');
   document.write('<div style="width:236px;float:left">');
   document.write("<a href=\"http://bit.ly/mimizun\" target=\"_other_win\" onClick=\"recordOutboundLink(this, '"+ location.href + "', 'mimizun');return false;\">");
   document.write('<img src="http://mikura.info/IMAGES/mimi_icon.jpg" /></a><br />');
   document.write('「イルカのいえ」では<a href="http://mimidive.com/"><font color="yellow">フリーダイビングの平井美鈴選手</font></a>が海洋生物と泳ぐ写真をはじめ、個展で展示した作品のポストカードをお求めいただけます。');
   document.write('</div>');
   document.write('<img src="/KOTEN/10SS/2010kotenPho.JPG" width="250">');
   document.write('<img src="/KOTEN/10SS/2010kotenAddr.JPG" width="250">');
//   document.write('<br>多数のご来場　ありがとうございました');
   document.write('</a><p style="clear:both">');
//   document.write('<a href="http://mimidive.com/"><font color="yellow">フリーダイビングの平井美鈴選手</font></a>を応援します！');
//   document.write('世界選手権@沖縄 2010/6/30〜7/10 <a href="http://mimidive.com/"><font color="yellow">金メダルおめでとう！！</font></a>。<br />');
//   document.write('</big></div>');

//   document.write('<center><div style="height:20px">----------------------------------------------------------------------</div></center>');
//   document.write('<br><div class="bdr2" style="width: 900;"><big>');
//   document.write('<a href="http://mikura.info/blog/2010/05/523-1.html">5/23（日）島じまん２０１０で会いましょう!! "LESOTHO"と書いてある帽子が目印です（詳しくはここをクリック）</a>');
//   document.write('くらりっぱは2009年7月,8月に個展（写真展）を2回開催しました。');
//   document.write('詳しくは<a href="/photo.html"><font color="yellow">こちらをご覧ください</font></a>。');
//   document.write('<a href="/photo.html"><font color="yellow">2009年8月の個展『野生イルカ再発見』</font></a>の全作品を、2010年8月に振りかえります。');
//   document.write('詳しくは<a href="http://mikura.info/blog/2010/06/post-320.html"><font color="yellow">こちらをご覧ください</font></a>。');
   document.write('</big></div>');
*/
}

function write_hiddenForm() {
//   document.write("<div style=\"visibility:hidden\">");
//  document.write("<form id=\"form1\" method=POST action=\"http://mikura.info/cgi-bin/enqe.cgi\">");
//   document.write("<input type=\"hidden\" name=\"source\" value=\"20100615\">");
//  document.write("<input type=\"submit\" name=\"a\" value=\"2010年5月のスライドショー\">");
//   document.write("</form>");
//   document.write("</div>");
}

/*
<script type="text/javascript">
<!--
function go() {
   if(document.all) {
      document.all('form1').submit();
   } else {
      document.getElementById("form1").submit();
   }
}
-->
</script>
*/

function writeTopBannerAndMenu_blog() {
var pageurl = location.href;
var str_topandmenu = "\
<!-- ページの最初 -->\
<div id=\"top_banner\">\
<i><a href=\"http://mikura.info/\">\
<img src=\"/IMAGES/2010top1.PNG\" alt=\"http://mikura.info/\" width=\"320\" height=\"51\" />\
</a></i>\
</div>\
\
<div id=\"global_menu\">\
<a href=\"/phototop.html\">[写真集]</a>\
<a href=\"http://bit.ly/kshop\" target=\"other_win\" onClick=\"recordOutboundLink(this, '"+ pageurl + "', 'kshop');return false;\">[イルカのいえ]<small><font color=\"red\">[NEW!]</font></small></a>\
<a href=\"/blog/\">[ブログ]</a>\
<a href=\"/cgi-bin/page_author.cgi\">[作者紹介]</a>\
<a href=\"/link.html\">[リンク集]</a>\
<a href=\"/mail2kura.html\">[ご意見ご要望]</a>\
</div>";

document.writeln(str_topandmenu);
}

function copy_right_blog() {
   write_hiddenForm();

   document.write("<div class=bdr3 style=\"bottom:0\"><font size=small>Copyright(c) くらりっぱ 2001-2011, ALL RIGHTS RESERVED. サイト内のページや写真などの無断転載禁止</font></div>");
}

