var dt=new Date();
currentyear=dt.getFullYear()

document.write("<table width=800 border=0 cellspacing=0 cellpadding=0>")
document.write("<tr>")
document.write("<td align=center><font color=#ffffff class=footer><strong>All Rights Reserved. Copyright &copy; "+ currentyear +" TOUCH MINISTRIES INTERNATIONAL PTE LTD</strong>.<br> 750A Chai Chee Road #04-01 Technopark @ Chai Chee, Singapore 469001. <br>Tel: (65) 6424 9400 Fax: (65) 6424 9500 Email: <a href=mailto:enquiries@g12asia.com>enquiries@g12asia.com</a></td>")
document.write("</tr>")
document.write("</table>")