document.writeln("<div id=\"msn\" style=\"width:302px;POSITION:absolute\"><a href=\"DOMAIN_electron_pro5.asp\"><img src=\"digital.gif\" width=\"302\" height=\"158\" border=\"0\" title=\"please click to see the details\"></a><div style=\"width:13px;height:13px;position:absolute;left=280px;top=5px\"><img src=\"images/msgClose.gif\" width=\"13\" height=\"13\" style=\"CURSOR:pointer\" onclick=\"closeDiv()\" title=\"close\"><\/div><\/div>");

msn.style.top=document.body.clientHeight-160;
msn.style.left=document.body.clientWidth-310;
moveR();
function moveR() {
msn.style.top=document.body.scrollTop+document.body.clientHeight-160;
msn.style.left=document.body.scrollLeft+document.body.clientWidth-310;
setTimeout("moveR();",80)
}
function closeDiv(){
	msn.style.visibility='hidden';
}