﻿document.writeln("<div id=\"msn\" style=\"BORDER-RIGHT:#455690 1px solid; BORDER-TOP:#a6b4cf 1px solid; Z-INDEX:99; LEFT:0px;  BORDER-LEFT:#a6b4cf 1px solid; WIDTH:174px; BORDER-BOTTOM:#455690 1px solid; POSITION:absolute; TOP:0px; HEIGHT:225px; BACKGROUND-COLOR:#c9d3f3\">");
document.writeln("<table width=\"174\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td><img src=\"images/ad.jpg\" width=\"174\" height=\"225\" border=\"0\" usemap=\"#Map\"></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("<map name=\"Map\">");
document.writeln("<area shape=\"rect\" coords=\"144,1,173,15\" href=\"javascript:closeDiv()\">");
document.writeln("<area shape=\"rect\" coords=\"0,1,144,15\"  target=\"_blank\" href=\"NewsDetail.aspx?ID=212\">");
document.writeln("<area shape=\"rect\" coords=\"0,15,173,224\"  target=\"_blank\" href=\"NewsDetail.aspx?ID=212\">");
document.writeln("</map>");
document.writeln("<\/div>");
var msn=document.getElementById('msn');
msn.style.top=document.documentElement.clientHeight-225+'px';
msn.style.left=document.documentElement.clientWidth-174+'px';
moveR();
function moveR() {
msn.style.top=document.documentElement.scrollTop+document.documentElement.clientHeight-226-1+'px';	//116
msn.style.left=document.documentElement.scrollLeft+document.documentElement.clientWidth-175-1+'px';	//180
setTimeout("moveR();",80)
}
function closeDiv(){
  msn.style.visibility='hidden';
}