
function footer_links()
{
	document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
			document.write("<td valign='top'>");
				document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
					document.write("<tr>");
						document.write("<td height='1' colspan=2></td>");
					document.write("</tr>");
					document.write("<tr>");
						document.write("<td height='1' bgcolor='#999999' colspan=2></td>");
					document.write("</tr>");
					document.write("<tr>");
						document.write("<td class='txt' height='20'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/aboutus/terms_conditions/privacy.htm' class='lnk'>Privacy</a> | <a href='/aboutus/security/security_landing.htm' class='lnk'>Security</a> | <a href='/aboutus/terms_conditions/default.htm' class='lnk'>Website Usage Terms</a></td>");
						document.write("<td class='txt' align='right'>&copy; 2008 HDFC Bank Ltd. All rights reserved.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>");
					document.write("</tr>");
				document.write("</table>");
			document.write("</td>");
		document.write("</tr>");
	document.write("</table>");
}
