var dt=new Date();
currentyear=dt.getFullYear()

document.write("<table width=100% border=0 cellpadding=0 cellspacing=0>")
document.write("<tr>")
document.write("<td width=12></td>")
document.write("<td width=544 class=footer2>&copy; Copyright "+ currentyear +", Shalom Transport Services Pte Ltd. All Rights Reserved.</td>")
document.write("<td class=footer2><table width=100% border=0 cellpadding=0 cellspacing=0 class=footer2>")
document.write("<tr>")
document.write("<td width=100 class=footer2></td>")
document.write("<td width=1 class=footer2></td>")
document.write("<td width=35 class=footer2><div align=center><a href=faq.html class=footer>FAQ</a></div></td>")
document.write("<td width=15 class=footer2>|</td>")
document.write("<td width=75 class=footer2><div align=center><a href=termsofuse.html class=footer>Terms of Use</a> </div></td>")
document.write("</tr>")
document.write("</table></td>")
document.write("</tr>")
document.write("</table>")