function footer() { 
var htm = ""
htm+="|　<a href='index.html'>Top</a>　"
htm+="|　<a href='topics.html'>Topics</a>　"
htm+="|　<a href='story/index.html'>Story</a>　"
htm+="|　<a href='gallery/index.html'>Gallery</a>　"
htm+="|　<a href='cast.html'>Cast</a>　"
htm+="|　<a href='special/index.html'>Special</a>　"
htm+="|　<a href='dvd/index.html'>DVD</a>　"
htm+="|　<a href='movie/index.html'>Movie</a>　"
htm+="|　<a href='http://f4.tv/blog/cat92/' target='_blank'>Blog</a>　"
htm+="|　<a href='link.html'>Link　</a>|"
document.write(htm)
}
