var footer = ""
footer += "<font face=arial><link rel='stylesheet' href='http://my.tdctrade.com/footer/footer.css' type='text/css'>"
footer += "<hr size='1' width=760 align=left>"
footer += "<table width='760' border='0' cellspacing='0' cellpadding='2'>"
footer += "<tr><td rowspan='2' width='150' valign='top'><img src='http://my.tdctrade.com/images/spacer.gif' width='140' height='5'><br>"
footer += "<a href='http://www.tdctrade.com/abouttdc/index.htm' target=_blank><img src='http://my.tdctrade.com/images/tdclogo_sm.gif' width='130' height='23' alt='TDC logo' border=0></a></td>"
footer += "<td width='100%' nowrap>"
    	footer += "<a href='http://www.tdctrade.com' target=_top class=tdcfooter>Main Page</a>&nbsp;|&nbsp;"
    	footer += "<a href='http://www.tdctrade.com/about/index.htm' target=_blank class=tdcfooter>About Us</a>&nbsp;|&nbsp;"
    	footer += "<a href='http://www.tdctrade.com/feedback/index.htm' target=_blank class=tdcfooter>Contact Us</a>&nbsp;|&nbsp;"
    	footer += "<a href='http://www.tdctrade.com/abouttdc/globalNetwork.htm' target=_blank class=tdcfooter>Global Network</a>&nbsp;|&nbsp;"
    	footer += "<a href='http://www.tdctrade.com/terms/index.htm' target=_blank class=tdcfooter>Terms of Use</a>&nbsp;|&nbsp;"
    	footer += "<a href='http://www.tdctrade.com/privacy/index.htm' target=_blank class=tdcfooter>Privacy Statement</a>&nbsp;|&nbsp;"
    	footer += "<a href='http://www.tdctrade.com/sitemap/index.htm' target=_blank class=tdcfooter>Site Map</a>"
    footer += "</td>"
if ((window.location.toString().indexOf("hktrader.net") > 0) || (window.location.toString().indexOf("ceo.tdctrade.com") > 0)){
	footer += "<td rowspan='2' width='150' valign='top'>"
	footer += "<a href='http://www.tdctrade.com/' target=_top><img src='http://my.tdctrade.com/images/tdctradelogo.gif' alt='tdctrade.com logo' border=0></a></td>"
}	
  footer += "</tr>"
  footer += "<tr> "
    footer += "<td nowrap> "
      footer += "<p class=tdcfooter>Copyright (C) 2000-"
      footer += (new Date()).getFullYear()
        footer += " Hong Kong Trade Development Council. All rights reserved.</p>"
    footer += "</td>"
    footer += "<td align='right' valign='bottom'></td>"
  footer += "</tr>"
footer += "</table></font>"
document.write(footer)

