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 Group Members:</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">About Us</a></td>');
document.write('<td class="footertxt">&nbsp;|&nbsp;</td>');
document.write('<td><a href="our_vision.html" class="footerlink">Our Vision</a></td>');
document.write('<td class="footertxt">&nbsp;|&nbsp;</td>');
document.write('<td><a href="clients.html" class="footerlink">Clients & Partners</a></td>');
document.write('<td class="footertxt">&nbsp;|&nbsp;</td>');
document.write('<td><a href="our_sub.html" class="footerlink">Our Subsidiaries</a></td>');
document.write('<td class="footertxt">&nbsp;|&nbsp;</td>');
document.write('<td><a href="contact_us.html" class="footerlink">Contact Us</a></td>');
document.write('<td class="footertxt">&nbsp;|&nbsp;</td>');
document.write('<td><a href="press_release.html" class="footerlink">Press Release</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="right" class="footertxt">Copyright &copy; 2007 TFC Finanical Holdings Limited. All rights reserved.</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>');
}