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=right class=foottext>&copy; Poly Vision Pte Ltd 1993-"+ currentyear +" . All Rights Reserved.</td>")
document.write("<td width=18 class=foottext align=right>|</td>")
document.write("<td width=54 align=right><a href=sitemap.htm class=footer>sitemap</a></td>")
document.write("<td width=13 height=42></td>")
document.write("</tr>")
document.write("</table>")
