var dt=new Date();
currentyear=dt.getFullYear()

document.write("<table width=100% border=0 cellpadding=0 cellspacing=0 background=/images/footerbar.jpg class=footer>")
document.write("<tr>")
document.write("<td height=25 align=left class=footer>")
document.write("&nbsp;&nbsp;Copyright&nbsp;"+ currentyear +" M.Tech Products Pte Ltd.&nbsp;All rights reserved")
document.write("</td>")
document.write("<td border=0 align=right class=footer>")
document.write("<a href=/privacy.htm>Privacy Policy</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
document.write("</td>")

document.write("</tr>")
document.write("</table>")

document.write("<script type=\"text/javascript\">")
document.write("var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");")
document.write("document.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' ")
document.write("type='text/javascript'%3E%3C/script%3E\"));")
document.write("</script>")
document.write("<script type=\"text/javascript\">")
document.write("try {")
document.write("var pageTracker = _gat._getTracker(\"UA-6827372-1\");")
document.write("pageTracker._trackPageview();")
document.write("} catch(err) {}</script>")
