网站左右两边浮动广告

网络整理 - 07-26
</script>
</script>
------------------------------------7x_l.js-----------------------
// float_l_img.js

// change var

var adSrc2 = "images/beba.gif"

var adUrl2 = "index.shtml"

var adWidth2 = "80"

var adHeight2 = "80"



// change var

var weny2 = 20

var wenx2 = 3



document.ns = navigator.appName == "Netscape"

function load2()

{

if (navigator.appName == "Netscape") {

document.netease2.pageY=pageYOffset+window.innerHeight-adHeight2-weny2;

document.netease2.pageX=wenx2;

move2();

}

else {

netease2.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight2-weny2-20;

netease2.style.left=wenx2;

move2();

}

}



function move2() {

if(document.ns) {

  document.netease2.top=pageYOffset+window.innerHeight-adHeight2-weny2;

  document.netease2.left=wenx2;

  setTimeout("move2();",80)

}

else {

  netease2.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight2-weny2-20;

  netease2.style.left=wenx2;

  setTimeout("move2();",80)

}

}



function MM_reloadPage2(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_reloadPage2;

   }

  }

else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)

  location.reload();

}



MM_reloadPage2(true)



if (navigator.appName == "Netscape") {

document.write("

网站左右两边浮动广告");

load2();

}

else  {

document.write("

网站左右两边浮动广告

");

load2();

}

--------------------------------7x_r.js------------------------------
var rightbar;
var coupletcode;
rightbar = window.screen.width-141+20 -5;

coupletcode = "

32

32

";

if (window.screen.width>=1024)
{
document.write(coupletcode);
}

function InsertCouplet()
{
if (window.screen.width>=1024){
document.all.leftbar.style.visibility = "visible";
document.all.rightbar.style.visibility = "visible";
document.all.leftbar.innerHTML = "";
document.all.rightbar.innerHTML = "";

}
}
InsertCouplet();
function leftBG_DoFSCommand(command,args){
  if ((command == "163")&&(args =="hidebar")){
   document.all.leftbar.style.visibility = "hidden";
   document.all.rightbar.style.visibility = "hidden";
  }
}
function rightBG_DoFSCommand(command,args){
  leftBG_DoFSCommand(command,args);
}
<--
  document.write("\n");
  document.write(" leftBG_DoFSCommand(command,args);\n");
  document.write("</script>\n");
  document.write("\n");
  document.write(" rightBG_DoFSCommand(command,args);\n");
  document.write("</script>\n");
}
//-->