﻿function initEcAd() {
document.all.AdLayer2.style.posTop = -200;
document.all.AdLayer2.style.visibility = 'visible'
MoveRightLayer('AdLayer2');
}
function MoveRightLayer(layerName) {
var x = 0;
var y = 80;
var diff = (document.documentElement.scrollTop + y - document.all.AdLayer2.style.posTop)*.40;
var y = document.documentElement.scrollTop + y - diff;
eval("document.all." + layerName + ".style.posTop = y");
eval("document.all." + layerName + ".style.posRight = x");
setTimeout("MoveRightLayer('AdLayer2');", 20);
}

document.write("<MAP id=Map2 name=Map2><area shape=\"rect\" coords=\"0,0,80,49\"  href=http://www.nazhengshu.com/  alt=\"尚观认证网\"/><area shape=\"rect\" coords=\"0,50,80,205\"  href=http://www.uplooking.com/intel_mcol.php  alt=\"Intel认证\"/><area shape=\"rect\" coords=\"0,206,80,359\"  href=http://www.uplooking.com/ocm.php  alt=\"Oracle认证\"/><area shape=\"rect\" coords=\"0,360,80,511\"  href=http://www.uplooking.com/rhce.php  alt=\"RHCE认证\"/></area></map><div id=AdLayer2 style='position: absolute;visibility:hidden;z-index:1'><img src=http://www.uplooking.com/images/index_piao_r1.png usemap='#Map2' border=0/></div>");
initEcAd()