function footer(){
//document.write('');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%">');
document.write('<tr>');
document.write('<td bgcolor="#ffffff"><img src="images/spacer.gif" border="0" width="1" height="1"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#a8a8a8"><img src="images/spacer.gif" border="0" width="1" height="1"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#f5f5f5"><img src="images/spacer.gif" border="0" width="1" height="1"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#dfdfdf"><img src="images/spacer.gif" border="0" width="1" height="1"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td background="images/img_footer_bg.gif" height="23" align="right">');
document.write('<table cellpadding="0" cellspacing="0" border="0">');
document.write('<tr>');
document.write('<td><a href="index.html" class="footerlink">关于我们</a></td>');
document.write('<td class="footertxt">&nbsp;|&nbsp;</td>');
document.write('<td><a href="our_services.html" class="footerlink">我们的服务品种</a></td>');
document.write('<td class="footertxt">&nbsp;|&nbsp;</td>');
document.write('<td><a href="../corporation/contact_us.html" class="footerlink" target="_blank">联系我们</a></td>');
document.write('<td>&nbsp;</td>');		
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#b9b9b9"><img src="images/spacer.gif" border="0" width="1" height="1"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#ededed"><img src="images/spacer.gif" border="0" width="1" height="1"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="right" class="footertxt">版权所有 &copy; 贸易融资有限公司&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="right"><font class="footertxt">Powered by </font><a href="http://www.pacim.com/" target="_blank" class="footerlink">PacificLink iMedia Limited</a><font class="footertxt">.&nbsp;</font></td>');
document.write('</tr>');
document.write('</table>');
}