function footer(){
//document.write('');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%">');
document.write('<tr>');
document.write('<td><img src="images/spacer.gif" border="0" width="1" height="5"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#e3e3e3"><img src="images/spacer.gif" border="0" width="1" height="1"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/spacer.gif" border="0" width="1" height="5"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%">');
document.write('<tr>');
document.write('<td>');
//logo table
document.write('<table cellpadding="0" cellspacing="0" border="0">');
document.write('<tr>');
document.write('<td colspan="4" class="footertxt">&nbsp;TFC集团成员:</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><a href="../finance/index.html" target="_blank"><img src="images/img_financial_logo.gif" border="0"></a></td>');
document.write('<td><a href="../capital/index.html" target="_blank"><img src="images/img_capital_logo.gif" border="0"></a></td>');
document.write('<td><a href="../services/index.html" target="_blank"><img src="images/img_cs_logo.gif" border="0"></a></td>');
//document.write('<td><a href="../brokerage/index.html" target="_blank"><img src="images/img_brokerage_logo.gif" border="0"></a></td>');
document.write('</tr>');
document.write('</table>');
//end of logo table
document.write('</td>');
document.write('<td align="right" valign="top">');
document.write('<table cellpadding="0" cellspacing="0" border="0">');
document.write('<tr>');
document.write('<td align="right">');
document.write('<table cellpadding="0" cellspacing="0" border="0">');
document.write('<tr>');
document.write('<td><a href="about_us.html" class="footerlink">关于我们</a></td>');
document.write('<td class="footertxt">&nbsp;|&nbsp;</td>');
document.write('<td><a href="our_vision.html" class="footerlink">我们的视野</a></td>');
document.write('<td class="footertxt">&nbsp;|&nbsp;</td>');
document.write('<td><a href="clients.html" class="footerlink">客户群体与合作者</a></td>');
document.write('<td class="footertxt">&nbsp;|&nbsp;</td>');
document.write('<td><a href="our_sub.html" class="footerlink">我们的子公司</a></td>');
document.write('<td class="footertxt">&nbsp;|&nbsp;</td>');
document.write('<td><a href="contact_us.html" class="footerlink">联系我们</a></td>');
document.write('<td class="footertxt">&nbsp;|&nbsp;</td>');
document.write('<td><a href="press_release.html" class="footerlink">新闻稿</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="right" class="footertxt">版权所有 &copy; TFC金融控股有限公司</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="right" class="footertxt">Powered by <a href="http://www.pacim.com" target="_blank" class="footerlink">PacificLink iMedia Limited</a>.</td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
}
