function RevLink(key) {
key=key.replace('#','%23')
RvL='<a href=\"http://mkynet.hp.infoseek.co.jp/cgi-bin/msearch/msearch.cgi?index=isweb\&query=' + key +'\" target=\"_blank\">逆リンク(内部)</a> <a href=\"http://www.google.com/search?as_epq=' + key +'\&q=-site:mkynet.hp.infoseek.co.jp\&hl=ja\&lr=lang_ja\" target=\"_blank\">(外部)</a>　<a href=\"http://f56.aaa.livedoor.jp/~hawkeye/cgi-bin/la/la_door.html?' + key +'\" target=\"_blank\">跳躍連想(関連記事案内)</a>　<a href=\"#top\" target=\"_self\">↑</a><br>　' ;
document.write(RvL);
return;
}