function initMove() {
    m_layer5 = document.getElementById("AdLayer5");
    m_layer5.style.top = "-200px";
    m_layer5.style.visibility = 'visible'
 
    MoveLayers();
    window.onscroll = MoveLayers;
}
function MoveLayers() {
    var x = 10; // 左右边距
    var y = 0; // 顶距
    var st = document.body.scrollTop + document.documentElement.scrollTop + 10;
    var cw = document.documentElement.clientWidth;
    var y = st;
    var ye = y + 30; 
	 m_layer5.style.top = y + 56 + "px";
	 m_layer5.style.right = x + "px";
}
window.setTimeout("initMove()",600);
function hide(obj) {
    var o = document.getElementById(obj);
    o.style.visibility = "hidden";
}

document.write("<div id='AdLayer5' style='position: absolute;visibility:hidden;z-index:1; width:102px;'> ");
document.write("<a href='http://www.cszpw.com/Jobs.aspx/Company/229323' target='_blank'><image src='/Content/ad/ad.jpg' style='width:102px;height:299px;' border=0/></a>")
document.write('<img src="/Content/ad/close1.gif" style="cursor:pointer;"  onclick="hide(\'AdLayer5\')" width="90" height="14" border="0" vspace="3" alt="关闭对联广告"> </div>');
