document.writeln("<div id=\"msn\" style=\"Z-INDEX:99999; LEFT:0px; WIDTH:227px; POSITION:absolute; TOP:0px; HEIGHT:183px;\">");
document.writeln("<table style=\"margin:0px;padding:0px;\"><tr><td>");
//document.writeln("<script type=\"text/javascript\">writeflashhtml(\"_swf=/flash/ahyright_01.swf\", \"_width=227\", \"_height=183\" ,\"_wmode=transparent\")\;<\/script>");
document.writeln("<\/td><\/tr><\/table><\/div>");
var msn=document.getElementById("msn");
msn.style.top=document.body.clientHeight-178;
msn.style.left=document.body.clientWidth-234;
moveR();
function moveR() {
msn.style.top=document.body.scrollTop+document.body.clientHeight-178;
msn.style.left=document.body.scrollLeft+document.body.clientWidth-234;
setTimeout("moveR();",80)
}
function closeDiv(){
	msn.style.visibility='hidden';
}
