//左右浮动广告
var flashbar,barA,barB;
flashbar="";
//左边图片连接
barA=""
barA+="<a href='ggk/index.htm' target='_blank'><img src=\'gklr1.gif' border=50 width=100 height=400></a><br><br>";
barA+="<div align=\"left\" style=\"cursor:hand;\" onClick=\"return CloseSupporter('lqdell')\" title=\"点击关闭图片\"><img src=\'Close.gif' border=16 width=53 height=18></div>"
barA+="<br><br>";
barA+="<br><br>";
//右边图片连接
barB=""
barB+="<a href='88.htm' target='_blank'><img src=\'ymlr7.gif' border=50 width=100 height=400></a><br><br>";
barB+="<div align=\"right\" style=\"cursor:hand;\" onClick=\"return CloseSupporter('lqdett')\" title=\"点击关闭图片\"><img src=\'Close.gif' border=16 width=53 height=18></div>"
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/1+10;
lqdell.style.left=+3;
lqdett.style.top=document.body.scrollTop+document.body.offsetHeight-document.body.offsetHeight/1+10;
lqdett.style.left=document.body.offsetWidth-128;
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();
