// JavaScript Document

document.write("<td width='225' height='24' valign='middle' class='Footer'>");
document.write("&copy; ");
var currentTime = new Date()
var year = currentTime.getFullYear()
document.write(year);
document.write("&nbsp;Hwang-DBS (Malaysia) Berhad <span class='Footer2'>(238969-K)</span></td>");
document.write("<td width='573' valign='middle' class='Footer'>");
document.write("<div align='right'>");
document.write("<a href='Privacy.html' class='Footerlink'>");
document.write("Privacy Policy </a> | <a href='Disclaimer.html' class='Footerlink'>Disclaimer</a> ");
document.write("| <a href='Sitemap.html' class='Footerlink'>Site Map</a> </div></td>");
