document.writeln("<div id=\"msn\" style=\" Z-INDEX:99999; LEFT:0px;   WIDTH:180px;  POSITION:absolute; TOP:0px; HEIGHT:116px\">");
document.writeln("<a href=\"http://www.yuecheng.com/Channel_166.html\" target=\"_blank\" style=\"FONT-WEIGHT:bold;COLOR:red;border:0px\"><img src=\"msn1.jpg\" hspace=\"1\" style=\"CURSOR:pointer\"\/><\/div>");

msn.style.top=document.body.clientHeight-230;
msn.style.left=document.body.clientWidth-225;
moveR();
function moveR() {
msn.style.top=document.body.scrollTop+document.body.clientHeight-230;
msn.style.left=document.body.scrollLeft+document.body.clientWidth-220;
setTimeout("moveR();",80)
}
function closeDiv(){
	msn.style.visibility='hidden';
}
