         

	function footer()
		{
		document.write("<table border=\"0\" width=\"780\"  cellspacing=\"0\" cellpadding=\"0\" background=\"back.gif\">");
		document.write("<tr>");
		document.write("<td>");
		document.write("<font size=\"1\" face=\"verdana\" color=\"000088\">")
		document.write("<b>");
		document.write("&nbsp;&nbsp; Disclaimer:");
		document.write("</b>");
		document.write(" Website designed and hosted by National Informatics Centre. Contents owned and updated by HP Fisheries Department. &nbsp;&nbsp;Contents of this website are informative only and for benefit of the public. However, &nbsp;these do not confer any legal right or obligation.");
		document.write("</font>");
		document.write("</td>");
		document.write("</tr>");
		document.write("</table>");
		}
      
