﻿document.writeln("<div id=\"msn\" style=\" Z-INDEX:99999; LEFT:0px;  POSITION:absolute; TOP:0px; \">");
document.writeln(" <style type=\"text/css\"> ");
document.writeln("<!-- ");
document.writeln("ul { margin:0px; list-style:none; ");
document.writeln("} ");
document.writeln("img { border:0px;} ");
document.writeln("p { margin:0px; padding:2px 0px 2px 0px; text-align:center} ");
document.writeln("--> ");
document.writeln("</style> ");
document.writeln("<table cellspacing=\"0\"  id=\"qqtab\" cellpadding=\"0\" width=\"110\" border=\"0\"> ");
document.writeln("  <tdocumentElement> ");
document.writeln("    <tr> ");
document.writeln("      <td onclick=\"if(document.all.qqtab.style.display=='none'){document.all.qqtab.style.display=''} else {document.all.qqtab.style.display='none'}\" width=\"110\"><img src=\"/cn/inc/qq_img/top.gif\" alt=\"1\" border=\"0\" /></td> ");
document.writeln("    </tr> ");
document.writeln("    <tr id=\"qqstab\"> ");
document.writeln("      <td valign=\"left\" align=\"middle\" background=\"/cn/inc/qq_img/middle.gif\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"93\" border=\"0\"> ");
document.writeln("          <tdocumentElement> ");
document.writeln("            <tr><td>");
document.writeln("                <p><a target=blank href=tencent://message/?uin=924220314&Site=LED&Menu=yes><img  SRC=http://wpa.qq.com/pa?p=1:924220314:6 alt=\"ѯ\"></a> </a></p> ");
document.writeln("                <p><a href=\"msnim:chat?contact=lianjipeng@126.com\" target=\"blank\"><img src=\"/cn/inc/qq_img/msn.gif\" alt=\"ȷmsn\"  title=\"lianjipeng@126.com\" /></a></p> ");
document.writeln("               </td> ");
document.writeln("            </tr> ");
document.writeln("          </tdocumentElement> ");
document.writeln("        </table></td> ");
document.writeln("    </tr> ");
document.writeln("    <tr> ");
document.writeln("      <td onclick=\"if(document.all.qqstab.style.display=='none'){document.all.qqstab.style.display=''} else {document.all.qqstab.style.display='none'}\" width=\"110\"><img src=\"/cn/inc/qq_img/bottom.gif\" alt=\"1\" border=\"0\" /></td> ");
document.writeln("    </tr> ");
document.writeln(" </tdocumentElement> ");
document.writeln("</table> ");

document.writeln("<\/div>");


msn.style.top=document.body.clientHeight-474;
msn.style.left=document.body.clientWidth-225;
moveR();
function moveR() {
msn.style.top=document.body.scrollTop+document.body.clientHeight-252;
msn.style.left=document.body.scrollLeft+document.body.clientWidth-112;
setTimeout("moveR();",80)
}
function closeDiv(){
	msn.style.visibility='hidden';
}
 