var footer = ""

var style_footer = "tdcfooter"
var image_url = "http://www.tdctrade.com/images/"

footer += "<link rel='stylesheet' href='http://www.tdctrade.com/footer/footer.css' type='text/css'>"
footer += "<table width='760' border='0' cellspacing='0' cellpadding='0'>"
footer += "  <tr> "
footer += "    <td width='2'><img src='"+image_url+"blank.gif' width='2' height='106' alt=''></td>"
footer += "    <td width='758' valign='bottom' background='"+image_url+"footer.gif'><table width='758' border='0' cellspacing='0' cellpadding='0'>"
footer += "        <tr> "
footer += "          <td width='10'><img src='"+image_url+"blank.gif' width='10' height='8' alt=''></td>"
footer += "          <td width='748' class='"+style_footer+"'>"
footer += ""
footer += "<A href='http://www.tdctrade.com/' target='_top'>tdctrade.com Home</A>"
footer += " | <A href='http://www.tdctrade.com/abouttdc/index.htm' target='_blank'>About HKTDC</A>"
footer += " | <A href='http://www.tdctrade.com/feedback/index.htm' target='_blank'>Contact Us</A>"
footer += " | <A href='http://www.tdctrade.com/abouttdc/globalNetwork.htm' target='_blank'>Global Network</A>"
footer += " | <A href='http://www.tdctrade.com/terms/index.htm' target='_blank'>Terms of Use</A>"
footer += " | <A href='http://www.tdctrade.com/privacy/index.htm' target='_blank'>Privacy Statement</A>"
footer += " | <A href='http://www.tdctrade.com/sitemap/index.htm' target='_blank'>Site Map</A>"
footer += " | <A href='http://www.tdctrade.com/rss/index.htm?w_jid=rss0806&w_typ=textlink&w_src=tdc_footer_en&w_url=rssen&w_plc=1_en&w_kwd=' target='_blank'>RSS</A>"
footer += ""
footer += "</td>"
footer += "        </tr>"
footer += "        <tr> "
footer += "          <td>&nbsp;</td>"
footer += "          <td><img src='"+image_url+"blank.gif' width='10' height='24' alt=''></td>"
footer += "        </tr>"
footer += "      </table></td>"
footer += "  </tr>"
footer += "</table>"
footer += "<table width='758' border='0' cellspacing='0' cellpadding='0'>"
footer += "  <tr> "
footer += "    <td width='10'><img src='"+image_url+"blank.gif' width='12' height='8' alt=''></td>"
footer += "    <td width='748' class='"+style_footer+"'>Copyright (C) 2000-" + (new Date()).getFullYear() + " Hong Kong Trade Development "
footer += "      Council. All rights reserved. </td>"
footer += "  </tr>"
footer += "</table>"

document.write(footer)