var m_layer1,m_layer2;
function initMove() {
m_layer1=document.getElementById("gleft");
m_layer2=document.getElementById("gright");
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 MoveLayers() {
var x = 10; // 左右边距
var y = 200; // 顶距
var st=document.documentElement.scrollTop;
var cw=document.documentElement.clientWidth;
var y = st + y;
m_layer1.style.top = y+"px";
m_layer1.style.left = x+"px";
m_layer2.style.top = y+"px";
m_layer2.style.left = cw-m_layer2.clientWidth-x+"px";
}

function lqdellmove(){
if(!document.ns){
var top=document.body.scrollTop;
if(top==0) top=document.documentElement.scrollTop;
lqdel.style.top=top+200;
lqdel.style.left=document.body.scrollLeft+10;
lqder.style.top=top+200;
lqder.style.left=document.body.scrollLeft+document.body.clientWidth-90;
}
window.setTimeout("lqdellmove();",200)}



if (window.navigator.userAgent.indexOf("MSIE")>=1)
{
//左浮动1 注：修改时要与下面左浮动2同时修改
document.write("<div id=lqdel style='position: absolute;visibility: visible;z-index:1;line-height:5px'><a href='http://www.86-suncity.com/' target=_blank><img src='gg/img/919h.gif' border='0' width=80 height=80></a><br><br><a href='http://www.s8288.com/' target=_blank><img src='gg/img/s8288_80.gif' border='0' width=80 height=80></a><br><br><a href='http://www.zqlive.cn/' target=_blank><img src='gg/img/p2p80.gif' border='0' width=80 height=80></a></div>");
//右浮动1 注：修改时要与下面右浮动2同时修改
document.write("<div id=lqder style='position: absolute;visibility: visible;z-index:1;line-height:5px'><a href='http://www.wewbet.net/proxy.htm?username=liangwu85' target=_blank><img src='gg/img/wewbet160.gif' border='0' width=80 height=160></a><br><br><a href='http://gg.zqnow.com/us.htm' target=_blank><img src='gg/img/52.gif' border='0' width=80 height=80></a></div>");

}
else{
//左浮动2 
document.write("<div id=gleft style='position: absolute;visibility:hidden;z-index:1;line-height:5px'><a href='http://www.86-suncity.com/' target=_blank><img src='gg/img/919h.gif' border='0' width=80 height=80></a><br><br><a href='http://www.s8288.com/' target=_blank><img src='gg/img/s8288_80.gif' border='0' width=80 height=80></a><br><br><a href='http://www.zqlive.cn/' target=_blank><img src='gg/img/p2p80.gif' border='0' width=80 height=80></a></div>");
//右浮动2 
document.write("<div id=lqder style='position: absolute;visibility: visible;z-index:1;line-height:5px'><a href='http://www.wewbet.net/proxy.htm?username=liangwu85' target=_blank><img src='gg/img/wewbet160.gif' border='0' width=80 height=160></a><br><br><a href='http://gg.zqnow.com/us.htm' target=_blank><img src='gg/img/52.gif' border='0' width=80 height=80></a></div>");
window.setTimeout("initMove()",600);
}
lqdellmove();

