document.ns = navigator.appName == "Netscape"
function lacerload()
{
if (navigator.appName == "Netscape")
{document.lacer.pageY=pageYOffset+window.innerHeight-200;
document.lacer.pageX=+window.innerWidth-140;
lacermove();
}
else
{
lacer.style.top=document.body.scrollTop+document.body.offsetHeight-220;
lacer.style.left=20;
lacer2.style.top=document.body.scrollTop+document.body.offsetHeight-140;
lacer2.style.left=180;
lacermove();
}
}
function lacermove()
{
if(document.ns)
{
document.lacer.top=pageYOffset+window.innerHeight-320
document.lacer.left=+window.innerWidth-240;
setTimeout("lacermove();",80)
}
else
{
lacer.style.top=document.body.scrollTop+document.body.offsetHeight-660;
lacer.style.left=3;
lacer2.style.top=document.body.scrollTop+document.body.offsetHeight-420;
lacer2.style.left=3;
setTimeout("lacermove();",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)