public class PageBottom	{
	protected StringBuffer getPageBottom(StringBuffer sb)	{

		sb.append("		</body>\n"+
			"</html>");
		return sb;
		}