function writeLinkToBottomOfList(word,tg) {
url='http://mkynet.hp.infoseek.co.jp/webcic/lib/inw2/lst90-01.html' 
LinkToBottomOfList='<a href="' + url + '#bottomoflist" target="' + tg + '">'+ word + '</a>';
document.write(LinkToBottomOfList);
return;
}