﻿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:300px; BORDER-BOTTOM:#455690 1px solid; POSITION:absolute; TOP:0px; HEIGHT:218 px; BACKGROUND-COLOR:#666\">");
document.writeln("<div style=\"background:#666; text-align:right; height:18px; line-height:18px; color:#FFF; font-weight:bold; cursor:pointer; cursor:hand; font-size:12px; padding-right:6px\"  onclick=\"closeDiv()\" >关闭<\/div>");
document.writeln("<div align=\"center\"><a href=\"http://www.zjxxt.com\" target=\"_blank\" onclick=\"closeDiv()\"><img src=\"images/xxtad.gif\" width=\"300\" height=\"200\" border=\"0\" /><\/a><\/div><\/div>");
msn.style.top=document.documentElement.clientHeight-228;
msn.style.left=document.documentElement.clientWidth-310;
moveR();
function moveR() {
msn.style.top=document.documentElement.scrollTop+document.documentElement.clientHeight-228;
msn.style.left=document.documentElement.scrollLeft+document.documentElement.clientWidth-310;
setTimeout("moveR();",40)
}
function closeDiv(){
	msn.style.visibility='hidden';
}
