
document.write("<div id='AdLayer1' style='position: absolute;z-index:1;top:200px;left:5px'><div style='width:100px;height:100px;border:1px solid #ff9900;background:#ffffcc;padding:0px;color:#666666;text-align:center'><br>C1-C3<br>对联广告<br>100*100</div><img src='http://www.25000li.com/images/close1.gif' border=0 style='cursor:hand' onclick='javascript:close_ad()' title='关闭本广告'></div>"

+"<div id='AdLayer2' style='position: absolute;z-index:1;top:200px;right:5px'><div style='width:100px;height:100px;border:1px solid #ff9900;background:#ffffcc;padding:0px;color:#666666;text-align:center'><br>C1-C3<br>对联广告<br>100*100</div><img src='http://www.25000li.com/images/close1.gif' border=0 style='cursor:hand' onclick='javascript:close_ad1()' title='关闭本广告'></div>");
initEcAd()// JavaScript Document



function close_ad(){
	AdLayer1.style.visibility = "hidden";
}
function close_ad1(){
	AdLayer2.style.visibility = "hidden";	
}
