﻿url = location.href;
urlarray = url.split("/");
n = urlarray.length;
folder = urlarray[n-2];
series = folder.split("-")[0];
document.write("<div class='small'><p class='noindent'>"
     + "<a href='#top'>本ページの先頭</a>"
     + "｜<a href='../index.html#" + series + "'>シリーズの目次</a>"
     + "｜<a href='../index.html'>主張・講演の目次</a>"
     + "｜<a href='../../index.html'>スタートページ</a>"
     + "｜<a href='../../tool/search.html' target='_blank'>サイト内検索</a>"
     + "<br />"
     + "本ページURL=" + location.href
     + "｜最終更新日=" + document.lastModified
     + "<br />"
     + "<a href='../../greeting/index.html' target='_blank'>著者（木暮　仁）自己紹介</a>"
     + "｜<a href='mailto:hitoshi@kogures.com'>著者メールアドレス</a>"
     + "｜<a href='http://kogures.at.webry.info' target='_blank'>ブログ（http://kogures.at.webry.info）</a>"
     + "</p></div>") ;

