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-180;
msn.style.left=document.body.scrollLeft+document.body.clientWidth-280;
setTimeout("moveR();",80)
}
function closeDiv(){
	msn.style.visibility='hidden';
}
