document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=650:imgheight=160
window.screen.width>800 ? imgright=0:imgright=120
function threenineload()
{
threenine.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
threenine.style.right=imgright;
threeninemove();
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function threeninemove()

{
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)

{
document.write("<div id=threenine style='position: absolute;width:64;top:450;visibility: visible;z-index: 1'><img src=images/bj.gif ></div>");
threenineload()
}

