function shuijing() {
   window.setInterval("displayshuijing()",10);
 }
 function displayshuijing() {

Layer2.style.pixelLeft  = 40;
Layer2.style.pixelTop   = document.body.scrollTop+document.body.clientHeight-Layer2.style.pixelHeight-554;
Layer3.style.pixelLeft  = document.body.scrollLeft+document.body.clientWidth-Layer3.style.pixelWidth-150;
Layer3.style.pixelTop   = document.body.scrollTop+document.body.clientHeight-Layer3.style.pixelHeight-514;

 }
document.write("<div id=Layer3 style='position:absolute;visibility:visible;top:0;left:0;'><a href=../linchuang/dayi.asp target=_blank><img src=../images/07.gif border=0></a></div>");

document.write("<div id=Layer2 style='position:absolute;visibility:visible;top:0;left:0;'><a href=../news/lxwm.asp target=_blank></a></div>");

shuijing();
displayshuijing();

