javastr="";
 
javastr=javastr+"<table width=\"777\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">";
javastr=javastr+"  <tr>";
javastr=javastr+"    <td><img src=\"images/bottom.gif\" width=\"777\" height=\"58\" border=\"0\" usemap=\"#Map\"></td>";
javastr=javastr+"  </tr>";
javastr=javastr+"</table>";
javastr=javastr+"<map name=\"Map\">";
javastr=javastr+"  <area shape=\"rect\" coords=\"577,13,671,31\" href=\"#top\">";
javastr=javastr+"  <area shape=\"rect\" coords=\"246,44,404,56\" href=\"mailto:syic@bjshy.gov.cn\">";
javastr=javastr+"</map>";
 
document.write(javastr);