function footer()
	{
		var fot='';
		fot="<div align='center' style='font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#fff;text-decoration: none; '>";
	
		fot+="<a href='disclaimer.html' style='color:#fff; text-decoration: none;'>Disclaimer</a>&nbsp&nbsp;|&nbsp&nbsp;";
		
		fot+="<a href='rti_act.html' style='color:#fff;text-decoration: none;'>RTI Act, 2005</a>&nbsp&nbsp;|&nbsp&nbsp;";
				
		fot+="<a href='citizen_charter.html' style='color:#fff;text-decoration: none;'>Citizen's Charter</a>&nbsp&nbsp;|&nbsp&nbsp;";
		
		fot+="<a href='tender_notice.html' style='color:#fff;text-decoration: none;'>Tender Notice</a>&nbsp&nbsp;|&nbsp&nbsp;";
		
		fot+="<a href='gallery.html' style='color:#fff;text-decoration: none;'>Photo Gallery</a>&nbsp&nbsp;|&nbsp&nbsp;";
		
		fot+="<a href='rules_regulations.html' style='color:#fff;text-decoration: none;'>NHB Rules & Regulations</a>&nbsp&nbsp;|&nbsp&nbsp;";
		
		fot+="<a  href='nhb_moa.html'  style='color:#fff;text-decoration: none;'>NHB MOA </a>";

		fot+="</div>";
		document.write(fot);
	}
