footer()

function footer()
{
document.write("<td class=footer align=center>");
document.write("<a href='index.html'>Home</a> :: ");		
document.write("<a href='about.html'>About us</a> :: ");
document.write("<a href='about/mg.html'>Our People</a> :: ");
document.write("<a href='publication.html'>Publications</a> :: ");		 
document.write("<a href='events_top.html'>Events</a> :: ");		 
document.write("<a href='intern.html'>Internships</a> :: ");		 
document.write("<a href='#nogo'>Sitemap</a>");		
document.write("<div align=center style='padding:10 80 0 80;'>");
document.write("This is the official website of Centre for Policy Alternatives Society (CPAS). CPAS is a privately funded think tank focused on the study and review of public policy in India. CPAS is registered under the 'Society Registration Act (XXI) of 1860'.");
document.write("<br>");
document.write("Powered By <a href='http://www.vibgyortech.com' target=_blank>Vibgyor Technologies</a> ");
document.write("</div>");
document.write("</td>");	
}