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