// JavaScript Document
        document.write("<div id=\"footer\">");
				document.write('<p>All rights reserved. NNC Calcutta. &copy; 2011 | <a href="privacypolicy.html">Privacy policy</a></p>');
                document.write('<p>Site powered by :<a href="http://www.bluegrasscreations.com" target="_blank"> Blue Grass Creations</a></p>');
        document.write('</div>');

