﻿document.writeln ("<TABLE cellSpacing=0 cellPadding=0 width='100%' border=0>")
document.writeln ("<TR>")
document.writeln ("<TD vAlign=top align=center style='font-size:9pt'>")
document.writeln ("<span style='font-family:arial;color:#990000'>Shenzhen Municipal Planning & Land Information Center  All Rights Reserved 1999-"+getYear()+"</span>")
document.writeln ("<BR>主办单位：<A href='http://www.szhome.com/new/about.asp'>深圳市规划国土房产信息中心</A>&nbsp;&nbsp; 深圳市易图资讯有限公司设计制作维护")
document.writeln ("<BR>电话：0755-83680531&nbsp; 传真：0755-83680527&nbsp;")
document.writeln("<BR>深圳市规划国土房产信息中心，版权所有，未经同意请勿转载")
document.writeln("<BR>ICP备案号：粤B2-20030105 ")
document.writeln ("</TD>")
document.writeln ("<td width='100' align='center' nowrap><a href='http://www.sznet110.gov.cn/index.jsp' target='_blank'><img src='http://www.szhome.com/sites/other/weblogo/boy-s.gif' width='40' height='60' border='0'><img src='http://www.szhome.com/sites/other/weblogo/girl-s.gif' width='40' height='60' border='0'></a></td>")  
document.writeln ("</TR>")
document.writeln ("</TABLE>")

function getYear(){
   var d;
   d = new Date();
   return(d.getFullYear());
}
