// JavaScript Document
<!--
//more javascript from http://www.smallrain.net
function initEcAd() {
document.all.AdLayer2.style.posTop;
document.all.AdLayer2.style.visibility = 'visible'
MoveRightLayer('AdLayer2');
}
function MoveRightLayer(layerName) {
var x = 0;
var y = 340;
var diff = (document.body.scrollTop + y - document.all.AdLayer2.style.posTop)*.40;
var y = document.body.scrollTop + y - diff;
if (y<1100){
eval("document.all." + layerName + ".style.posTop = y");}
eval("document.all." + layerName + ".style.posLeft = x");
setTimeout("MoveRightLayer('AdLayer2');", 20);
} 
initEcAd()

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);
//-->
