function initAd() {
document.all.AdLayer.style.posTop = -100;
document.all.AdLayer.style.visibility = 'visible'
MoveLayer('AdLayer');
}
function MoveLayer(layerName) {
var x = 2;
var y = 10;
var diff = (document.documentElement.scrollTop + y - document.all.AdLayer.style.posTop)*.40;
var y = document.documentElement.scrollTop + y - diff;
eval("document.all." + layerName + ".style.posTop = y");
eval("document.all." + layerName + ".style.posLeft = x");
setTimeout("MoveLayer('AdLayer');", 200);
}
document.write("<div id=AdLayer style='position: absolute;visibility:hidden;z-index:1'><a href=http://www.360qj.com/chenggonganli/show.php?itemid=403 target=_bank><img src=images/lan01.gif width=64 height=64 border=0><br><a href=http://mft.18feng.net/tel.asp?id=67 target=_bank><img src=images/111.jpg width=64 height=127 border=0></div>");
initAd();