
	document.writeln('<div id="ShowAD" style="position:absolute; z-index: 100;"> ');
	document.writeln('<div class="closead" onclick="closead();" style="font-weight:bolder; font-size:13px; color:#000; width:305px;cursor:pointer;text-align:right">¹Ø±Õ</div>');
	document.writeln('<iframe scrolling="no" style="width:305px;height:238px;" frameborder="0" src="http://www.rudong.gov.cn/rudong/xwzx/003020/"></iframe>');
	document.writeln('</div>');

	var bodyfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
	var ad = document.getElementById("ShowAD").style;
	ad.top = ( bodyfrm.clientHeight - 256 ) + "px";
	ad.left = ( bodyfrm.clientWidth - 305 ) + "px";
	setInterval("moveR();", 80);


function moveR() {
	ad.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - 256 ) + "px";
	ad.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - 305 ) + "px";
}

function closead()
{
	ad.display='none';
}
