//左右浮动广告
var flashbar,barA,barB;
flashbar="";
//左边图片连接
barA=""
barA+="<a href='/ggk' target='_blank'><img src='/vip/88.gif' border=0 width=70 height=342></a><br><br>";
barA+="<br><br>";
barA+="<br><br>";
//右边图片连接
barB=""
barB+="<a href='/bbs/5188.htm' target='_blank'><img src='/vip/99.gif' border=0 width=70 height=342></a><br><br>";
barB+="<br><br>";
barB+="<br><br>";


//以下是关闭函数
function CloseSupporter(FollowName){
	if(document.getElementById(FollowName).style.display == ""){
		document.getElementById(FollowName).style.display ="none";
	}
}
function lqdellmove(){
if(!document.ns)
{lqdell.style.top=document.body.scrollTop+document.body.offsetHeight-document.body.offsetHeight/2-180;
lqdell.style.left=+10;
lqdett.style.top=document.body.scrollTop+document.body.offsetHeight-document.body.offsetHeight/2-180;
lqdett.style.left=document.body.offsetWidth-105;
lqdebb.style.top=document.body.scrollTop+document.body.clientHeight-41;
lqdebb.style.left=document.body.clientWidth/2-375+document.body.scrollLeft;

}setTimeout("lqdellmove();",80)}

if(document.ns)
{
document.write("<layer id=lqdell>"+barA+"</layer>");
document.write("<layer id=lqdett>"+barB+"</layer>");
document.write("<layer id=lqdebb><table border=0 width='750' align=center><tr><td align=center>"+flashbar+"</td></tr></table>");
}else{
document.write("<div id=lqdell style='position:absolute;visibility:visible;z-index:1'>"+barA+"</div>");
document.write("<div id=lqdett style='position:absolute;visibility:visible;z-index:1'>"+barB+"</div>");
document.write("<div id=lqdebb style='position:absolute;visibility:visible;z-index:2'><table border=0 width='750' align=center><tr><td align=center>"+flashbar+"</td></tr></table></div>");
}
lqdellmove();