document.writeln("<div id=\"msn\" style=\"WIDTH:100px;HEIGHT:227px; BACKGROUND:url(/img_xcl/kf.jpg); position:absolute\">");
document.writeln("	<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("		<tr>");
document.writeln("			<td height=\"24\" width=\"26\" valign=\"middle\"></td>");
document.writeln("			<td valign=\"middle\" width=\"100%\">&nbsp;&nbsp;</td>");
document.writeln("			<td style=\"PADDING-TOP:2px\" valign=\"middle\" width=\"19\" align=\"right\"><img src=\"/newimages/msgClose.gif\" hspace=\"3\" style=\"CURSOR:pointer\" onClick=\"closeDiv()\" title=\"¹Ø±Õ\"/></td>");
document.writeln("		</tr>");
document.writeln("		<tr><td colspan=\"3\" height=\"115\">&nbsp;</td></tr>");
document.writeln("		<tr>");
document.writeln("			<td colspan=\"3\" align=\"center\" height=\"25\"><a href=\"/kf.asp\" target=\"_blank\"><img src=\"/img_xcl/kf1.jpg\" border=\"0\" /></a></td>");
document.writeln("		</tr>");
document.writeln("		<tr>");
document.writeln("			<td colspan=\"3\" align=\"center\" height=\"25\"><a href=\"/kf.asp\" target=\"_blank\"><img src=\"/img_xcl/kf2.jpg\" border=\"0\" /></a></td>");
document.writeln("		</tr>");
document.writeln("		<tr>");
document.writeln("			<td colspan=\"3\" align=\"center\" height=\"25\"><a href=\"/kf.asp\" target=\"_blank\"><img src=\"/img_xcl/kf3.jpg\" border=\"0\" /></a></td>");
document.writeln("		</tr>");
document.writeln("		<tr><td colspan=\"3\" height=\"5\">&nbsp;</td></tr>");
document.writeln("	</table>");
document.writeln("</div>");
document.writeln("");

msn.style.top=document.body.clientHeight-274;
msn.style.left=document.body.clientWidth-168;
moveR();
function moveR() {
msn.style.top=document.body.scrollTop+document.body.clientHeight-236;
msn.style.left=document.body.scrollLeft+document.body.clientWidth-123;
setTimeout("moveR();",80)
}
function closeDiv(){
	msn.style.visibility='hidden';
}