/*
function lqdellmove(){
if(!document.ns){
var top=document.body.scrollTop;
if(top==0) top=document.documentElement.scrollTop;
lqdel.style.top=top+140;
lqdel.style.left=document.body.scrollLeft+15;
lqder.style.top=top+140;
lqder.style.left=document.body.scrollLeft+document.body.clientWidth-80;
}
setTimeout("lqdellmove();",200)}
*/
//lqdellmove();
function lqdellmove()
{
 if(!document.ns){
	var top=document.body.scrollTop;
	if(top==0) top=document.documentElement.scrollTop;
	lqdel.style.top=Math.max(top+20,282);
	lqder.style.top=Math.max(top+20,210);  //+45
    if(window.location.href.indexOf("odds")>10 && window.location.href.indexOf("company")<=0) 
	    lqdel.style.top=Math.max(top+30,430);
    
	if(document.body.clientWidth>950){
		lqdel.style.left= (document.body.clientWidth-950)/2+5;
		lqder.style.left= (document.body.clientWidth-950)/2+827;
	}
	else{
		lqdel.style.left=5;
		lqder.style.left=827;
	}
 }
 setTimeout("lqdellmove();",200);
}
function showLiveFloatAd(){
    document.getElementById("leftAd").innerHTML="";

    document.getElementById("leftFloatAd").innerHTML=("<div id=lqdel style='position: absolute;visibility: visible;z-index:1;line-height:60%'>" +

   "<a href='http://www.lookbo.com/' target='_blank'><img src='http://img.city007.net/nowscore/ad/cn6.gif' width='120'/></a><br><br>"+   
//    "<a href1='' target='_blank'><img src='http://img.city007.net/nowscore/ad/ad120x80.gif' width='120'/></a><br><br>"+   
	"</div>");

    document.getElementById("rightAd").innerHTML=("");	
    document.getElementById("rightFloatAd").innerHTML=("<div id=lqder style='position: absolute;visibility: visible;z-index:1;line-height:60%'>" +
	"<a href='http://www.fubo8.com/' target='_blank'><img src='http://img.city007.net/nowscore/ad/okm123.gif' border=0 width=120/></a><br><br>"+
     "<a href='http://www.bb868.com' target='_blank'><img src='http://www.bb868.com/tupian/LOGO/bww.gif' border=0 width=120 height=60/></a><br><br>"+

//       "<a href='http://www.cn6.cc/' target='_blank'><img src='http://img.city007.net/nowscore/ad/cn6.gif' height='80' width='120'/></a><br><br>"+
	"</div>"); 
 
	lqdellmove();
}
