
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 = 150; // 顶距
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+100;
lqdel.style.left=document.body.scrollLeft+10;
lqder.style.top=top+100;
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.dsj002.com/?Intr=18291' target=_blank><img src='http://gg.zqnow.com/img/80-80.gif' border='0' width=80 height=80></a><br><br><a href='http://www.q8bet.com' target=_blank><img src='http://gg.zqnow.com/img/23-Q8-80x80.gif' border='0' width=80 height=80></a><br><br><a href='http://www.ra0222.com/index.php?intr=dkknow3' target=_blank><img src='http://gg.zqnow.com/img/a足球比分.gif' border='0' width=80 height=80></a><br><br><a href='http://www.yb5566.com/?Intr=13917' target=_blank><img src='http://gg.zqnow.com/img/yb80-80.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.e6bet.com/proxy.htm?username=livezqnowcom' target=_blank><img src='http://gg.zqnow.com/img/elb80X80.gif.gif' border='0' width=80 height=80></a><br><br><a href='http://mapai77.com/?Intr=8476' target=_blank><img src='http://gg.zqnow.com/img/mapai80X80.gif' border='0' width=80 height=80></a><br><br><a href='http://589988.com/?Intr=8884' target=_blank><img src='http://gg.zqnow.com/img/ttl80X160.gif' border='0' width=80 height=160></a></div>");

}
else{
//左浮动2 
document.write("<div id=lqdel style='position: absolute;visibility: visible;z-index:1;line-height:5px'><a href='http://www.dsj002.com/?Intr=18291' target=_blank><img src='http://gg.zqnow.com/img/80-80.gif' border='0' width=80 height=80></a><br><br><a href='http://www.q8bet.com' target=_blank><img src='http://gg.zqnow.com/img/23-Q8-80x80.gif' border='0' width=80 height=80></a><br><br><a href='http://www.ra0222.com/index.php?intr=dkknow3' target=_blank><img src='http://gg.zqnow.com/img/a足球比分.gif' border='0' width=80 height=80></a><br><br><a href='http://www.yb5566.com/?Intr=13917' target=_blank><img src='http://gg.zqnow.com/img/yb80-80.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.e6bet.com/proxy.htm?username=livezqnowcom' target=_blank><img src='http://gg.zqnow.com/img/elb80X80.gif.gif' border='0' width=80 height=80></a><br><br><a href='http://mapai77.com/?Intr=8476' target=_blank><img src='http://gg.zqnow.com/img/mapai80X80.gif' border='0' width=80 height=80></a><br><br><a href='http://589988.com/?Intr=8884' target=_blank><img src='http://gg.zqnow.com/img/ttl80X160.gif' border='0' width=80 height=160></a></div>");
}
lqdellmove();
