var footer = ""
var style_footer = "tdcfooter"

footer+="<link href='http://info.hktdc.com/footer/footer.css' rel='stylesheet' type='text/css'>"
footer += "<table border='0' cellpadding='0' cellspacing='0' width='775px' class='"+style_footer+"'>"
footer += "<tr>"
footer += "<td><div>"
footer += "<table width='100%'  border='0' cellspacing='0' cellpadding='0'>"
footer += "<tr>"
footer += "<td width='15'>&nbsp;</td>"
footer += "<td><table width='100%'  border='0' cellspacing='0' cellpadding='0'>"
footer += "<tr>"
footer += "<td align='center'><hr class='dot_line'></td>"
footer += "</tr>"
footer += "<tr>"
footer += "<td height='25' align='center' valign='middle' class='content_black_small'><a href='http://info.hktdc.com/' class='link_black_small' target='_blank'>Terms of Use</a> | <a href='http://info.hktdc.com/privacy/' class='link_black_small' target='_blank'>Privacy Statement</a></td>"
footer += "</tr>"
footer += "<tr>"
footer += "<td align='center'><hr class='dot_line'></td>"
footer += "</tr>"
footer += "<tr>"
footer += "<td align='center' class='content_black_small'>Copyright (C) 2000-" + (new Date()).getFullYear() + " Hong Kong Trade Development Council. All rights reserved.</td>"
footer += "</tr>"
footer += "<tr>"
footer += "<td align='center' class='content_black_small'>&nbsp;</td>"
footer += "</tr>"
footer += "</table></td>"
footer += "<td width='15'>&nbsp;</td>"
footer += "</tr>"
footer += "</table>"
footer += "</div></td>"
footer += "</tr>"
footer += "</table>"


document.write(footer)