﻿document.writeln("<div id=\"msn\" style=\" BORDER:#a6b4cf 1px solid; Z-INDEX:99999; WIDTH:284px; POSITION:absolute; HEIGHT:240px;\">");
document.writeln("<div id=\"ptitle\">");
document.writeln("<table style=\"width:100%;BORDER-TOP:#ffffff 1px solid; BORDER-LEFT:#ffffff 1px solid;background-color:#cfdef4;\"> ");
document.writeln("  <tr>");
document.writeln("    <td height=\"24\" width=\"26\" style=\"FONT-SIZE:12px;BACKGROUND-IMAGE:url(images\/msgTopBg.gif);COLOR:#0f2c8c\" valign=\"middle\">&nbsp;<\/td>");
document.writeln("<td style=\"FONT-WEIGHT:normal;FONT-SIZE:9pt;BACKGROUND-IMAGE:url(images\/msgTopBg.gif);COLOR:#1f336b;PADDING-TOP:4px\" valign=\"middle\" width=\"100%\">池州装饰网新版上线！<\/td>");
document.writeln("<td style=\"BACKGROUND-IMAGE:url(images\/msgTopBg.gif);PADDING-TOP:2px\" valign=\"middle\" width=\"19\" align=\"right\"><img src=\"images\/msgClose.gif\" hspace=\"3\" style=\"CURSOR:pointer\" onclick=\"closeDiv()\" title=\"关闭\"\/><\/td>");
document.writeln("<\/tr><tr><td style=\"PADDING-RIGHT:1px;\">");
document.writeln("<\/td><\/tr><\/table><\/div>");
document.writeln("<div style=\"BORDER: #b9c9ef 1px solid; PADDING:0px;\">");
document.writeln("<a href=\"http://home.0566fc.com/\" target=\"_blank\"><img src=\"2010img\/0566hpop.gif\" width=\"280\" height=\"230\" border=\"0\"><\/a><\/div><\/div>")
var _msn=document.getElementById("msn");
_msn.style.top=document.body.clientHeight-265;
_msn.style.left=document.body.clientWidth-285;
	//alert(document.body.clientHeight);
//alert(document.body.scrollTop);
moveR();
function moveR() {

_msn.style.top=document.body.scrollTop+document.body.clientHeight-265;
_msn.style.left=document.body.scrollLeft+document.body.clientWidth-285;
setTimeout("moveR();",80)
}
function closeDiv(){
	_msn.style.visibility='hidden';
}