document.writeln("<div id=\"ShowAD\" style=\"position:absolute; z-index: 200;\"> ");
document.writeln("<div style=\"width:200px;height:15px;line-height:15px;text-align:right;\"><span style=\"cursor:pointer;font-size:12px;\" onclick=\"document.getElementById(\'ShowAD\').style.display=\'none\'\">X<\/span><\/div> ");
document.writeln("<div id=\"ImgLayer\" style=\"position:absolute; z-index:1; left: 0px;\"> ");
document.writeln("<table width=\"200\" height=\"150\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color:#F0F9FF;border:1px #235185 solid;\"><tr><td width=\"93\" rowspan=\"5\" align=\"center\"><a href=\"http://www.tlnews.com.cn/fwpd/dzxx/content/2010-03/25/content_2278815.htm\" target=\"_blank\"><img border=0 src=\"http://ww2.tlnews.com.cn/spgg/hzyh.jpg\" width=\"200\" height=\"150\"><\/a><\/td><\/tr><\/table><\/div>");
document.writeln("<\/div>");
document.writeln("<\/div>");
 
var bodyfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
var adst = document.getElementById("ShowAD").style;
adst.top = ( bodyfrm.clientHeight - 165 ) + "px";
adst.left = ( bodyfrm.clientWidth - 200 ) + "px";
function moveR() {
adst.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - 165 ) + "px";
adst.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - 200 ) + "px";
}
setInterval("moveR();", 1);
function CloseIVR(){
adst.display='none';
}