suspendcode='<div id="AdLayer1" style="position: absolute;visibility:hidden;z-index:10;"><a href="http://www.yanliang.info/shop/shop.php?user_id=26" target="_blank"><img src="http://www.yanliang.info/ad/shouyexiala/images/duilian100300.JPG" width="100" height="300" border="0"></a><br><a href="javascript:hide1(); "><img src="http://www.yanliang.info/ad/shouyexiala/images/close.gif" width="100" height="14" border="0" vspace="3"></a></div>';
document.write(suspendcode);

suspendcode='<div id="AdLayer2" style="position: absolute;visibility:hidden;z-index:10;"><a href="http://www.yanliang.info/bbs/viewthread.php?tid=11526&extra=page%3D1" target="_blank"><img src="http://www.yanliang.info/ad/shouyexiala/images/duilian100300.JPG" width="100" height="300" border="0"></a><br><a href="javascript:hide2(); "><img src="http://www.yanliang.info/ad/shouyexiala/images/close.gif" width="100" height="14" border="0" vspace="3"></a></div>';
document.write(suspendcode);

var m_layer1,m_layer2;
function initMove() 
{
m_layer1=document.getElementById("AdLayer1");
m_layer2=document.getElementById("AdLayer2");
m_layer1.style.top = "-200px";
m_layer1.style.visibility = 'visible'
m_layer2.style.top = "-200px";
m_layer2.style.visibility = 'visible'
MoveLayers();
window.onscroll=MoveLayers;
}
function hide1() 
{   
document.getElementById("AdLayer1").style.visibility="hidden"; 
}
function hide2() 
{   
document.getElementById("AdLayer2").style.visibility="hidden";
}
function MoveLayers() 
{
var x_dl = 0; 
var y_dl = 225; 
var st=document.documentElement.scrollTop;
var cw=document.documentElement.clientWidth;
var y_dl = st + y_dl;
m_layer1.style.top = y_dl+"px";
m_layer1.style.left = x_dl+"px";
m_layer2.style.top = y_dl+"px";
m_layer2.style.left = cw-m_layer2.clientWidth-x_dl+"px";
}
window.setTimeout("initMove()",300);
