<script language='javascript'>

// JavaScript Document
function initEcAd() {
document.all.AdLayer1.style.posTop = 0;
document.all.AdLayer1.style.visibility = 'visible'
document.all.AdLayer2.style.posTop = 0;
document.all.AdLayer2.style.visibility = 'visible'
MoveLeftLayer1('AdLayer1');
MoveRightLayer2('AdLayer2');
}
function MoveLeftLayer1(layerName) {
var x = 5;
var y = 30;
var diff = (document.body.scrollTop + y - document.all.AdLayer1.style.posTop)*.40;
var y = document.body.scrollTop + y - diff;
eval("document.all." + layerName + ".style.posTop = y");
eval("document.all." + layerName + ".style.posLeft = x");
setTimeout("MoveLeftLayer1('AdLayer1');", 20);
}
function MoveRightLayer2(layerName) {
var x = 5;
var y = 30;
var diff = (document.body.scrollTop + y - document.all.AdLayer2.style.posTop)*.40;
var y = document.body.scrollTop + y - diff;
eval("document.all." + layerName + ".style.posTop = y");
eval("document.all." + layerName + ".style.posRight = x");
setTimeout("MoveRightLayer2('AdLayer2');", 20);
}
function closeAdLayer1(){
  document.getElementById("AdLayer1").style.display="none";
}
function closeAdLayer2(){
  document.getElementById("AdLayer2").style.display="none";
}
document.write(
 "<div id=AdLayer1 style='position: absolute;visibility:hidden;z-index:1'><a target=_blank href=http://news.yzdsb.com.cn/system/2011/03/30/011009235.shtml><img src='styles/54heb/images/sy_dl_mx.jpg'  WIDTH=110 HEIGHT=283></a><br><img src='styles/qnfcds/images/close01.jpg' style='cursor:hand' onClick='closeAdLayer1();'></div>" 
+"<div id=AdLayer2 style='position: absolute;visibility:hidden;z-index:1'><a target=_blank href=http://www.54heb.com/qcsz><img src='styles/54heb/images/sy_dl_r.gif'  WIDTH=110 HEIGHT=283></a><br><img src='styles/qnfcds/images/close01.jpg' style='cursor:hand' onClick='closeAdLayer2();'></div>");
initEcAd()
</script>

