var dt=new Date();
currentyear=dt.getFullYear()

document.write("<table width=700 border=0 cellspacing=0 cellpadding=0>")
document.write("<tr>")
document.write("<td align=left><font color=#ffffff class=footer>Copyright &copy; "+ currentyear +". CWT Globelink Pte Ltd. All Rights Reserved. While every effort has been made to ensure the accuracy of the information in this website, no liability can be accepted for errors, omissions or inaccuracies of any kind.CWT Globelink would be pleased to receive amendments and other appropriate information for possible inclusion. <a href=terms.htm><font color=#ffffff>Terms of Use</font></a>  |  <a href=policy.htm><font color=#ffffff>Privacy Policy</font></a> | <a href=sitemap.htm><font color=#ffffff>Sitemap</font></a></font> </td>")
document.write("</tr>")
document.write("</table>")