document.writeln("<!DOCTYPE HTML PUBLIC \"-\/\/W3C\/\/DTD HTML 4.01 Transitional\/\/EN\"");
document.writeln("\"http:\/\/www.w3.org\/TR\/html4\/loose.dtd\">");
document.writeln("<html>");
document.writeln("<head>");
document.writeln("<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=gb2312\">");
document.writeln("<title>????????<\/title>");
document.writeln("<style type=\"text\/css\">");
document.writeln("<!--");
document.writeln("body {");
document.writeln("	margin-top: 0px;");
document.writeln("}");
document.writeln("-->");
document.writeln("<\/style><\/head>");
document.writeln("");
document.writeln("<body>");
document.writeln("<TABLE WIDTH=1000 BORDER=0 CELLPADDING=0 CELLSPACING=0>");
document.writeln("  <TR>");
document.writeln("    <TD><img src=\"img\/top.gif\" width=\"1000\" height=\"220\"><\/TD>");
document.writeln("  <\/TR>");
document.writeln("  <TR>");
document.writeln("    <TD><TABLE cellSpacing=0 cellPadding=0 width=\"100%\" align=center border=0>");
document.writeln("      <TBODY>");
document.writeln("        <TR>");
document.writeln("          <TD align=middle background=img\/toptp01.gif height=45>");
document.writeln("            <TABLE cellSpacing=0 cellPadding=0 width=780 border=0>");
document.writeln("              <TBODY>");
document.writeln("                <TR>");
document.writeln("                  <TD width=78 height=45><A href=\"index.htm\"><IMG ");
document.writeln("            height=45 src=\"img\/btn01.gif\" width=78 ");
document.writeln("            border=0><\/A><\/TD>");
document.writeln("                  <TD width=78><A href=\"hospital.htm\" target=_blank ><IMG ");
document.writeln("            height=45 src=\"img\/btn02.gif\" width=78 ");
document.writeln("            border=0><\/A><\/TD>");
document.writeln("                  <TD width=78><A href=\"expert.htm\" target=_blank ><IMG ");
document.writeln("            height=45 src=\"img\/btn03.gif\" width=78 ");
document.writeln("            border=0><\/A><\/TD>");
document.writeln("                  <TD width=78><A href=\"bdf.htm\" target=_blank ><IMG ");
document.writeln("            height=45 src=\"img\/bdf.gif\" width=78 ");
document.writeln("            border=0><\/A><\/TD>");
document.writeln("                  <TD width=78><A href=\"ylb.htm\" target=_blank ><IMG ");
document.writeln("            height=45 src=\"img\/ylb.gif\" width=78 ");
document.writeln("            border=0><\/A><\/TD>");
document.writeln("                  <TD width=78><A href=\"tslf.htm\" target=_blank ><IMG ");
document.writeln("            height=45 src=\"img\/dg.gif\" width=78 ");
document.writeln("            border=0><\/A><\/TD>");
document.writeln("                  <TD width=78><A href=\"case.htm\" target=_blank ><IMG ");
document.writeln("            height=45 src=\"img\/btn07.gif\" width=78 ");
document.writeln("            border=0><\/A><\/TD>");
document.writeln("                  <TD width=78><A href=\"zxzx.htm\" target=_blank ><IMG ");
document.writeln("            height=45 src=\"img\/btn08.gif\" width=78 ");
document.writeln("            border=0><\/A><\/TD>");
document.writeln("                  <TD width=78><A href=\"wsdg.htm\" target=_blank ><IMG ");
document.writeln("            height=45 src=\"img\/btn04.gif\" width=78 ");
document.writeln("            border=0><\/A><\/TD>");
document.writeln("                  <TD width=78><A href=\"contact.htm\" target=_blank ><IMG ");
document.writeln("            height=45 src=\"img\/btn10.gif\" width=78 ");
document.writeln("            border=0><\/A><\/TD>");
document.writeln("                <\/TR>");
document.writeln("              <\/TBODY>");
document.writeln("          <\/TABLE><\/TD>");
document.writeln("        <\/TR>");
document.writeln("      <\/TBODY>");
document.writeln("    <\/TABLE><\/TD>");
document.writeln("  <\/TR>");
document.writeln("  <TR>");
document.writeln("    <TD> <IMG SRC=\"img\/top_7.gif\" WIDTH=1000 HEIGHT=1 ALT=\"\"><\/TD>");
document.writeln("  <\/TR>");
document.writeln("<\/TABLE>");
document.writeln("<\/body>");
document.writeln("<\/html>");
document.writeln("<script language=\"JavaScript\">");
document.writeln(" var delta=0.15");
document.writeln(" var collection;");
document.writeln(" function floaters() {");
document.writeln("  this.items = [];");
document.writeln("  this.addItem = function(id,x,y,content)");
document.writeln("      {");
document.writeln("     document.write(\'<DIV id=\'+id+\' style=\"Z-INDEX: 10; POSITION: absolute;  width:80px; height:60px;left:\'+(typeof(x)==\'string\'?eval(x):x)+\';top:\'+(typeof(y)==\'string\'?eval(y):y)+\'\">\'+content+\'<\/DIV>\');");
document.writeln("     ");
document.writeln("     var newItem    = {};");
document.writeln("     newItem.object   = document.getElementById(id);");
document.writeln("     newItem.x    = x;");
document.writeln("     newItem.y    = y;");
document.writeln("     this.items[this.items.length]  = newItem;");
document.writeln("      }");
document.writeln("  this.play = function()");
document.writeln("      {");
document.writeln("     collection    = this.items");
document.writeln("     setInterval(\'play()\',10);");
document.writeln("      }");
document.writeln("  }");
document.writeln("  function play()");
document.writeln("  {");
document.writeln("   for(var i=0;i<collection.length;i++)");
document.writeln("   {");
document.writeln("    var followObj  = collection[i].object;");
document.writeln("    var followObj_x  = (typeof(collection[i].x)==\'string\'?eval(collection[i].x):collection[i].x);");
document.writeln("    var followObj_y  = (typeof(collection[i].y)==\'string\'?eval(collection[i].y):collection[i].y);");
document.writeln("    if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x)) {");
document.writeln("     var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta;");
document.writeln("     dx=(dx>0?1:-1)*Math.ceil(Math.abs(dx));");
document.writeln("     followObj.style.left=followObj.offsetLeft+dx;");
document.writeln("     }");
document.writeln("    if(followObj.offsetTop!=(document.body.scrollTop+followObj_y)) {");
document.writeln("     var dy=(document.body.scrollTop+followObj_y-followObj.offsetTop)*delta;");
document.writeln("     dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));");
document.writeln("     followObj.style.top=followObj.offsetTop+dy;");
document.writeln("     }");
document.writeln("    followObj.style.display = \'\';");
document.writeln("   }");
document.writeln("  } ");
document.writeln("  ");
document.writeln(" var theFloaters  = new floaters();");
document.writeln(" theFloaters.play();");
document.writeln("<\/script>");