document.ns = navigator.appName == "Netscape"
window.screen.width>700 ? imgheight=200:imgheight=200
window.screen.width>700 ? imgright=10:imgright=10
function threenineload()
{
if (navigator.appName == "Netscape")
{document.threenine.pageY=pageYOffset+window.innerHeight-imgheight;
document.threenine.pageX=imgright;
threeninemove();
}
else
{
threenine.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
threenine.style.right=imgright;
threeninemove();
}
}
function threeninemove()
{
if(document.ns)
{
document.threenine.top=pageYOffset+window.innerHeight-imgheight
document.threenine.right=imgright;
setTimeout("threeninemove();",80)
}
else
{
threenine.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
threenine.style.right=imgright;
setTimeout("threeninemove();",80)
}
}

function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true)


if (navigator.appName == "Netscape")
{document.write("<layer id=threenine top=100 width=80 height=80><a href=http://akau.net/takaubbs/  target=_blank><img src=http://akau.net/takau/Images/bbs2.jpg width=120 height=40 border=0></a><br><br><a href=http://akau.net/takaubbs/  target=_blank><img src=http://akau.net/takau/Images/bbs2.jpg width=135 height=50 border=0></a></layer>");
threenineload()}
else
{document.write("<div id=threenine style='position:absolute;top:100;width:80;visibility: visible;z-index: 1'><br><br><br><a href=http://akau.net/akau/love.htm  target=_blank><img src=http://akau.net/akau/Img/akak.jpg  width=88 height=31 border=0></a><br><br><a href=http://akau.net/akau/ target=_blank><img src=http://akau.net/bbs/image/akau.jpg width=88 height=31 border=0></a><br><br><a href=http://takau.org/news/  target=_blank><img src=http://takau.org/news/logo/takau8831.jpg width=88 height=31 border=0></a><br><br></div>");
threenineload()
}
