lastmod = window.document.lastModified; 
lastmoddate = Date.parse(lastmod);
document.write("<p><img src='/nfgis/images/reddot.gif' width='700' height='2'></p>");
document.write("<table width=700 border=0 cellspacing=0 cellpadding=0 align=left><tr><td><img src='/nfgis/images/mail.gif' width=14 height=10>&nbsp;: <a href='mailto:std@nsdi.gov.cn'>std@nsdi.gov.cn</a></td>");
document.write("<td align=right>版权所有&copy; ：国家基础地理信息中心</td></tr>");
document.write("<tr><td>网址：<a href='http://nfgis.nsdi.gov.cn'>http://nfgis.nsdi.gov.cn</a></td>");
document.write("<td  align=right>主页制作者：<a href='http://ngcc.sbsm.gov.cn/'>国家基础地理信息中心</a></td></tr>");
if(lastmoddate == 0) //日期不详（或格林尼治标准时间1970年1月1日）
    {
     document.write("最后更新日期不详<br>");
    } 
else
    {
     document.write("<tr><td>最后更新日期："+window.document.lastModified+"</td>");
    }
document.write("<td align=right><input type='button' value=' 返回 ' onclick='window.history.back()'></td></tr>");
document.write("<tr><td colspan=2 align='center'> <a href='http://www.miitbeian.gov.cn'> 京ICP备10049814号-4</a></td></table>");

document.write("<!--");
document.write("<p><img src='/nfgis/images/reddot.gif' width='700' height='2'></p>");
document.write("<form method=post action=/asp/advise.asp>");
document.write("<table width=100% border=0>");
document.write("        <tr>");
document.write("          <td>请在下面输入您对本页的修改意见：</td>");
document.write("        </tr>");
document.write("        <tr>");
document.write("          <td>");
document.write("           <textarea name='advice' rows=6 cols=80></textarea>");
document.write("          </td></tr><tr>");
document.write("          <td height=40>姓名"); 
document.write("            <input type=text name='name' size=10 maxlength=5>");
document.write("<input type=hidden name=page >");
document.write("            <input type='submit' name='question' value='提交' onClick='page.value=document.location'>");
document.write("</td></tr></table></form>");
document.write("-->");