var dDate =new Date()
var year = dDate.getYear()
if (year < 1000)
   year += 1900
   
document.write("<table width=100% border=0 cellpadding=0 cellspacing=0 bgcolor=D91E1E>")
document.write("<tr> ")
document.write("<td width=38 height=23>&nbsp;</td>")
document.write("<td width=474><font color=#FFFFFF>Copyright &copy; "+ year+" Original Media Pte Ltd. All Rights Reserved.</font></td>")
document.write("<td width=280><font color=#EEEEEE>Designed by <a href=http://www.medialabs.com.sg target=_blank class=footer>Media Labs Innovation Pte Ltd</a></font></td>")
document.write("</tr>")
document.write("</table>")