<!--
var imgheight
var imgleft
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=23:imgheight=23
window.screen.width>800 ? imgleft=12:imgleft=12
function myload()
{
if (navigator.appName == "Netscape")
{
document.myleft1.pageY=pageYOffset+window.innerHeight-imgheight;
document.myleft1.pageX=imagleft;

doucment.myright1.pageX=pageXOffset+ window.innerWidth - imgleft -120;
doucment.myright1.pageY=pageYOffset+window.innerHeight-imgheight;
leftmove();
}
else
{
myleft1.style.top=23;
myleft1.style.left=imgleft;
myright1.style.top=23;
myright1.style.left =document.body.offsetWidth -120;
leftmove();
}
}
function leftmove()
 {
 if(document.ns)
 {
  document.myleft1.top= document.body.scrollTop + 330;
 document.myleft1.left=imgleft;
 document.myright1.top=pageYOffset+window.innerHeight-imgheight + 330;
 document.myright1.left=pageXOffset + window.innerWidth - imgleft -120; 
 setTimeout("leftmove();",80)
 }
 else
 {
  myleft1.style.top=document.body.scrollTop + 23;
 myleft1.style.left=imgleft;
 myright1.style.top=document.body.scrollTop + 23; myright1.style.left=document.body.scrollLeft+document.body.offsetWidth-120;
  setTimeout("leftmove();",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();
}

if (window.screen.width >800)
{
MM_reloadPage(true)

if (navigator.appName == "Netscape")
{
document.write("<layer id=myleft1 top=23 width=90 height=400>");
document.write("<img src=ads/left.gif border=0 width=90 height=400>");
document.write("</layer><layer id=myright1 top=23 width=90 height=400>");
document.write("<img src=ads/right.gif border=0 width=90 height=400>");
document.write("</layer>");
myload()}
else
{
document.write("<div id=myleft1 style='position: absolute;width:90;top:23;left:12;visibility: visible;z-index: 1'>");
document.write("<img src=ads/left.gif border=0 width=90 height=400>");
document.write("</div><div id=myright1 style='position: absolute;width:90;top:23;left:12;visibility: visible;z-index: 1'>");
document.write("<img src=ads/right.gif border=0 width=90 height=400>");
document.write("</div>");

myload()
}
}
-->