﻿document.writeln("<div id=\"msn\" style=\"POSITION:absolute; TOP:0px; HEIGHT:116px;\">");
document.writeln("  <table cellspacing=\"0\" cellpadding=\"0\" width=\"125\" border=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td height=\"28\" background=\"/Content/Images/Home/Index/middle.gif\">");
document.writeln("          <a onclick=\"closeDiv()\" href=\"javascript:;\" shape=\"circle\" >");
document.writeln("            <img src=\"/Content/Images/Home/Index/top_01.gif\" width=\"130\" border=\"0\" />");
document.writeln("          </a>");
document.writeln("        </td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td background=\"/Content/Images/Home/Index/middle.gif\">");
document.writeln("          <table style=\"font-size: 12px\" height=\"111\" cellspacing=\"0\" cellpadding=\"0\" width=\"117\"");
document.writeln("              align=\"center\" border=\"0\">");
document.writeln("              <tr>");
document.writeln("                <td width=\"108\">");
document.writeln("                  <table id=\"table47\" height=\"34\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" border=\"0\">");
document.writeln("                      <tr>");
document.writeln("                        <td valign=\"top\" width=\"16\" height=\"16\" rowspan=\"2\">");
document.writeln("                          <img height=\"16\" alt=\"\" src=\"/Content/Images/Home/Index/teacher.gif\" width=\"16\" />");
document.writeln("                        </td>");
document.writeln("                        <td style=\"font-size: 12px\" valign=\"bottom\" width=\"90\" height=\"17\">");
document.writeln("                          张老师");
document.writeln("                        </td>");
document.writeln("                      </tr>");
document.writeln("                      <tr>");
document.writeln("                        <td style=\"font-size: 12px\" valign=\"bottom\" height=\"9\">");
document.writeln("                          123456789");
document.writeln("                        </td>");
document.writeln("                      </tr>");
document.writeln("                  </table>");
document.writeln("                </td>");
document.writeln("              </tr>");
document.writeln("              <tr>");
document.writeln("                <td>");
document.writeln("                </td>");
document.writeln("              </tr>");
document.writeln("              <tr>");
document.writeln("                <td>");
document.writeln("                  <table id=\"table1\" cellspacing=\"0\" cellpadding=\"2\" width=\"100%\" border=\"0\">");
document.writeln("                      <tr>");
document.writeln("                        <td valign=\"top\" width=\"15\" height=\"34\" rowspan=\"3\">");
document.writeln("                          <img height=\"16\" src=\"/Content/Images/Home/Index/teacher.gif\" width=\"16\" />");
document.writeln("                        </td>");
document.writeln("                        <td valign=\"bottom\">");
document.writeln("                        </td>");
document.writeln("                      </tr>");
document.writeln("                      <tr>");
document.writeln("                        <td style=\"font-size: 12px\" valign=\"bottom\" width=\"90\" height=\"16\">");
document.writeln("                          李老师");
document.writeln("                        </td>");
document.writeln("                      </tr>");
document.writeln("                      <tr>");
document.writeln("                        <td style=\"font-size: 12px\" valign=\"bottom\" height=\"17\">");
document.writeln("                          123456789");
document.writeln("                        </td>");
document.writeln("                      </tr>");
document.writeln("                  </table>");
document.writeln("                </td>");
document.writeln("              </tr>");
document.writeln("              <tr>");
document.writeln("                <td>");
document.writeln("                  <table id=\"table1\" cellspacing=\"0\" cellpadding=\"2\" width=\"100%\" border=\"0\">");
document.writeln("                      <tr>");
document.writeln("                        <td valign=\"top\" width=\"15\" height=\"34\" rowspan=\"3\">");
document.writeln("                          <img height=\"16\" src=\"/Content/Images/Home/Index/teacher.gif\" width=\"16\" />");
document.writeln("                        </td>");
document.writeln("                        <td valign=\"bottom\">");
document.writeln("                        </td>");
document.writeln("                      </tr>");
document.writeln("                      <tr>");
document.writeln("                        <td style=\"font-size: 12px\" valign=\"bottom\" width=\"90\" height=\"16\">");
document.writeln("                          唐老师");
document.writeln("                        </td>");
document.writeln("                      </tr>");
document.writeln("                      <tr>");
document.writeln("                        <td style=\"font-size: 12px\" valign=\"bottom\" height=\"17\">");
document.writeln("                          123456789");
document.writeln("                        </td>");
document.writeln("                      </tr>");
document.writeln("                  </table>");
document.writeln("                </td>");
document.writeln("              </tr>");
document.writeln("              <tr>");
document.writeln("              </tr>");
document.writeln("          </table>");
document.writeln("        </td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td>");
document.writeln("          <img height=\"31\" src=\"/Content/Images/Home/Index/bottom.gif\" width=\"130\" />");
document.writeln("        </td>");
document.writeln("      </tr>");
document.writeln("  </table>");
document.writeln("</div>");

msn.style.top = document.body.clientHeight - 174;
msn.style.left = document.body.clientWidth - 160;
msn.style.zIndex = 9999;
moveR();
function moveR() {
    msn.style.top = document.documentElement.scrollTop + document.documentElement.clientHeight - 180;
    msn.style.left = document.body.scrollLeft + document.body.clientWidth - 160;
    setTimeout("moveR();", 80);
}
function closeDiv() {
    msn.style.visibility = 'hidden';
}
