function hidCouplet(){
	document.getElementById("LMT_01").style.display="none";
}
lastScrollY=0;
function s_media_ad(){ 
var diffY; 
if(document.documentElement && document.documentElement.scrollTop)
diffY = document.documentElement.scrollTop; 
else if (document.body) 
diffY = document.body.scrollTop 
else {} 
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent);
document.getElementById("LMT_01").style.top=parseInt(document.getElementById("LMT_01").style.top+(document.documentElement.clientHeight-680))+percent+"px";
//document.getElementById("LMT_01R").style.top=parseInt(document.getElementById("LMT_01R").style.top+(document.documentElement.clientHeight-600))+percent+"px";
document.getElementById("LMT_02").style.top=parseInt(document.getElementById("LMT_02").style.top+(document.documentElement.clientHeight-680))+percent+"px";
//document.getElementById("LMT_03").style.top=parseInt(document.getElementById("LMT_03").style.top+(document.documentElement.clientHeight-620))+percent+"px";
//document.getElementById("LMT_04").style.top=parseInt(document.getElementById("LMT_04").style.top+(document.documentElement.clientHeight-620))+percent+"px";
lastScrollY=lastScrollY+percent;
}
lmt_str1="<div id=\"LMT_01\" style='left:15px;position:absolute;'><div><a href=/Html/mjddh/ target=_blank><img src=\"/html/images/dl01.jpg\" width=\"100\" height=\"400\" border=\"0\" /></a></div><a href='javascript:;' onclick='this.parentNode.style.display=\"none\"'>¹Ø±Õ</a></div>";
lmt_str2="<div id=\"LMT_02\" style='right:15px;position:absolute;'><div><a href=/Html/mjddh/ target=_blank><img src=\"/html/images/dl02.jpg\" width=\"100\" height=\"400\" border=\"0\" /></a></div><a href='javascript:;' onclick='this.parentNode.style.display=\"none\"'>¹Ø±Õ</a></div>";
//lmt_str3="<div id=\"LMT_03\" style='left:15px;position:absolute;'><div><a href=\"http://www.symaojian.gov.cn/Html/fqhj/\"  target=\"_blank\" ><img src=\"/html/images/5.jpg\" width=\"100\" height=\"200\" border=\"0\" /></a></div><a href='javascript:;' onclick='this.parentNode.style.display=\"none\"'>¹Ø±Õ</a></div>";
//lmt_str4="<div id=\"LMT_04\" style='right:15px;position:absolute;'><div><a href=\"http://www.symaojian.gov.cn/Html/mjzywz/\"  target=\"_blank\" ><img src=\"/html/images/6.jpg\" width=\"100\" height=\"200\" border=\"0\" /></a></div><a href='javascript:;' onclick='this.parentNode.style.display=\"none\"'>¹Ø±Õ</a></div>";
document.write(lmt_str1);
document.write(lmt_str2);
//document.write(lmt_str3);
//document.write(lmt_str4);
window.setInterval("s_media_ad()",1);
