document.writeln("<div id=\"msn\" style=\"BORDER-RIGHT:#455690 1px solid; BORDER-TOP:#a6b4cf 1px solid; Z-INDEX:99999; LEFT:0px;  BORDER-LEFT:#a6b4cf 1px solid; WIDTH:100px; BORDER-BOTTOM:#455690 1px solid; POSITION:absolute; TOP:0px; HEIGHT:210px; BACKGROUND-COLOR:#c9d3f3\"><img src=kefu.gif><\/div>");

msn.style.top=document.body.clientHeight-174;
msn.style.left=document.body.clientWidth-225;
moveR();
function moveR() {
msn.style.top=document.body.scrollTop+document.body.clientHeight-215;
msn.style.left=document.body.scrollLeft+document.body.clientWidth-110;
setTimeout("moveR();",80)
}
function closeDiv(){
	msn.style.visibility='hidden';
}
