var d = new Date();
var curr_year = d.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; "+ curr_year +" 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 9504 Email: <a href=mailto:conference@g12asia.com>conference@g12asia.com</a></td>")*/
document.write("<td align=center><font color=#ffffff class=footer><strong>All Rights Reserved. Copyright &copy; 2010 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:conference@g12asia.com>conference@g12asia.com</a></td>")
document.write("</tr>")
document.write("</table>")